www/package.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2024-09-12 17:28:33 -07:00
{
2024-09-16 11:08:41 -07:00
"name": "pulse-www",
"version": "1.0.0",
"author": {
"name": "Braydon (Rainnny)",
"url": "https://rainnny.club",
"email": "braydonrainnny@gmail.com"
},
2024-09-12 17:28:33 -07:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-09-16 22:45:08 -07:00
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
2024-09-13 18:27:40 -07:00
"@radix-ui/react-icons": "^1.3.0",
2024-09-16 22:45:08 -07:00
"@radix-ui/react-separator": "^1.1.0",
2024-09-13 18:27:40 -07:00
"@radix-ui/react-slot": "^1.1.0",
2024-09-17 21:06:10 -07:00
"@types/canvas-confetti": "^1.6.4",
"canvas-confetti": "^1.9.3",
2024-09-13 18:27:40 -07:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
2024-09-16 22:45:08 -07:00
"framer-motion": "^11.5.4",
2024-09-13 18:27:40 -07:00
"lucide-react": "^0.441.0",
"next": "14.2.8",
2024-09-16 22:45:08 -07:00
"next-client-cookies": "^1.1.1",
2024-09-13 18:27:40 -07:00
"next-themes": "^0.3.0",
2024-09-12 17:28:33 -07:00
"react": "^18",
"react-dom": "^18",
2024-09-16 22:45:08 -07:00
"react-hook-form": "^7.53.0",
"react-turnstile": "^1.1.3",
2024-09-13 18:27:40 -07:00
"sharp": "^0.33.5",
2024-09-17 18:40:04 -07:00
"sonner": "^1.5.0",
2024-09-13 18:27:40 -07:00
"tailwind-merge": "^2.5.2",
2024-09-16 22:45:08 -07:00
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^5.0.0-rc.2"
2024-09-12 17:28:33 -07:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.8",
2024-09-12 17:28:33 -07:00
"postcss": "^8",
"tailwindcss": "^3.4.1",
"turnstile-types": "^1.2.2",
"typescript": "^5"
2024-09-12 17:28:33 -07:00
}
}