-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
63 lines (63 loc) · 1.69 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
63
{
"name": "twasi-panel",
"version": "0.0.1",
"private": true,
"dependencies": {
"@amcharts/amcharts4": "^4.6.0",
"@babel/runtime": "7.0.0-beta.46",
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.4.3",
"@material-ui/lab": "^4.0.0-alpha.39",
"axios": "^0.19.0",
"graphiql": "^0.13.0",
"graphql": "^14.3.0",
"html2canvas": "^1.0.0-rc.3",
"jwt-decode": "^2.2.0",
"local-storage": "^1.4.2",
"lodash": "^4.17.15",
"mui-datatables": "^2.2.0",
"notistack": "^0.9.5",
"prop-types": "^15.7.2",
"query-string": "^5.1.1",
"react": "^16.8.6",
"react-color": "^2.17.3",
"react-dom": "^16.8.6",
"react-event-listener": "^0.6.6",
"react-grid-system": "^3.2.3",
"react-intl": "^2.9.0",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"react-snowstorm": "^0.0.3",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint --ext .jsx --ext .js ./src --max-warnings=0"
},
"devDependencies": {
"babel-plugin-import": "^1.11.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jest": "^21.27.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-react": "^7.13.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}