-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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": "lavas_pro",
"version": "0.0.1",
"description": "esriExam",
"author": "zhangjing74 <[email protected]>",
"private": true,
"lavas": {
"core": "lavas-core-vue",
"version": "2"
},
"scripts": {
"dev": "lavas dev",
"build": "lavas build",
"start": "lavas start",
"lint": "fecs ./ --rule --type 'vue,js,css'"
},
"dependencies": {
"array-includes": "^3.0.3",
"array.prototype.find": "^2.0.4",
"es6-promise": "^4.1.1",
"esri-loader": "^2.12.0",
"express": "^4.0.0",
"lavas-core-vue": "^1.2.0",
"normalize.css": "^7.0.0",
"vue-baidu-map": "^0.21.22"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"ava": "^0.25.0",
"babel-polyfill": "^6.26.0",
"babel-preset-vue-app": "^1.3.1",
"http-proxy-middleware": "^0.17.4",
"koa": "^2.5.0",
"semver": "^5.5.0",
"stoppable": "^1.0.4",
"superkoa": "^1.0.3",
"supertest": "^3.0.0",
"@babel/preset-env": "^7.5.5"
},
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}