66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "pulse-www",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Braydon (Rainnny)",
|
|
"url": "https://rainnny.club",
|
|
"email": "braydonrainnny@gmail.com"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.1.5",
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
"@tabler/icons-react": "^3.17.0",
|
|
"@types/canvas-confetti": "^1.6.4",
|
|
"canvas-confetti": "^1.9.3",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "1.0.0",
|
|
"framer-motion": "^11.5.4",
|
|
"input-otp": "^1.2.4",
|
|
"lossless-json": "^4.0.2",
|
|
"lucide-react": "^0.445.0",
|
|
"luxon": "^3.5.0",
|
|
"next": "14.2.14",
|
|
"next-client-cookies": "^2.0.0",
|
|
"next-themes": "^0.3.0",
|
|
"qrcode.react": "^4.0.1",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-hook-form": "^7.53.0",
|
|
"react-initials-avatar": "^1.1.2",
|
|
"react-turnstile": "^1.1.3",
|
|
"sharp": "^0.33.5",
|
|
"sonner": "^1.5.0",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.23.8",
|
|
"zustand": "^5.0.0-rc.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/luxon": "^3.4.2",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.13",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"turnstile-types": "^1.2.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|