-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.67 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
60
61
62
{
"name": "eog-react-visualization-base",
"version": "2.0.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.1.3",
"@material-ui/core": "^4.6.1",
"@material-ui/icons": "^4.5.1",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"@types/react-plotly.js": "^2.2.4",
"@types/react-redux": "^7.1.5",
"graphql": "^15.3.0",
"isomorphic-fetch": "^2.2.1",
"plotly.js": "^1.54.7",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-plotly.js": "^2.4.0",
"react-redux": "^7.1.3",
"react-scripts": "^3.2.0",
"react-toastify": "^5.4.0",
"react-use": "^13.6.3",
"rebound": "^0.1.0",
"recharts": "^1.8.5",
"redux": "^4.0.4",
"redux-saga": "^1.1.1",
"redux-starter-kit": "^1.0.1",
"subscriptions-transport-ws": "^0.9.18",
"typescript": "^3.7.2",
"urql": "^1.6.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"concurrently": "^5.0.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-flowtype": "^4.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.2.0",
"prettier": "^1.18.2",
"redux-devtools-extension": "^2.13.5"
}
}