-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "techtrainingcamp-security-10-web",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@types/ramda": "^0.27.46",
"@types/react-router-dom": "^5.3.2",
"@types/react-transition-group": "^4.4.4",
"@types/styled-components": "^5.1.15",
"ahooks": "^2.10.12",
"antd": "4.3.4",
"axios": "^0.24.0",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"formik-antd": "^2.0.1",
"less": "3.12.0",
"moment": "^2.29.1",
"polished": "^4.1.3",
"ramda": "^0.27.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-head": "^3.4.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"styled-components": "5.3.0",
"swr": "^1.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/vite-plugin-react-svg": "^0.2.0",
"@vitejs/plugin-react": "^1.0.0",
"typescript": "^4.3.2",
"vite": "^2.6.4",
"vite-plugin-react-svg": "^0.2.0"
}
}