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",
|
2025-06-29 07:43:18 -04:00
|
|
|
"@headlessui/react": "^2.2.4",
|
|
|
|
|
"@heroicons/react": "^2.2.0",
|
2025-06-30 13:02:19 -04:00
|
|
|
"autoprefixer": "^10.4.21",
|
2025-06-29 08:39:26 -04:00
|
|
|
"daisyui": "^4.7.3",
|
2025-06-30 13:02:19 -04:00
|
|
|
"drizzle-kit": "^0.31.4",
|
|
|
|
|
"drizzle-orm": "^0.44.2",
|
|
|
|
|
"next": "^14.2.30",
|
2025-06-30 06:36:03 -04:00
|
|
|
"next-auth": "^4.24.11",
|
2025-06-30 13:02:19 -04:00
|
|
|
"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",
|
2025-06-30 13:02:19 -04:00
|
|
|
"@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
|
|
|
}
|
|
|
|
|
}
|