2022-01-08 12:52:39 -07:00
|
|
|
{
|
|
|
|
|
"name": "webserver",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2022-02-02 23:23:43 -07:00
|
|
|
"@blueprintjs/core": "^3.52.0",
|
|
|
|
|
"@data-driven-forms/blueprint-component-mapper": "^3.16.1",
|
|
|
|
|
"@data-driven-forms/react-form-renderer": "^3.16.1",
|
2022-01-08 12:52:39 -07:00
|
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
|
|
|
"@testing-library/react": "^12.1.2",
|
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2022-02-02 23:23:43 -07:00
|
|
|
"formik": "^2.2.9",
|
|
|
|
|
"pouchdb": "^7.2.2",
|
2022-01-08 12:52:39 -07:00
|
|
|
"react": "^17.0.2",
|
2022-02-02 23:23:43 -07:00
|
|
|
"react-chartjs-2": "^4.0.0",
|
2022-01-08 12:52:39 -07:00
|
|
|
"react-dom": "^17.0.2",
|
2022-02-02 23:23:43 -07:00
|
|
|
"react-router": "^6.2.1",
|
|
|
|
|
"react-router-dom": "^6.2.1",
|
2022-01-08 12:52:39 -07:00
|
|
|
"react-scripts": "5.0.0",
|
2022-01-28 13:40:10 +00:00
|
|
|
"web-vitals": "^2.1.3",
|
|
|
|
|
"@material-ui/core": "^4.12.3",
|
|
|
|
|
"@material-ui/icons": "^4.11.2"
|
|
|
|
|
|
2022-01-08 12:52:39 -07:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|