-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.72 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
{
"name": "lube-cra-seed",
"version": "0.1.0",
"proxy": "http://localhost:8000",
"devDependencies": {
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-react": "^4.2.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.8.0",
"eslint-plugin-standard": "^2.0.1",
"react-hot-loader": "^3.0.0-beta.6",
"react-scripts": "0.8.4"
},
"dependencies": {
"axios": "^0.15.3",
"material-ui": "^0.16.5",
"ramda": "^0.22.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-router": "^4.0.0-alpha.6",
"react-router-addons-controlled": "0.0.1",
"react-tap-event-plugin": "^2.0.1",
"recompose": "^0.21.0",
"redbox-react": "^1.3.3",
"redux": "^3.6.0",
"redux-form": "^6.3.2",
"redux-form-material-ui": "^4.1.2",
"redux-saga": "^0.13.0",
"seamless-immutable": "^6.3.0"
},
"scripts": {
"start": "NODE_PATH=src/ react-scripts start",
"build": "NODE_PATH=src/ react-scripts build",
"test": "NODE_PATH=src/ react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Lube/create-react-app-seed.git"
},
"keywords": [
"create-react-app",
"redux",
"redux-saga",
"material-ui",
"hmr",
"react-router-4"
],
"author": "Sebastian Luberriaga",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lube/create-react-app-seed/issues"
},
"homepage": "https://github.com/Lube/create-react-app-seed#readme"
}