-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.77 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": "farmdoc",
"version": "1.8.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"chart.js": "2.7.3",
"keycloak-js": "6.0.1",
"react": "^16.13.1",
"react-chartjs-2": "2.6.2",
"react-device-detect": "1.6.2",
"react-dom": "^16.13.1",
"react-keycloak": "6.0.1",
"react-mdc-web": "^0.17.0",
"react-redux": "7.2.0",
"react-router": "3.2.6",
"react-router-redux": "4.0.8",
"react-select": "3.1.0",
"react-tabulator": "~0.14.4",
"redux": "3.6.0",
"redux-immutable-state-invariant": "^1.2.4",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"@babel/eslint-parser": "^7.5.4",
"eslint": "8.23.0",
"eslint-plugin-sort-class-members": "^1.9.0",
"node-sass": "^4.14.1",
"react-scripts": "5.0.1",
"source-map-explorer": "^2.5.2",
"web-vitals": "^0.2.4",
"webpack-bundle-analyzer": "4.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-dev": "REACT_APP_ENV=development react-scripts build",
"build-prod": "REACT_APP_ENV=production react-scripts build",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src --color --ext=.jsx,.js",
"lint:fix": "eslint --fix src --color --ext=.jsx,.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}