-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 951 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
37
38
39
{
"name": "fs-rtk",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"peerDependencies": {
"react-query": "3.12.0"
},
"dependencies": {
"@reduxjs/toolkit": "^1.7.2",
"antd": "^4.18.7",
"axios": "^0.26.0",
"classnames": "^2.3.1",
"compose-function": "^3.0.3",
"normalizr": "^3.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.34.16",
"react-redux": "^7.2.6",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"sass": "^1.49.8"
},
"devDependencies": {
"@types/compose-function": "^0.0.30",
"@types/node": "^17.0.19",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.5.4",
"vite": "^2.8.4",
"vite-plugin-environment": "^1.1.0",
"vite-tsconfig-paths": "^3.4.0"
}
}