-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "cake-react-cli",
"version": "1.1.9",
"description": "a simple CLI for creating your react projects",
"bin": {
"cake-react": "./bin/template.js",
"cake-config": "./bin/autoConfig/index.js",
"cake-file": "./bin/fileGenerate.js"
},
"author": "liyongping",
"license": "MIT",
"bugs": {
"url": "https://github.com/MemoryNoodles/cake-react-cli/issues"
},
"files": [
"bin",
"package.json"
],
"homepage": "https://github.com/MemoryNoodles/cake-react-cli",
"dependencies": {
"cake-menu": "^1.0.0",
"chalk": "^1.1.3",
"cli-table3": "^0.5.1",
"commander": "^2.9.0",
"fs-extra": "^7.0.1",
"github-download-parts": "^2.1.0",
"gray-matter": "^4.0.2",
"inquirer": "^3.0.6",
"ora": "^1.4.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-spawn": "^6.0.5",
"json-parse-better-errors": "^1.0.2",
"menu": "",
"webpack": "^4.29.6"
}
}