-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"name": "lejing-dashboard-pro",
"description": "Lejing Dashboard Pro",
"private": true,
"version": "1.0.0",
"type": "module",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"local": "vite --mode developer_local --port 8080 --host",
"dev": "vite --mode development --port 8080 --host",
"build:local": "tsc && vite build --mode developer_local && rm -fv tsconfig*.tsbuildinfo",
"build:dev": "tsc && vite build --mode development && rm -fv tsconfig*.tsbuildinfo",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"format": "prettier . --write"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"ahooks": "^3.8.1",
"antd": "^5.21.6",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"echarts": "^5.5.1",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-router-dom": "^6.28.0",
"resso": "^0.17.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@types/lodash": "4.17.13",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"eslint": "9.14.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "0.4.14",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "5.6.3",
"typescript-eslint": "^8.13.0",
"vite": "^5.4.10"
}
}