build
All checks were successful
Build & Deploy / deploy (push) Successful in 44s

This commit is contained in:
2026-01-16 12:51:29 +01:00
parent a40ce95a6a
commit 5e74605d2d
3 changed files with 11 additions and 15 deletions

View File

@@ -21,19 +21,12 @@
"license": "ISC",
"description": "",
"dependencies": {
"@vitejs/plugin-react-swc": "^3.11.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"framer-motion": "^12.26.2",
"helmet": "^8.1.0",
"lucide-react": "^0.562.0",
"nodemailer": "^7.0.12",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.12.0",
"vite": "^6.4.1"
"nodemailer": "^7.0.12"
},
"devDependencies": {
"@types/cors": "^2.8.19",
@@ -42,9 +35,16 @@
"@types/nodemailer": "^7.0.5",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^3.11.0",
"framer-motion": "^12.26.2",
"lucide-react": "^0.562.0",
"nodemon": "^3.1.11",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "^7.12.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vite-plugin-checker": "^0.12.0"
}
}