Files
gunbuilder-next-tailwind/package.json

33 lines
721 B
JSON
Raw 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": {
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
2025-06-29 08:39:26 -04:00
"daisyui": "^4.7.3",
2025-06-29 07:12:20 -04:00
"next": "15.3.4",
2025-06-29 05:28:04 -04:00
"react": "^19.0.0",
2025-06-29 15:58:03 -04:00
"react-dom": "^19.0.0",
"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/react": "^19",
"@types/react-dom": "^19",
2025-06-29 07:12:20 -04:00
"autoprefixer": "^10.4.21",
2025-06-29 05:28:04 -04:00
"eslint": "^9",
"eslint-config-next": "15.3.4",
2025-06-29 07:12:20 -04:00
"postcss": "^8.5.6",
"tailwindcss": "^3.4.4",
"typescript": "^5"
2025-06-29 05:28:04 -04:00
}
}