2024-09-12 20:28:33 -04:00
|
|
|
{
|
2024-09-16 14:08:41 -04:00
|
|
|
"name": "pulse-www",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"author": {
|
|
|
|
"name": "Braydon (Rainnny)",
|
|
|
|
"url": "https://rainnny.club",
|
|
|
|
"email": "braydonrainnny@gmail.com"
|
|
|
|
},
|
2024-09-12 20:28:33 -04:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-09-17 01:45:08 -04:00
|
|
|
"@heroicons/react": "^2.1.5",
|
|
|
|
"@hookform/resolvers": "^3.9.0",
|
2024-09-18 21:44:14 -04:00
|
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
2024-09-19 02:06:19 -04:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
2024-09-13 21:27:40 -04:00
|
|
|
"@radix-ui/react-icons": "^1.3.0",
|
2024-09-18 21:44:14 -04:00
|
|
|
"@radix-ui/react-popover": "^1.1.1",
|
2024-09-17 01:45:08 -04:00
|
|
|
"@radix-ui/react-separator": "^1.1.0",
|
2024-09-13 21:27:40 -04:00
|
|
|
"@radix-ui/react-slot": "^1.1.0",
|
2024-09-18 21:44:14 -04:00
|
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
|
|
"@tabler/icons-react": "^3.17.0",
|
2024-09-18 00:06:10 -04:00
|
|
|
"@types/canvas-confetti": "^1.6.4",
|
|
|
|
"canvas-confetti": "^1.9.3",
|
2024-09-13 21:27:40 -04:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.1.1",
|
2024-09-18 21:44:14 -04:00
|
|
|
"cmdk": "1.0.0",
|
2024-09-17 01:45:08 -04:00
|
|
|
"framer-motion": "^11.5.4",
|
2024-09-19 07:24:10 -04:00
|
|
|
"input-otp": "^1.2.4",
|
2024-09-18 21:44:14 -04:00
|
|
|
"lossless-json": "^4.0.2",
|
2024-09-20 22:07:45 +00:00
|
|
|
"lucide-react": "^0.445.0",
|
2024-09-20 02:41:53 -04:00
|
|
|
"luxon": "^3.5.0",
|
2024-10-04 20:06:28 +00:00
|
|
|
"next": "14.2.14",
|
2024-09-17 01:45:08 -04:00
|
|
|
"next-client-cookies": "^1.1.1",
|
2024-09-13 21:27:40 -04:00
|
|
|
"next-themes": "^0.3.0",
|
2024-09-19 07:24:10 -04:00
|
|
|
"qrcode.react": "^4.0.1",
|
2024-09-12 20:28:33 -04:00
|
|
|
"react": "^18",
|
|
|
|
"react-dom": "^18",
|
2024-09-17 01:45:08 -04:00
|
|
|
"react-hook-form": "^7.53.0",
|
2024-09-18 23:32:07 -04:00
|
|
|
"react-initials-avatar": "^1.1.2",
|
2024-09-17 01:45:08 -04:00
|
|
|
"react-turnstile": "^1.1.3",
|
2024-09-13 21:27:40 -04:00
|
|
|
"sharp": "^0.33.5",
|
2024-09-17 21:40:04 -04:00
|
|
|
"sonner": "^1.5.0",
|
2024-09-13 21:27:40 -04:00
|
|
|
"tailwind-merge": "^2.5.2",
|
2024-09-17 01:45:08 -04:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
|
"zod": "^3.23.8",
|
|
|
|
"zustand": "^5.0.0-rc.2"
|
2024-09-12 20:28:33 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-20 02:41:53 -04:00
|
|
|
"@types/luxon": "^3.4.2",
|
2024-09-19 23:06:52 +00:00
|
|
|
"@types/node": "^22.0.0",
|
2024-09-12 20:28:33 -04:00
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
2024-12-14 23:06:45 +00:00
|
|
|
"eslint": "^9.0.0",
|
2024-09-20 01:06:18 +00:00
|
|
|
"eslint-config-next": "14.2.13",
|
2024-09-12 20:28:33 -04:00
|
|
|
"postcss": "^8",
|
|
|
|
"tailwindcss": "^3.4.1",
|
2024-09-17 17:15:45 -04:00
|
|
|
"turnstile-types": "^1.2.2",
|
|
|
|
"typescript": "^5"
|
2024-09-12 20:28:33 -04:00
|
|
|
}
|
|
|
|
}
|