-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.33 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
{
"name": "fresh_vegetable",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@floating-ui/react": "^0.26.5",
"@hookform/resolvers": "^3.3.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-table": "^8.11.6",
"axios": "^1.6.5",
"classnames": "^2.5.1",
"crypto-js": "^4.2.0",
"framer-motion": "^10.18.0",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-icons": "^4.12.0",
"react-query": "^3.39.3",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.21.1",
"react-spinners": "^0.13.8",
"react-svg": "^16.1.32",
"react-tabs": "^6.0.2",
"react-toastify": "^10.0.3",
"swiper": "^11.0.5",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/crypto-js": "^4.2.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/rollup-plugin-visualizer": "^4.2.3",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"typescript": "^4.9.3",
"vite": "^4.1.0"
}
}