Updated docker

This commit is contained in:
2026-09-03 10:40:55 +00:00
parent 09cbe61890
commit c121e0ca0a
5 changed files with 100 additions and 121 deletions
+4 -7
View File
@@ -9,18 +9,15 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "vite preview --host 0.0.0.0",
"start": "node server.mjs",
"preview": "vite preview --host 0.0.0.0",
"lint": "eslint ."
},
"dependencies": {
"@tanstack/react-router": "^1.168.3",
"@tanstack/react-start": "^1.167.5",
"@unpic/react": "^1.0.2",
"framer-motion": "^12.23.9",
"lucide-react": "^1.0.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"unpic": "^4.2.2"
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
@@ -36,4 +33,4 @@
"typescript": "^6.0.2",
"vite": "^8.0.2"
}
}
}