-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "front-end-monitor-admin",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix --quiet ./"
},
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@react-pdf/renderer": "^3.1.9",
"@types/lodash": "^4.14.191",
"ahooks": "^3.7.4",
"antd": "^5.1.0",
"autoprefixer": "^10.4.13",
"axios": "^1.2.2",
"clipboard": "^2.0.11",
"dayjs": "^1.11.7",
"lodash": "^4.17.21",
"postcss": "^8.4.20",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-loadable": "^5.5.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.6.0",
"rrweb-player": "^1.0.0-alpha.4",
"sass": "^1.57.1",
"scss": "^0.2.4",
"source-map": "^0.7.4",
"stacktracey": "^2.1.8",
"tailwindcss": "^3.2.4",
"valtio": "^1.8.0"
},
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.2",
"prettier": "^2.8.1",
"typescript": "*",
"vite": "^4.0.0",
"vite-plugin-eslint": "^1.8.1"
}
}