forked from hezhongfeng/vue-page-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 921 Bytes
/
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": "vue-page-stack",
"version": "1.1.0",
"description": "Routing and navigation for your Vue SPA. Vue 单页应用导航管理器",
"author": "hezf",
"scripts": {
"build": "webpack --mode=production --progress"
},
"main": "dist/vue-page-stack.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"eslint": "^6.0.1",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Android >= 4.0",
"iOS >= 8",
"not ie <= 11"
],
"keywords": [
"vue",
"vue-router",
"stack",
"navigation",
"manager",
"page"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hezhongfeng/vue-page-stack.git"
}
}