2026-03-12 17:09:22 -05:00
|
|
|
{
|
|
|
|
|
"name": "wfh",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
2026-03-12 20:13:55 -05:00
|
|
|
"build": "next build --webpack",
|
2026-03-12 17:09:22 -05:00
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@next-auth/prisma-adapter": "^1.0.7",
|
2026-03-12 23:49:58 -05:00
|
|
|
"@prisma/adapter-libsql": "^7.5.0",
|
2026-03-12 17:09:22 -05:00
|
|
|
"@prisma/client": "^7.5.0",
|
|
|
|
|
"googleapis": "^171.4.0",
|
|
|
|
|
"lucide-react": "^0.577.0",
|
|
|
|
|
"next": "16.1.6",
|
|
|
|
|
"next-auth": "^4.24.13",
|
|
|
|
|
"prisma": "^7.5.0",
|
|
|
|
|
"react": "19.2.3",
|
|
|
|
|
"react-dom": "19.2.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
|
|
|
|
"@types/node": "^20",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.1.6",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|