mosh-helpdesk/client/package.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2026-02-09 18:55:29 +01:00
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
2026-02-16 21:04:25 +01:00
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
2026-02-09 18:55:29 +01:00
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
2026-02-11 20:21:34 +01:00
"@tailwindcss/vite": "^4.1.18",
2026-02-16 19:35:28 +01:00
"@tanstack/react-query": "^5.90.21",
2026-02-23 18:03:04 +01:00
"@tanstack/react-table": "^8.21.3",
2026-02-16 19:35:28 +01:00
"axios": "^1.13.5",
2026-02-11 18:36:05 +01:00
"better-auth": "^1.4.18",
2026-02-11 21:33:34 +01:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2026-02-18 20:34:27 +01:00
"core": "workspace:*",
2026-02-25 19:21:30 +01:00
"dompurify": "^3.3.1",
2026-02-11 21:33:34 +01:00
"lucide-react": "^0.563.0",
"radix-ui": "^1.4.3",
2026-02-09 18:55:29 +01:00
"react": "^19.2.0",
2026-02-11 18:36:05 +01:00
"react-dom": "^19.2.0",
"react-hook-form": "^7.71.1",
"react-router": "^7.13.0",
2026-02-11 21:33:34 +01:00
"tailwind-merge": "^3.4.0",
2026-02-11 20:21:34 +01:00
"tailwindcss": "^4.1.18",
"zod": "^4.3.6"
2026-02-09 18:55:29 +01:00
},
"devDependencies": {
"@eslint/js": "^9.39.1",
2026-02-16 21:04:25 +01:00
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
2026-02-25 19:21:30 +01:00
"@types/dompurify": "^3.2.0",
2026-02-09 18:55:29 +01:00
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
2026-02-16 21:04:25 +01:00
"jsdom": "^28.1.0",
2026-02-11 21:33:34 +01:00
"shadcn": "^3.8.4",
"tw-animate-css": "^1.4.0",
2026-02-09 18:55:29 +01:00
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.0",
2026-02-16 21:04:25 +01:00
"vite": "^7.3.1",
"vitest": "^4.0.18"
2026-02-09 18:55:29 +01:00
}
}