-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.55 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
53
54
55
56
57
58
59
60
61
62
{
"name": "react-sombrero",
"version": "0.7.4",
"description": "A full web frontend framework based on react, redux-immutable, redux-saga and webpack",
"main": "index.js",
"scripts": {
"run": " node index.js",
"test": "mocha --timeout 600000",
"test-init": "mocha ./test/init.js --timeout 600000",
"test-create": "mocha ./test/create.js --timeout 600000"
},
"bin": {
"sombrero": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getapper/react-sombrero.git"
},
"keywords": [
"react",
"sombrero",
"framework",
"redux",
"saga",
"routing",
"immutable"
],
"author": "Getapper",
"license": "MIT",
"bugs": {
"url": "https://github.com/getapper/react-sombrero/issues"
},
"homepage": "https://github.com/getapper/react-sombrero#readme",
"dependencies": {
"chalk": "2.4.2",
"clear": "0.1.0",
"clui": "0.3.6",
"directory-tree": "2.2.1",
"ejs": "2.6.1",
"figlet": "1.2.1",
"fs-extra": "8.1.0",
"inquirer": "6.2.2",
"joi": "14.3.1",
"lodash": "4.17.15",
"minimist": "1.2.0"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"chai": "4.2.0",
"chai-fs": "2.0.0",
"concat-stream": "2.0.0",
"eslint": "5.16.0",
"eslint-loader": "1.6.0",
"eslint-config-airbnb": "17.1.0",
"eslint-import-resolver-webpack": "0.11.1",
"eslint-plugin-flowtype": "2.21.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.12.4",
"mocha": "6.1.4"
}
}