-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
57
58
59
60
61
62
{
"name": "vite-react-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "nodemon src/server/main.js -w src/server",
"start": "NODE_ENV=production node src/server/main.js",
"build": "vite build"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@hookform/resolvers": "^3.6.0",
"express": "^4.18.2",
"react": "^18.2.0",
"react-hook-form": "^7.51.5",
"vite-express": "*"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^4.2.0",
"antd": "^5.18.1",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"chartjs-plugin-annotation": "^3.0.1",
"classnames": "^2.5.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"express-fingerprint": "^1.2.2",
"framer-motion": "^11.2.10",
"hamburger-react": "^2.5.1",
"immer": "^10.1.1",
"jsonwebtoken": "^9.0.2",
"nodemon": "^3.1.3",
"notistack": "^3.0.1",
"npm": "^10.8.1",
"pg": "^8.12.0",
"postcss": "^8.4.38",
"react-best-gradient-color-picker": "^3.0.8",
"react-burger-menu": "^3.0.9",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-preloaders": "^3.0.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-spinners": "^0.13.8",
"sass": "^1.77.5",
"scss": "^0.2.4",
"tailwindcss": "^3.4.4",
"vite": "^5.0.2",
"yup": "^1.4.0"
}
}