blob: e36268dc3480e5bd6a032fd789870377c16a663a [file] [log] [blame]
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"@testing-library/dom": "^7.21.4",
"@types/webpack": "^5.28.0",
"sockjs-client": "^1.4.0",
"type-fest": "^0.13.1",
"webpack-hot-middleware": "^2.25.1",
"webpack-plugin-serve": "^1.5.0",
"bootstrap": "^5.1",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "5.0.1",
"reactstrap": "^8.10.0",
"web-vitals": "^1.1.1",
"@mui/material": "^5.14.10",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"file-saver": "^2.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8080",
"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"
]
}
}