-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "talipaapp-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "npm run lint \nnpx vite build",
"preview": "vite preview --host",
"build:android": "cross-env NODE_ENV=production VITE_PLATFORM=android vite build",
"build:dev": "vite build --mode development --sourcemap",
"lint": "npx prettier src --check \nnpx eslint src --ext js,jsx",
"format": "prettier src --write",
"scan:dead-code": "npx unimported"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@jitsi/react-sdk": "^1.3.0",
"@tanstack/react-query": "^4.19.0",
"antd": "^5.4.0",
"axios": "^1.2.0",
"daisyui": "^2.51.3",
"framer-motion": "^7.6.6",
"moment": "^2.29.4",
"otp-input-react": "^0.3.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"react-router-prompt": "^0.5.2",
"react-scroll-to-bottom": "^4.2.0",
"styled-components": "^5.3.6",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.19.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.2",
"laravel-echo": "^1.15.0",
"less": "^4.1.3",
"less-plugin-remove-antd-global-styles": "^1.0.2",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"pusher-js": "^8.0.1",
"sass": "^1.61.0",
"tailwindcss": "^3.2.3",
"vite": "^3.2.3"
}
}