Files
tabletten/package.json
rxf 23ac4ed8d7 V1.2.0 deploy.sh angepasst
try/catch be SQL-Abfragen
2026-03-15 13:56:16 +01:00

33 lines
707 B
JSON

{
"name": "tabletten_next",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"jose": "^6.2.1",
"moment": "^2.30.1",
"mysql2": "^3.19.1",
"next": "16.1.6",
"node-schedule": "^2.1.1",
"nodemailer": "^8.0.2",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/node-schedule": "^2.1.8",
"@types/nodemailer": "^7.0.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"mongodb": "^7.1.0",
"typescript": "^5"
}
}