titles/package.json

39 lines
949 B
JSON
Raw Normal View History

2024-05-16 11:44:35 +00:00
{
"name": "titles",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-05-16 12:37:35 +00:00
"@next/env": "^14.2.3",
2024-05-17 08:44:41 +00:00
"@nextui-org/button": "^2.0.31",
"@nextui-org/react": "^2.3.6",
"@nextui-org/system": "^2.1.2",
"@nextui-org/theme": "^2.2.3",
2024-05-16 21:23:10 +00:00
"@types/next-auth": "^3.15.0",
2024-05-16 12:37:35 +00:00
"@vercel/postgres": "^0.8.0",
"drizzle-orm": "^0.30.10",
2024-05-17 08:44:41 +00:00
"framer-motion": "^11.2.4",
2024-05-16 12:37:35 +00:00
"next": "14.2.3",
"next-auth": "^5.0.0-beta.18",
"next-themes": "^0.3.0",
2024-05-16 12:37:35 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1"
2024-05-16 11:44:35 +00:00
},
"devDependencies": {
2024-05-16 12:37:35 +00:00
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"drizzle-kit": "^0.21.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
2024-05-16 11:44:35 +00:00
}
}