56 lines
1.4 KiB
JSON
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": "^17.0.47",
|
|
"@types/react-dom": "^18.0.6",
|
|
"axios": "^0.21.1",
|
|
"connected-react-router": "^6.8.0",
|
|
"dotenv": "^16.0.1",
|
|
"node-sass": "^7.0.1",
|
|
"notistack": "^1.0.0",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"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"
|
|
]
|
|
}
|
|
}
|