-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "vue-maker-plus",
"version": "1.0.0-beta.8",
"description": "vue-maker-plus",
"bin": {
"vue-maker-plus": "./bin/vue-maker-plus.js",
"vmaker": "./bin/vue-maker-plus.js"
},
"bugs": {
"url": "https://github.com/hm496/vue-maker-plus/issues"
},
"license": "MIT",
"engines": {
"node": ">=8"
},
"keywords": [
"vue"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hm496/vue-maker-plus.git"
},
"dependencies": {
"@vue/babel-preset-app": "~4.5.7",
"@vue/cli-plugin-babel": "~4.5.7",
"@vue/cli-plugin-eslint": "~4.5.7",
"@vue/cli-service": "~4.5.7",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "~10.1.0",
"chalk": "~3.0.0",
"commander": "~2.20.3",
"compression-webpack-plugin": "~3.1.0",
"core-js": "~3.6.5",
"download-git-repo": "~3.0.2",
"ejs": "~2.7.4",
"eslint": "~5.16.0",
"eslint-plugin-vue": "~5.2.3",
"fs-extra": "~8.1.0",
"globby": "~11.0.0",
"inquirer": "~7.3.3",
"isbinaryfile": "~4.0.6",
"log-symbols": "^2.2.0",
"ora": "~3.4.0",
"postcss-flexbugs-fixes": "~4.2.1",
"read-pkg": "~5.2.0",
"regenerator-runtime": "~0.13.7",
"resolve": "~1.17.0",
"validate-npm-package-name": "~3.0.0",
"vue": "~2.6.12",
"vue-router": "~3.4.6",
"vue-template-compiler": "~2.6.12",
"vuex": "~3.5.1",
"vuex-router-sync": "~5.0.0",
"yaml-front-matter": "~4.1.0"
}
}