37 lines
996 B
JSON
37 lines
996 B
JSON
|
{
|
||
|
"name": "web",
|
||
|
"private": true,
|
||
|
"version": "0.0.0",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "tsc && vite build",
|
||
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@ant-design/icons": "^5.3.6",
|
||
|
"antd": "^5.16.1",
|
||
|
"axios": "^1.6.8",
|
||
|
"i18next": "^23.11.1",
|
||
|
"i18next-browser-languagedetector": "^7.2.1",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0",
|
||
|
"react-i18next": "^14.1.0",
|
||
|
"react-redux": "^9.1.0",
|
||
|
"react-router-dom": "^6.22.3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/react": "^18.2.66",
|
||
|
"@types/react-dom": "^18.2.22",
|
||
|
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
||
|
"@typescript-eslint/parser": "^7.6.0",
|
||
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
||
|
"eslint": "^8.57.0",
|
||
|
"eslint-plugin-react-hooks": "^4.6.0",
|
||
|
"eslint-plugin-react-refresh": "^0.4.6",
|
||
|
"typescript": "^5.4.5",
|
||
|
"vite": "^5.2.0"
|
||
|
}
|
||
|
}
|