-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "lavasdemo",
"version": "0.0.1",
"description": "这是一个 Lavas PWA 项目",
"author": "liuguangsen0409 <[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",
"axios": "^0.18.0",
"es6-promise": "^4.1.1",
"lavas-core-vue": "^1.1.11",
"normalize.css": "^7.0.0"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-preset-vue-app": "^1.3.1",
"express": "^4.16.2",
"http-proxy-middleware": "^0.17.4",
"stoppable": "^1.0.4"
},
"engines": {
"node": ">= 6.9.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}