forked from imsyy/site-status
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.17 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
{
"name": "site-status",
"alia": "SiteStatus",
"private": true,
"version": "1.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/plots": "^1.2.5",
"@icon-park/react": "^1.4.2",
"antd": "^5.7.1",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"mac-scrollbar": "^0.10.7",
"mobx": "^6.9.1",
"mobx-persist-store": "^1.1.3",
"mobx-react": "^9.0.0",
"mobx-react-lite": "^4.0.3",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"sass": "^1.63.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.9",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"terser": "^5.19.1",
"vite": "^4.4.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.16.4"
}
}