garage-erp/apps/dashboard/package.json
2026-03-27 16:20:46 +03:00

66 lines
1.8 KiB
JSON

{
"name": "@garage/dashboard",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"predev": "pnpm --filter @garage/api run generate",
"dev": "next dev --turbopack",
"prebuild": "pnpm --filter @garage/api run generate",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:e2e": "cypress run"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@hookform/resolvers": "^5.2.2",
"@garage/api": "workspace:*",
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.577.0",
"next": "16.1.7",
"next-themes": "^0.4.6",
"nuqs": "^2.8.9",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.72.0",
"react-resizable-panels": "^4.7.5",
"recharts": "3.8.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"cypress": "^15.13.0",
"eslint": "^9.39.4",
"eslint-config-next": "16.1.7",
"postcss": "^8",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"shadcn": "^4.1.0",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}