2026-06-23 20:36:07 -04:00
|
|
|
{
|
|
|
|
|
"name": "property-management-network",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "eslint",
|
|
|
|
|
"db:generate": "drizzle-kit generate",
|
|
|
|
|
"db:migrate": "drizzle-kit migrate",
|
|
|
|
|
"db:push": "drizzle-kit push",
|
|
|
|
|
"db:studio": "drizzle-kit studio"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-07-02 13:42:34 -04:00
|
|
|
"@aws-sdk/client-s3": "^3.1077.0",
|
|
|
|
|
"@aws-sdk/s3-request-presigner": "^3.1078.0",
|
|
|
|
|
"@fullcalendar/daygrid": "^6.1.21",
|
|
|
|
|
"@fullcalendar/interaction": "^6.1.21",
|
|
|
|
|
"@fullcalendar/list": "^6.1.21",
|
|
|
|
|
"@fullcalendar/react": "^6.1.21",
|
|
|
|
|
"@fullcalendar/timegrid": "^6.1.21",
|
2026-06-23 20:36:07 -04:00
|
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
|
|
|
"@types/papaparse": "^5.5.2",
|
|
|
|
|
"better-auth": "^1.6.20",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"date-fns": "^4.1.0",
|
|
|
|
|
"dotenv": "^17.4.2",
|
|
|
|
|
"drizzle-orm": "^0.45.2",
|
|
|
|
|
"framer-motion": "^12.38.0",
|
|
|
|
|
"jspdf": "^4.2.1",
|
2026-07-02 13:42:34 -04:00
|
|
|
"leaflet": "^1.9.4",
|
2026-06-23 20:36:07 -04:00
|
|
|
"lucide-react": "^1.7.0",
|
|
|
|
|
"next": "16.2.2",
|
2026-07-02 13:42:34 -04:00
|
|
|
"nodemailer": "^9.0.3",
|
2026-06-23 20:36:07 -04:00
|
|
|
"openai": "^6.33.0",
|
|
|
|
|
"papaparse": "^5.5.3",
|
|
|
|
|
"pg": "^8.22.0",
|
|
|
|
|
"react": "19.2.4",
|
|
|
|
|
"react-dom": "19.2.4",
|
|
|
|
|
"recharts": "^3.8.1",
|
|
|
|
|
"sonner": "^2.0.7",
|
|
|
|
|
"stripe": "^22.0.0",
|
|
|
|
|
"tailwind-merge": "^3.5.0",
|
|
|
|
|
"zod": "^4.3.6"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@playwright/test": "^1.60.0",
|
|
|
|
|
"@tailwindcss/postcss": "^4",
|
2026-07-02 13:42:34 -04:00
|
|
|
"@types/leaflet": "^1.9.21",
|
2026-06-23 20:36:07 -04:00
|
|
|
"@types/node": "^20",
|
2026-07-02 13:42:34 -04:00
|
|
|
"@types/nodemailer": "^8.0.1",
|
2026-06-23 20:36:07 -04:00
|
|
|
"@types/pg": "^8.20.0",
|
|
|
|
|
"@types/react": "^19",
|
|
|
|
|
"@types/react-dom": "^19",
|
|
|
|
|
"drizzle-kit": "^0.31.10",
|
|
|
|
|
"eslint": "^9",
|
|
|
|
|
"eslint-config-next": "16.2.2",
|
|
|
|
|
"tailwindcss": "^4",
|
|
|
|
|
"typescript": "^5"
|
|
|
|
|
}
|
|
|
|
|
}
|