npm ci install for prod

This commit is contained in:
2025-11-02 20:48:43 +01:00
parent 2e81ed48c4
commit ab24f5cf35
3 changed files with 7 additions and 4 deletions

View File

@@ -7,7 +7,9 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.28.0",
"date-fns": "4.1.0"
"date-fns": "4.1.0",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^6.0.7"
},
"devDependencies": {
"@types/node": "20.19.23",