-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 974 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 974 Bytes
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
{
"name": "all-cli",
"version": "0.2.0-Beta-13",
"description": "前端项目脚手架 beta版 用于快速创建vue react express koa2 mina项目(express、koa2、mina官方模板)",
"keywords": [
"all-cli",
"cli",
"react",
"vue",
"koa2",
"express",
"小程序"
],
"bin": {
"all": "./bin/all"
},
"main": "bin/all",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"devDependencies": {},
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.15.1",
"download-git-repo": "^1.0.2",
"figlet": "^1.2.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.2",
"handlebars": "^4.0.11",
"inquirer": "^5.2.0",
"latest-version": "^3.1.0",
"log-symbols": "^2.2.0",
"log4js": "^3.0.5",
"metalsmith": "^2.3.0",
"ora": "^2.1.0",
"react-dev-utils": "^5.0.0",
"read-metadata": "^1.0.0",
"semver": "^5.5.1",
"user-home": "^2.0.0"
}
}