58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.0.5",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.6.1",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/react": "^19.0.11",
|
|
"@types/react-dom": "^19.0.4",
|
|
"antd": "^5.24.7",
|
|
"axios": "^1.9.0",
|
|
"axios-retry": "^4.5.0",
|
|
"i18next": "^25.0.1",
|
|
"i18next-browser-languagedetector": "^8.0.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-i18next": "^15.5.1",
|
|
"react-router-dom": "^7.5.0",
|
|
"web-vitals": "^2.1.4",
|
|
"zustand": "^5.0.5"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"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": {
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
"@types/node": "^20.19.1",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-node-polyfills": "^0.23.0"
|
|
}
|
|
}
|