-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "react-mangosteen-1",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "npm run build && wrangler pages publish dist"
},
"dependencies": {
"@react-spring/web": "9.5.5",
"axios": "1.1.3",
"classnames": "2.3.2",
"echarts": "5.4.1",
"mockjs": "1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.4.2",
"sass": "1.55.0",
"styled-components": "5.3.6",
"swr": "2.0.3",
"vh-check": "2.0.5",
"zustand": "4.1.4"
},
"devDependencies": {
"@antfu/eslint-config": "0.27.0",
"@faker-js/faker": "7.6.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/styled-components": "5.1.26",
"@unocss/core": "^0.50.4",
"@vitejs/plugin-react": "3.1.0",
"eslint": "8.25.0",
"svgo": "3.0.1",
"svgstore": "3.0.1",
"typescript": "4.8.4",
"unocss": "0.50.4",
"vite": "4.1.3",
"vite-plugin-mock": "2.9.6",
"wrangler": "^2.13.0"
}
}