Files
edr-platform/apps/finance-web/package.json
2026-08-25 00:11:39 +03:00

47 lines
1.3 KiB
JSON

{
"name": "@edr/finance-web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --clearScreen false",
"prebuild": "node -e \"const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true});\"",
"build": "vite build",
"preview": "vite preview --port 5186",
"lint": "eslint src",
"type-check": "tsc -b"
},
"dependencies": {
"@edr/ui-common": "workspace:*",
"@hookform/resolvers": "^5.4.0",
"@mantine/core": "^9.3.0",
"@mantine/dates": "^9.3.0",
"@mantine/hooks": "^9.3.0",
"@mantine/notifications": "^9.3.0",
"@mantine/spotlight": "^9.5.2",
"@tabler/icons-react": "^3.44.0",
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.16.1",
"dayjs": "^1.11.13",
"i18next": "^26.3.5",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hook-form": "^7.77.0",
"react-i18next": "^17.0.8",
"react-router-dom": "^7.1.1",
"zod": "^4.0.0"
},
"devDependencies": {
"@edr/tsconfig": "workspace:*",
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^20.14.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3",
"vite": "^6.0.7"
}
}