feat: init inkl. docker configs

This commit is contained in:
betalabor.de
2026-04-24 18:43:42 +02:00
commit c9ef44423c
37 changed files with 10538 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "lebenslauf-app",
"version": "1.0.0",
"description": "Professioneller Lebenslauf-Builder",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "node dist/server/entry.mjs"
},
"dependencies": {
"astro": "^4.5.0",
"@astrojs/node": "^8.2.0",
"better-sqlite3": "^12.9.0",
"nodemailer": "^6.9.13",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.8",
"@types/nodemailer": "^6.4.14",
"@types/uuid": "^9.0.8",
"typescript": "^5.4.0"
}
}