2026-06-29 07:55:47 +02:00
|
|
|
{
|
|
|
|
|
"name": "leocrm-frontend",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "tsc --noEmit && vite build",
|
|
|
|
|
"preview": "vite preview",
|
|
|
|
|
"test": "vitest run src/__tests__/ --reporter=verbose",
|
|
|
|
|
"test:coverage": "vitest run src/__tests__/ --coverage",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-06-29 11:01:39 +02:00
|
|
|
"@hookform/resolvers": "^3.9.0",
|
2026-06-29 07:55:47 +02:00
|
|
|
"@tanstack/react-query": "^5.56.0",
|
2026-06-29 11:01:39 +02:00
|
|
|
"@tanstack/react-table": "^8.21.3",
|
|
|
|
|
"axios": "^1.7.7",
|
|
|
|
|
"clsx": "^2.1.1",
|
2026-06-29 07:55:47 +02:00
|
|
|
"i18next": "^23.14.0",
|
|
|
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
2026-06-29 11:01:39 +02:00
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
2026-06-29 07:55:47 +02:00
|
|
|
"react-hook-form": "^7.53.0",
|
2026-06-29 11:01:39 +02:00
|
|
|
"react-i18next": "^15.0.0",
|
|
|
|
|
"react-router-dom": "^6.26.0",
|
2026-06-29 07:55:47 +02:00
|
|
|
"zod": "^3.23.8",
|
2026-06-29 11:01:39 +02:00
|
|
|
"zustand": "^4.5.5"
|
2026-06-29 07:55:47 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-29 11:01:39 +02:00
|
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
|
|
|
"@testing-library/react": "^16.0.1",
|
|
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2026-06-29 07:55:47 +02:00
|
|
|
"@types/react": "^18.3.8",
|
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
|
|
|
"@vitest/coverage-v8": "^2.1.0",
|
2026-06-29 11:01:39 +02:00
|
|
|
"autoprefixer": "^10.4.20",
|
|
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2026-06-29 07:55:47 +02:00
|
|
|
"jsdom": "^25.0.0",
|
|
|
|
|
"postcss": "^8.4.47",
|
2026-06-29 11:01:39 +02:00
|
|
|
"tailwindcss": "^3.4.13",
|
|
|
|
|
"typescript": "^5.6.0",
|
|
|
|
|
"vite": "^5.4.0",
|
|
|
|
|
"vitest": "^2.1.0"
|
2026-06-29 07:55:47 +02:00
|
|
|
}
|
|
|
|
|
}
|