-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 KB
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
{
"name": "lejing-dashboard-pro",
"description": "Lejing Dashboard Pro",
"private": true,
"version": "1.0.0",
"type": "module",
"engines": {
"node": ">=20.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": "^6.0.0",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"ahooks": "^3.9.3",
"antd": "^5.27.1",
"axios": "1.8.2",
"date-fns": "^4.1.0",
"echarts": "^6.0.0",
"less": "^4.4.1",
"less-loader": "^12.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-draggable": "^4.5.0",
"react-router-dom": "^7.8.1",
"resso": "^0.23.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "9.14.0",
"@types/lodash": "^4.17.20",
"@types/node": "22.9.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "9.14.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"prettier": "^3.6.2",
"rollup-plugin-visualizer": "^6.0.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.40.0",
"vite": "6.2.6"
}
}