-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
40
41
42
43
44
{
"name": "create-awesome-react-app-cli",
"version": "1.3.6",
"description": "A CLI for building awesome React apps with headless CMS",
"bin": {
"@bradyedgar/create-awesome-react-app": "bin/create-project",
"create-awesome-react-app": "bin/create-project"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/BradyEdgar94/create-awesome-react-app"
},
"keywords": [
"cli",
"create-project",
"create-react-app",
"create-awesome-react-app",
"react-boilerplate",
"react-starterkit",
"react-starter-kit",
"react"
],
"author": "Brady Edgar",
"license": "ISC",
"dependencies": {
"arg": "^4.1.1",
"chalk": "^2.4.2",
"child_process": "^1.0.2",
"esm": "^3.2.25",
"execa": "^3.2.0",
"git-clone": "^0.1.0",
"inquirer": "^7.0.0",
"knex": "^0.19.5",
"listr": "^0.14.3",
"mysql": "^2.17.1",
"ncp": "^2.0.0",
"npm-programmatic": "0.0.12",
"pkg-install": "^1.0.0",
"simple-git": "^1.126.0"
}
}