-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.35 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
{
"name": "react_viz",
"version": "2.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.0.2",
"@material-ui/icons": "^4.0.1",
"apollo-boost": "^0.4.4",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-http": "^1.5.15",
"apollo-link-ws": "^1.0.18",
"d3-time-format": "^2.1.3",
"graphql": "^14.3.1",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"keyboardjs": "^2.5.1",
"react": "16.8.6",
"react-apollo": "^3.0.1",
"react-dom": "16.8.6",
"react-redux": "^7.1.0-rc.1",
"react-scripts": "3.0.1",
"react-toastify": "^4.4.0",
"react-use": "^9.4.0",
"rebound": "^0.1.0",
"recharts": "^1.7.1",
"redux": "^4.0.1",
"redux-saga": "^1.0.3",
"subscriptions-transport-ws": "^0.9.16",
"urql": "^1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^2.1.1",
"redux-devtools-extension": "^2.13.5"
},
"homepage": "https://waystogo.github.io/react_viz"
}