-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.76 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
64
65
66
67
68
69
{
"name": "web",
"version": "0.0.1",
"private": true,
"dependencies": {
"@apollo/client": "3.4.3",
"@date-io/date-fns": "1.3.13",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/pickers": "3.3.10",
"@reduxjs/toolkit": "1.6.0",
"chart.js": "3.5.0",
"date-fns": "2.23.0",
"formik": "2.2.9",
"google-map-react": "2.1.10",
"graphql": "15.5.1",
"lodash": "4.17.21",
"material-ui-search-bar": "1.0.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-chartjs-2": "3.0.4",
"react-dom": "17.0.2",
"react-google-login": "5.2.2",
"react-icons": "4.2.0",
"react-picture-grid": "1.0.41",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-youtube": "7.13.1",
"redux-devtools-extension": "2.13.9",
"redux-observable": "2.0.0",
"rxjs": "7.2.0",
"yup": "0.32.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint . --ext=js,jsx;",
"lint:fix": "eslint . --ext=js,jsx --fix;"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.29.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-filenames": "1.3.2",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0"
},
"engines": {
"node": "14.17"
}
}