-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1006 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
{
"name": "@wenmu/create-react-component",
"version": "1.0.5",
"description": "一个创建react组件的脚手架命令行工具CLI",
"bin": {
"c-rc-c": "index.js"
},
"main": "index.js",
"scripts": {
"pub": "npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codepandy/create-react-component.git"
},
"keywords": [
"create-react-component",
"react-component",
"rc-component",
"create-rc-component",
"component",
"react-component"
],
"author": "wenmu",
"license": "ISC",
"bugs": {
"url": "https://github.com/codepandy/create-react-component/issues"
},
"homepage": "https://github.com/codepandy/create-react-component#readme",
"dependencies": {
"chalk": "^3.0.0",
"commander": "^5.0.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.0.2",
"handlebars": "^4.7.6",
"inquirer": "^7.1.0",
"log-symbols": "^3.0.0",
"ora": "^4.0.3",
"shelljs": "^0.8.3"
}
}