48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@tickettracker/frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "NEXT_TELEMETRY_DISABLED=1 next dev -H 0.0.0.0",
|
|
"build": "NEXT_TELEMETRY_DISABLED=1 next build",
|
|
"start": "NEXT_TELEMETRY_DISABLED=1 next start -H 0.0.0.0",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.6.0",
|
|
"@shadcn/react": "^0.1.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"geist": "^1.7.2",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^1.28.0",
|
|
"next": "^16.2.12",
|
|
"next-themes": "^0.4.6",
|
|
"postcss": "^8.5.25",
|
|
"radix-ui": "^1.6.7",
|
|
"react": "^19.2.8",
|
|
"react-day-picker": "^10.0.1",
|
|
"react-dom": "^19.2.8",
|
|
"react-resizable-panels": "^4.12.2",
|
|
"recharts": "^3.8.0",
|
|
"shadcn": "^4.16.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.1.5",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vaul": "^1.1.2",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.3.3",
|
|
"@types/node": "^22.20.1",
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|