-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 KB
/
package.json
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
{
"name": "cesium-web-vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@dvgis/dc-sdk": "^2.11.0",
"3d-tiles-renderer": "^0.3.8",
"core-js": "^3.21.1",
"echarts": "^5.3.1",
"element-plus": "^2.1.6",
"node-xlsx": "^0.21.0",
"three": "^0.139.0",
"vue": "^3.2.31",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.0.14",
"vuex": "^4.0.2"
},
"devDependencies": {
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@types/cesium": "^1.67.14",
"@types/three": "^0.139.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@vue/cli-plugin-babel": "~5.0.4",
"@vue/cli-plugin-eslint": "~5.0.4",
"@vue/cli-plugin-router": "~5.0.4",
"@vue/cli-plugin-typescript": "~5.0.4",
"@vue/cli-plugin-vuex": "~5.0.4",
"@vue/cli-service": "~5.0.4",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-typescript": "^10.0.0",
"cesium": "^1.91.0",
"cesiummeshvisualizer": "^1.0.2",
"ejsexcel": "^4.0.0",
"eslint": "^8.12.0",
"eslint-plugin-vue": "^8.5.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"typescript": "~4.6.3"
}
}