Files
menui_web/package.json
2023-03-27 18:45:42 +02:00

56 lines
1.4 KiB
JSON

{
"name": "MenuiWebClient",
"version": "0.4.0",
"private": true,
"dependencies": {
"@auth0/auth0-react": "^1.10.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@react-google-maps/api": "^1.10.1",
"@reduxjs/toolkit": "^1.8.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.6",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"axios": "^0.21.1",
"connected-react-router": "^6.8.0",
"dotenv": "^16.0.1",
"node-sass": "^8.0.0",
"notistack": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"redux": "^4.0.5",
"typescript": "^4.7.4",
"universal-cookie": "^4.0.4",
"validator": "^13.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}