-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "food-and-quote",
"version": "0.1.0",
"private": true,
"devDependencies": {
"flow-bin": "^0.43.1",
"react-scripts": "^0.9.5"
},
"dependencies": {
"@cycle/dom": "^17.1.0",
"@cycle/http": "^13.2.0",
"@cycle/xstream-run": "^4.0.0",
"react": "^15.5.4",
"react-autocomplete": "^1.4.2",
"react-dom": "^15.5.4",
"react-helmet": "^5.0.3",
"react-infinite": "^0.10.0",
"react-overdrive": "^0.0.4",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"react-select": "^1.0.0-rc.3",
"react-share": "^1.13.2",
"react-test-renderer": "^15.5.4",
"react-virtualized": "^9.7.3",
"redux": "^3.6.0",
"redux-cycles": "^0.4.0",
"redux-devtools-extension": "^2.13.0",
"redux-localstorage": "^0.4.1",
"serve": "^3.1.0",
"styled-components": "^1.4.4",
"sw-precache": "^5.1.0",
"xstream": "^10.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "yarn build&&now deploy ./build",
"serve": "yarn build&&serve ./build"
}
}