Files
gunbuilder-next-tailwind/package.json

42 lines
995 B
JSON
Raw Permalink Normal View History

2025-06-29 05:28:04 -04:00
{
"name": "pew-builder-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
2025-06-29 08:39:26 -04:00
"dev": "next dev",
2025-06-29 05:28:04 -04:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-06-30 06:36:03 -04:00
"@auth/core": "^0.34.2",
"@auth/drizzle-adapter": "^1.10.0",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"autoprefixer": "^10.4.21",
"bcryptjs": "^3.0.2",
2025-06-29 08:39:26 -04:00
"daisyui": "^4.7.3",
"date-fns": "^4.1.0",
"drizzle-kit": "^0.31.4",
"drizzle-orm": "^0.44.2",
"lucide-react": "^0.525.0",
"next": "^14.2.30",
2025-06-30 06:36:03 -04:00
"next-auth": "^4.24.11",
"pg": "^8.16.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.4.3",
2025-06-29 15:58:03 -04:00
"zustand": "^5.0.6"
2025-06-29 05:28:04 -04:00
},
"devDependencies": {
2025-06-29 07:12:20 -04:00
"@eslint/eslintrc": "^3",
2025-06-29 05:28:04 -04:00
"@types/node": "^20",
"@types/pg": "^8.15.4",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
2025-06-29 05:28:04 -04:00
"eslint": "^9",
"eslint-config-next": "15.3.4",
2025-06-29 07:12:20 -04:00
"typescript": "^5"
2025-06-29 05:28:04 -04:00
}
}