Files
gunbuilder-next-tailwind/package.json
2025-06-30 06:36:03 -04:00

35 lines
779 B
JSON

{
"name": "pew-builder-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"daisyui": "^4.7.3",
"next": "15.3.4",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.3.4",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.4",
"typescript": "^5"
}
}