-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 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
47
48
49
50
{
"name": "zhuguoguo",
"version": "0.0.1",
"description": "version-1.0.0",
"author": "Tricker <tricker.pan@gmail.com>",
"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": {
"ajv": "^6.5.2",
"array-includes": "^3.0.3",
"array.prototype.find": "^2.0.4",
"autoprefixer": "^7.2.5",
"babel-polyfill": "^6.26.0",
"babel-preset-vue-app": "^1.3.1",
"cross-env": "^5.1.1",
"css-loader": "^1.0.0",
"es6-promise": "^4.1.1",
"iscroll": "5.1.0",
"lavas-core-vue": "^1.1.11",
"normalize.css": "^7.0.0",
"stoppable": "^1.0.4",
"style-loader": "^0.21.0",
"stylus-loader": "^3.0.2",
"vue-awesome": "^2.3.8",
"vue-awesome-swiper": "^3.1.3",
"vuetify": "^0.17.5"
},
"devDependencies": {
"express": "^4.16.2",
"http-proxy-middleware": "^0.17.4"
},
"engines": {
"node": ">= 5.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}