-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 926 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
{
"name": "react-vite-tallybook",
"homepage": ".",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"axios": "^0.25.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"hookrouter": "^1.2.5",
"lib-flexible": "^0.3.2",
"postcss-pxtorem": "^6.0.0",
"prop-types": "^15.8.1",
"query-string": "^7.1.0",
"rc-form": "^2.4.12",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundaries": "^1.1.4",
"react-router-dom": "^6.2.1",
"zarm": "^2.9.13"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.7",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"less-vars-to-js": "^1.3.0",
"vite": "^2.7.2",
"vite-plugin-style-import": "^1.4.1"
}
}