- Vintage Modell hinzugefuegt - Equipment Multi-Select (Neue Buchung + Bearbeitung) - Kundenadresse in Formularen - Bearbeiten-Seite fuer Buchungen - Abbau-Zeiten in Formularen und Uebersicht - Vertrag PDF nur bei Privatkunden - LexOffice Kontakt-Erstellung Fix (BUSINESS) - Zurueck-Pfeil auf Touren-Seite
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "savethemoment-atlas",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"db:push": "prisma db push",
|
|
"db:studio": "prisma studio",
|
|
"db:seed": "tsx prisma/seed.ts",
|
|
"postinstall": "prisma generate"
|
|
},
|
|
"prisma": {
|
|
"seed": "tsx prisma/seed.ts"
|
|
},
|
|
"dependencies": {
|
|
"@google-cloud/vision": "^5.3.4",
|
|
"@prisma/client": "^5.19.0",
|
|
"@react-pdf/renderer": "^4.3.1",
|
|
"@types/node-cron": "^3.0.11",
|
|
"bcryptjs": "^2.4.3",
|
|
"clsx": "^2.1.0",
|
|
"date-fns": "^3.6.0",
|
|
"ical.js": "^2.2.1",
|
|
"imap": "^0.8.19",
|
|
"mailparser": "^3.7.1",
|
|
"next": "^14.2.0",
|
|
"next-auth": "^4.24.0",
|
|
"node-cron": "^4.2.1",
|
|
"openai": "^6.8.1",
|
|
"pdf-lib": "^1.17.1",
|
|
"react": "^18.3.0",
|
|
"react-big-calendar": "^1.19.4",
|
|
"react-dom": "^18.3.0",
|
|
"react-icons": "^5.3.0",
|
|
"react-signature-canvas": "^1.1.0-alpha.2",
|
|
"tsdav": "^2.1.6",
|
|
"zod": "^3.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/imap": "^0.8.40",
|
|
"@types/mailparser": "^3.4.4",
|
|
"@types/node": "^20.14.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.2.0",
|
|
"postcss": "^8.4.0",
|
|
"prisma": "^5.19.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.5.0"
|
|
}
|
|
}
|