-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 956 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
42
43
{
"name": "@juexro/custom-cli",
"version": "1.0.6",
"description": "Based on webpack4 and babel7. Support vue for multi pages and single page.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"custom": "./bin/create"
},
"repository": {
"type": "git",
"url": "https://github.com/Juexro/custom-cli"
},
"keywords": [
"custom-cli",
"vue-cli",
"react-cli",
"webpack",
"configuration"
],
"author": "Mr.Chow",
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
"chalk": "^2.4.1",
"commander": "^2.18.0",
"consolidate": "^0.15.1",
"download-git-repo": "^1.1.0",
"handlebars": "^4.0.12",
"inquirer": "^6.2.0",
"lodash": "^4.17.11",
"metalsmith": "^2.3.0",
"multimatch": "^2.1.0",
"ora": "^3.0.0",
"read-metadata": "^1.0.0",
"rimraf": "^2.6.2"
},
"engines": {
"node": ">=6.0.0"
}
}