-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.15 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.15 KB
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
45
46
47
48
49
50
51
52
{
"name": "getreact",
"version": "1.5.0",
"description": "Painless webpack react",
"main": "cli/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"postinstall": "node cli/postinstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code4mk/getreact.git"
},
"keywords": [
"webpack",
"react",
"react.js",
"cli",
"react-cli"
],
"author": "code4mk <https://twitter.com/code4mk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/code4mk/getreact/issues"
},
"homepage": "https://code4mk.org",
"bin": {
"getreact": "bin/getreact"
},
"dependencies": {
"boxen": "^1.2.1",
"chalk": "^2.1.0",
"cross-spawn": "^5.1.0",
"fs-extra": "^4.0.1",
"inquirer": "^3.2.3",
"mkdirp": "^0.5.1",
"node-emoji": "^1.8.1",
"request": "^2.81.0",
"semver": "^5.4.1",
"sort-object": "^3.0.2",
"spdx": "^0.5.1",
"temp": "^0.8.3",
"update-notifier": "^2.2.0",
"yargs": "^8.0.2",
"yauzl": "^2.8.0"
},
"devDependencies": {
"eslint": "^4.5.0",
"eslint-plugin-import": "^2.7.0"
}
}