81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"db:seed": "npx prisma db seed"
|
|
},
|
|
"prisma": {
|
|
"seed": "ts-node prisma/seed.ts"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^4.0.0",
|
|
"@prisma/client": "^6.3.1",
|
|
"@radix-ui/react-avatar": "^1.1.3",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-collapsible": "^1.1.3",
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
"@radix-ui/react-label": "^2.1.2",
|
|
"@radix-ui/react-popover": "^1.1.6",
|
|
"@radix-ui/react-scroll-area": "^1.2.3",
|
|
"@radix-ui/react-select": "^2.1.6",
|
|
"@radix-ui/react-separator": "^1.1.2",
|
|
"@radix-ui/react-slot": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
"@radix-ui/react-tabs": "^1.1.3",
|
|
"@radix-ui/react-toast": "^1.2.6",
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
"@react-email/components": "0.0.33",
|
|
"@supabase/ssr": "latest",
|
|
"@supabase/supabase-js": "latest",
|
|
"@tabler/icons-react": "^3.30.0",
|
|
"@tanstack/react-table": "^8.21.2",
|
|
"autoprefixer": "10.4.20",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"framer-motion": "^12.4.7",
|
|
"input-otp": "^1.4.2",
|
|
"lucide-react": "^0.468.0",
|
|
"mapbox-gl": "^3.10.0",
|
|
"motion": "^12.4.7",
|
|
"next": "latest",
|
|
"next-themes": "^0.4.3",
|
|
"prettier": "^3.3.3",
|
|
"react": "18.3.1",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "18.3.1",
|
|
"react-hook-form": "^7.54.2",
|
|
"resend": "^4.1.2",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.10.2",
|
|
"@types/react": "^19.0.2",
|
|
"@types/react-dom": "19.0.2",
|
|
"postcss": "8.4.49",
|
|
"prisma": "^6.3.1",
|
|
"prisma-json-types-generator": "^3.2.2",
|
|
"react-email": "3.0.7",
|
|
"supabase": "^2.12.1",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "3.4.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"name": "sigap-website",
|
|
"version": "1.0.0",
|
|
"description": "<a href=\"https://demo-nextjs-with-supabase.vercel.app/\"> <img alt=\"Next.js and Supabase Starter Kit - the fastest way to build apps with Next.js and Supabase\" src=\"https://demo-nextjs-with-supabase.vercel.app/opengraph-image.png\"> <h1 align=\"center\">Next.js and Supabase Starter Kit</h1> </a>",
|
|
"main": "postcss.config.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|