Files
ScoutingApp2022/webserver/package.json
T
2022-03-13 18:58:26 -06:00

64 lines
1.7 KiB
JSON

{
"name": "webserver",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.52.0",
"@data-driven-forms/blueprint-component-mapper": "^3.16.1",
"@data-driven-forms/react-form-renderer": "^3.16.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"react-apexcharts": "^1.3.9",
"formik": "^2.2.9",
"pouchdb": "^7.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.3",
"@mui/material": "^5.5.0",
"@mui/icons-material": "^5.5.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/x-data-grid": "^5.6.1",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4"
},
"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"
]
}
}