-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
47
48
49
{
"name": "mars3d-simple-vue-widget",
"version": "2.0.0",
"description": " Mars3D基础项目模版(含widget模块)-Vue版",
"main": "index.js",
"keywords": [
"marsgis",
"mars3d",
"cesium",
"vue",
"widget"
],
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.18.0",
"core-js": "^2.6.5",
"element-ui": "^2.4.7",
"font-awesome": "^4.7.0",
"vue": "^2.6.6",
"vue-router": "^3.0.1",
"vuetify": "^1.2.5",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"vue-template-compiler": "^2.5.21"
},
"repository": {
"type": "git",
"url": "https://github.com/marsgis/mars3d-simple-vue-widget.git"
},
"bugs": {
"url": "https://github.com/marsgis/mars3d-simple-vue-widget/issues",
"email": "[email protected]"
},
"author": {
"name": "火星科技",
"url": "http://www.marsgis.cn"
},
"license": "ISC",
"homepage": "https://github.com/marsgis/mars3d-simple-vue-widget"
}