-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "pwa-project",
"version": "0.0.1",
"description": "这是一个 Lavas PWA 项目",
"author": "my_liao <13723683480@163.com>",
"private": true,
"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",
"cross-env": "^5.1.1",
"es6-promise": "^4.1.1",
"express": "^4.0.0",
"fastclick": "^1.0.6",
"lavas-core-vue": "^1.0.3",
"normalize.css": "^7.0.0",
"stoppable": "^1.0.4",
"vuetify": "^0.17.5",
"iscroll": "5.1.0"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-preset-vue-app": "^1.3.1",
"http-proxy-middleware": "^0.17.4"
},
"engines": {
"node": ">= 5.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"lavas": {
"core": "lavas-core-vue",
"version": "2"
}
}