forked from QingMings/iez-3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 995 Bytes
/
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
{
"name": "iez-3d",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "npx --max_old_space_size=4096 vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@iezview/iez-navi": "^1.0.0",
"axios": "^0.18.0",
"cesium": "^1.48.1",
"expose-loader": "^0.7.5",
"file-saver": "^1.3.8",
"iview": "^3.0.1",
"jquery": "^3.3.1",
"vue": "^2.5.17",
"vue-js-modal": "^1.3.17",
"vue-router": "^3.0.1",
"vue-ztreev3": "^3.5.36",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-rc.11",
"@vue/cli-plugin-eslint": "^3.0.0-rc.11",
"@vue/cli-service": "^3.0.0-rc.11",
"@vue/eslint-config-standard": "^3.0.0-rc.11",
"compression-webpack-plugin": "^1.1.11",
"copy-webpack-plugin": "^4.5.2",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"vue-template-compiler": "^2.5.17"
}
}