-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 958 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
{
"name": "vue-cli-plugin-pages",
"version": "1.1.6",
"main": "index.js",
"license": "MIT",
"author": "aircity <aircity@drrr.us>",
"scripts": {
"test": "node index.js"
},
"dependencies": {
"globby": "^10.0.1",
"make-dir": "^3.0.0",
"prettier": "^1.18.2"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aircity/vue-cli-plugin-pages.git"
},
"homepage": "https://github.com/Aircity/vue-cli-plugin-pages#readme",
"description": "vue-cli 3 plugin to build multi-page application",
"keywords": [
"vue",
"vue-cli",
"multi-page",
"multipage",
"multiple"
]
}