-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "demo_collection",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"clean": "rimraf node_modules"
},
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.4.15",
"@kjgl77/datav-vue3": "^1.7.4",
"@turf/turf": "^7.0.0",
"@vue/shared": "^3.3.4",
"cesium": "^1.105.2",
"core-js": "^3.23.3",
"echarts": "^5.5.1",
"element-plus": "^2.3.5",
"node-polyfill-webpack-plugin": "^2.0.1",
"pannellum": "^2.5.6",
"pinia": "^2.0.36",
"three": "^0.168.0",
"vue": "^3.2.13",
"vue-demi": "^0.14.5",
"vue-pannellum": "^0.5.3",
"vue-router": "^4.2.1",
"vue3-video-play": "^1.3.1-beta.6"
},
"devDependencies": {
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "~5.0.0",
"sass": "^1.22.10",
"sass-loader": "^7.2.0",
"typescript": "^5.5.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}