-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
39 lines (39 loc) · 979 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
{
"author": "Ifactory Solutions",
"name": "awesome-react-app",
"version": "1.0.3",
"description": "Always the latest version of 'create-react-app' with awesome configurations (lint, commit lint, husk, editor config, etc) ",
"main": "index.js",
"bin": {
"awesome-react-app": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ifactory-solutions/awesome-react-app.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
},
"keywords": [
"create-react-app",
"eslint",
"editor-config",
"boilerplate"
],
"license": "MIT",
"dependencies": {
"chalk": "^2.1.0",
"child-process-promise": "^2.2.1",
"cross-spawn": "^5.1.0",
"fs-extra": "^4.0.2",
"inquirer": "^3.3.0",
"node-emoji": "^1.8.1",
"ramda": "^0.25.0",
"raven": "^2.2.1",
"yargs": "^9.0.1"
},
"devDependencies": {
"standard-version": "^4.2.0"
}
}