-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.06 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
{
"name": "codetime-vue-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "快速启动一个Vue3和Element Plus的中后台管理系统",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"treer": "treer -e treer.txt -d ./src -i .git"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@vueuse/core": "^10.9.0",
"cesium": "^1.118.2",
"codetime-vue-admin": "file:",
"driver.js": "^1.3.1",
"element-plus": "^2.6.1",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"sass": "^1.72.0",
"screenfull": "^6.0.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite-plugin-cesium": "^1.2.22",
"vue": "^3.4.21",
"vue-qr": "^4.0.9",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vue-tsc": "^1.8.27"
}
}