2020-11-28 19:30:28 +01:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-12-08 21:32:21 +01:00
|
|
|
"@date-io/date-fns": "^1.3.13",
|
2020-11-28 19:30:28 +01:00
|
|
|
"@material-ui/core": "^4.11.1",
|
|
|
|
"@material-ui/icons": "^4.9.1",
|
2020-12-06 18:12:44 +01:00
|
|
|
"@material-ui/lab": "^4.0.0-alpha.57",
|
2020-12-08 21:32:21 +01:00
|
|
|
"@material-ui/pickers": "^3.2.10",
|
2020-11-28 19:30:28 +01:00
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
|
|
"@testing-library/react": "^11.1.0",
|
|
|
|
"@testing-library/user-event": "^12.1.10",
|
2020-12-02 21:29:26 +01:00
|
|
|
"connected-react-router": "^6.8.0",
|
2020-12-08 21:32:21 +01:00
|
|
|
"date-fns": "^2.16.1",
|
2020-12-17 15:58:07 +01:00
|
|
|
"formik": "^2.2.6",
|
2020-12-02 21:29:26 +01:00
|
|
|
"history": "4.10.1",
|
|
|
|
"immer": "^8.0.0",
|
2020-12-17 15:58:07 +01:00
|
|
|
"joi": "^17.3.0",
|
2020-11-30 20:32:34 +01:00
|
|
|
"lodash": "^4.17.20",
|
|
|
|
"prop-types": "^15.7.2",
|
2020-12-06 18:12:44 +01:00
|
|
|
"quagga": "^0.12.1",
|
2020-11-28 19:30:28 +01:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-helmet": "^6.1.0",
|
2020-12-17 15:58:07 +01:00
|
|
|
"react-hook-form": "^6.13.1",
|
2020-11-30 20:32:34 +01:00
|
|
|
"react-redux": "^7.2.2",
|
2020-11-28 19:30:28 +01:00
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
|
"react-scripts": "4.0.0",
|
2020-11-30 20:32:34 +01:00
|
|
|
"redux": "^4.0.5",
|
2020-12-02 21:29:26 +01:00
|
|
|
"redux-injectors": "^1.3.0",
|
2020-11-30 20:32:34 +01:00
|
|
|
"redux-saga": "^1.1.3",
|
|
|
|
"reselect": "^4.0.0",
|
2020-11-28 19:30:28 +01:00
|
|
|
"web-vitals": "^0.2.4",
|
|
|
|
"yarn": "^1.22.10"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
2020-11-30 20:32:34 +01:00
|
|
|
"devDependencies": {}
|
2020-11-28 19:30:28 +01:00
|
|
|
}
|