-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 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
{
"name": "riding-map",
"date-update": "2025.10.23",
"version": "1.0.1",
"private": true,
"github": "https://github.com/KyleBing/map",
"author": {
"name": "KyleBing",
"email": "kylebing@163.com",
"homepage": "http://kylebing.cn"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@element-plus/icons-vue": "^2.1.0",
"axios": "^1.6.3",
"clipboard": "^2.0.11",
"countup.js": "^2.8.0",
"echarts": "^5.5.0",
"js-base64": "^3.7.5",
"moment": "^2.29.4",
"pinia": "^2.1.7",
"sass-loader": "^13.3.2",
"vue": "^3.4.27",
"vue-router": "^4.2.5",
"animate-bg-canvas": "^0.1.2",
"animate-heart-canvas": "^0.1.9",
"core-js": "^3.8.3",
"element-plus": "^2.6.0",
"fast-xml-parser": "^4.3.3",
"filemanager-webpack-plugin": "^7.0.0",
"marked": "^4.2.4",
"qiniu-js": "^3.4.1",
"geosvg": "^1.2.3"
},
"devDependencies": {
"@types/mockjs": "^1.0.10",
"@types/spark-md5": "^3.0.4",
"@types/amap-js-api": "^1.4.16",
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.69.5",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-mock": "^3.0.2",
"vite-plugin-zip-pack": "^1.0.7",
"vue-tsc": "^1.8.5"
}
}