-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 872 Bytes
/
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
{
"name": "react-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode dev",
"local": "vite --mode local",
"qa": "vite --mode qa",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^4.7.0",
"@reduxjs/toolkit": "^1.8.3",
"antd": "^4.21.7",
"axios": "^0.27.2",
"bulma": "^0.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@faker-js/faker": "^7.3.0",
"@types/node": "^18.0.6",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"msw": "^0.46.1",
"sass": "^1.54.9",
"typescript": "^4.6.4",
"vite": "^3.0.7"
}
}