-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 957 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
40
41
42
{
"name": "react-easy-boilerplate",
"version": "0.3.2",
"description": "choose between some boiler plates that is intresting for you",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"react-easy-boilerplate": "./bin/index.js"
},
"preferGlobal": true,
"author": "[email protected]",
"license": "MIT",
"keywords": [
"react",
"reactjs",
"boilerplate",
"react boilerplate",
"react ssr",
"react material-ui",
"material-ui",
"jss",
"redux",
"react context api",
"postcss"
],
"repository": {
"type": "git",
"url": "https://github.com/nimahkh/react-easy-boilerplates.git"
},
"dependencies": {
"chalk": "^2.4.2",
"child_process": "^1.0.2",
"clear": "^0.1.0",
"cli-progress": "^2.1.1",
"edit-json-file": "^1.2.1",
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"inquirer": "^6.5.0"
}
}