-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "earthquake-or-bus",
"version": "0.1.0",
"private": true,
"engines": {
"node": "6.9.1"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": ">=4.18.2",
"eslint-config-react-app": "^0.3.0",
"eslint-plugin-flowtype": "^2.21.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"react-scripts": "0.9.3"
},
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-spinkit": "^1.1.11",
"redux": "^3.6.0",
"redux-devtools-extension": "^1.0.0",
"redux-thunk": "^2.1.0",
"request": "^2.79.0",
"request-promise": "^4.1.1"
},
"scripts": {
"start": "node server",
"dev start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
}
}