-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "vue-cli-plugin-multi-page",
"version": "0.8.0",
"description": "依托于vue-cli3的cli-plugin多模块开发、构建插件",
"author": {
"name": "qhdhiman",
"email": "qhdhiman@qq.com",
"url": "https://github.com/qhdhiman"
},
"main": "index.js",
"dependencies": {
"@vue/cli-shared-utils": "^3.1.1",
"address": "^1.0.3",
"copy": "^0.3.2",
"fs-extra": "^7.0.0",
"launch-editor-middleware": "^2.2.1",
"resolve": "^1.8.1",
"webpack": "^4.25.1",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.4"
},
"keywords": [
"vue-cli",
"vue-cli3",
"vue-cli-plugin",
"vue-cli-plugin-multi-page",
"multi pages",
"multi build",
"multi modules"
],
"homepage": "https://github.com/qhdhiman/vue-cli-plugin-multi-page",
"bugs": {
"url": "https://github.com/qhdhiman/vue-cli-plugin-multi-page/issues",
"email": "qhdhiman@qq.com"
},
"licenses": [
{
"license": "UNLICENSED"
}
],
"repository": {
"type": "git",
"url": "https://github.com/qhdhiman/vue-cli-plugin-multi-page.git"
}
}