NanoBananaShow/package.json
2024-07-08 18:37:12 +08:00

45 lines
1.0 KiB
JSON

{
"name": "next-init",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 80",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@next/third-parties": "^14.1.3",
"@stripe/stripe-js": "^3.0.7",
"@tailwindcss/typography": "^0.5.10",
"ahooks": "^3.7.10",
"aws-sdk": "^2.1572.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"google-auth-library": "^9.6.3",
"next": "14.1.3",
"next-auth": "^4.24.6",
"next-intl": "^3.9.2",
"pg": "^8.11.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"replicate": "^0.27.1",
"stripe": "^14.19.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}