54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^2.7.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"axios": "^1.3.2",
|
|
"bootstrap": "5.3.5",
|
|
"env-cmd": "^10.1.0",
|
|
"http-proxy-middleware": "^3.0.5",
|
|
"i18next": "25.0.1",
|
|
"i18next-browser-languagedetector": "8.0.5",
|
|
"i18next-xhr-backend": "3.2.2",
|
|
"react": "^19.1.0",
|
|
"react-bootstrap": "2.10.9",
|
|
"react-datepicker": "8.3.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "15.4.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-modal": "^3.16.1",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.5.1",
|
|
"react-scripts": "^5.0.1",
|
|
"react-select": "5.10.1",
|
|
"react-toastify": "^11.0.5",
|
|
"recharts": "^2.15.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"docker": "env-cmd -f .env.docker react-scripts --max-http-header-size=2048 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"
|
|
]
|
|
}
|
|
}
|