508a844327
- Update i18n package versions to stable, compatible versions - Add install-i18n.sh script for easy setup in any environment - Create comprehensive I18N_SETUP.md troubleshooting guide - Use legacy-peer-deps flag to avoid npm conflicts - Provide clear instructions for Docker and local environments This ensures the German translation feature works correctly across different development and deployment environments. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"name": "minio-webui-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@mui/icons-material": "^5.15.3",
|
|
"@mui/material": "^5.15.3",
|
|
"@mui/x-data-grid": "^6.18.7",
|
|
"@types/node": "^20.10.7",
|
|
"@types/react": "^18.2.47",
|
|
"@types/react-dom": "^18.2.18",
|
|
"ajv": "^8.12.0",
|
|
"axios": "^1.6.5",
|
|
"chart.js": "^4.4.1",
|
|
"date-fns": "^3.2.0",
|
|
"i18next": "^23.7.6",
|
|
"i18next-browser-languagedetector": "^7.2.0",
|
|
"react": "^18.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-i18next": "^13.5.0",
|
|
"react-router-dom": "^6.21.1",
|
|
"react-scripts": "5.0.1",
|
|
"typescript": "^5.3.3",
|
|
"web-vitals": "^3.5.1",
|
|
"yup": "^1.3.3",
|
|
"zustand": "^4.4.7"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint src --ext .ts,.tsx",
|
|
"lint:fix": "eslint src --ext .ts,.tsx --fix"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^6.18.0",
|
|
"@typescript-eslint/parser": "^6.18.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.2",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"http-proxy-middleware": "^2.0.9",
|
|
"prettier": "^3.1.1"
|
|
},
|
|
"proxy": "http://localhost:7510"
|
|
}
|