-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 893 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
{
"name": "ddkit",
"version": "0.0.2",
"description": " 基于react的脚手架",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ddkit": "./bin/ddkit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wenber/ddkit.git"
},
"keywords": [
"react脚手架"
],
"author": "wenber",
"license": "MIT",
"bugs": {
"url": "https://github.com/wenber/ddkit/issues"
},
"homepage": "https://github.com/wenber/ddkit#readme",
"dependencies": {
"babel-core": "^6.7.7",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.7.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.0.1",
"lodash": "^4.11.1",
"promise": "^7.1.1",
"shelljs": "^0.6.0"
}
}