-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 914 Bytes
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
{
"name": "easy-to-develop-admin",
"version": "0.2.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --cache"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@google/genai": "^1.30.0",
"@tailwindcss/vite": "^4.1.17",
"axios": "^1.13.2",
"echarts": "^6.0.0",
"element-plus": "^2.11.8",
"json-bigint": "^1.0.0",
"tailwindcss": "^4.1.17",
"vue": "^3.5.22",
"vue-echarts": "^8.0.1",
"vue-router": "^4.6.3",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@vitejs/plugin-vue": "^6.0.1",
"eslint": "^9.37.0",
"eslint-plugin-vue": "~10.5.0",
"globals": "^16.4.0",
"vite": "^7.1.11",
"vite-plugin-vue-devtools": "^8.0.3"
}
}