-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 855 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
{
"name": "repack-scripts",
"license": "ISC",
"version": "1.0.0",
"description": "Scripts for create repack app",
"homepage": "https://github.com/wdjungst/repack-scripts",
"author": "Dave Jungst",
"keywords": [
"cli",
"rails",
"react",
"create-react-app",
"repack",
"repack-scripts"
],
"repository": {
"type": "git",
"url": "https://github.com/wdjungst/repack-scripts"
},
"main": "index.js",
"dependencies": {
"chalk": "^1.1.3",
"child_process": "^1.0.2",
"clear": "^0.0.1",
"cli": "^1.0.1",
"clui": "^0.3.1",
"co": "^4.6.0",
"commander": "^2.9.0",
"figlet": "^1.2.0",
"fs-extra": "^2.0.0",
"inquirer": "^3.0.6",
"minimist": "^1.2.0",
"preferences": "^0.2.1",
"replace-in-file": "^2.5.2"
},
"devDependencies": {
"prettier": "^1.5.2"
}
}