-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 KB
/
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
{
"name": "dwilt-react-redux-generator",
"version": "1.0.9",
"description": "This allows you to generate React and Redux templates from the command line for your project",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier-eslint --write \"src/**/*.js\" --eslint-config-path .eslintrc --single-quote --arrow-parens always"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwilt/react-redux-generator.git"
},
"keywords": [
"react",
"redux"
],
"author": "Dan Wilt",
"license": "ISC",
"bugs": {
"url": "https://github.com/dwilt/react-redux-generator/issues"
},
"homepage": "https://github.com/dwilt/react-redux-generator#readme",
"bin": {
"rrg": "./src/index.js"
},
"dependencies": {
"inquirer": "^5.1.0",
"json-style-converter": "^1.0.3",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"path-exists": "^3.0.0",
"rc": "^1.2.5"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint-plugin-react": "^7.6.1",
"prettier-eslint-cli": "^4.7.0"
}
}