-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.61 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "generator-cx-react",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint --fix 'generators/**/*.js*'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CrossroadsCX/yeoman-react-generator.git"
},
"keywords": [
"yeoman-generator"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CrossroadsCX/yeoman-react-generator/issues"
},
"homepage": "https://github.com/CrossroadsCX/yeoman-react-generator#readme",
"files": [
"generators"
],
"dependencies": {
"chalk": "^2.4.1",
"jest": "^23.5.0",
"yeoman-generator": "^3.1.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"html-webpack-plugin": "^3.2.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-hot-loader": "^4.3.4",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-form": "^7.4.2",
"redux-saga": "^0.16.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dashboard": "^2.0.0"
}
}