-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
{
"name": "parken.daten.cool",
"version": "0.1.0",
"private": true,
"dependencies": {
"lodash": "^4.17.4",
"material-ui": "^0.17.1",
"normalizr": "^3.2.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router-dom": "^4.0.0",
"react-snapshot": "^1.0.4",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-promise-middleware": "^4.2.0",
"serve": "^5.0.3",
"styled-components": "^1.4.4",
"sw-precache": "^5.1.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"eslint-config-standard": "^7.1.0",
"eslint-config-standard-react": "^4.3.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && react-snapshot && sw-precache --config=sw-precache-config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"now-start": "serve -s build"
},
"now": {
"alias": [
"parken.daten.cool",
"parken.cool"
]
},
"eslintConfig": {
"extends": [
"react-app"
]
}
}