Honey Village: six model builds + hub frontend, Dockerized for Dokploy

This commit is contained in:
2026-07-15 10:50:12 -04:00
commit 67253bded5
523 changed files with 58879 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "honey-village",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"assets": "bash scripts/generate-assets.sh",
"maps": "bash scripts/generate-maps.sh"
},
"devDependencies": {
"@types/node": "^26.1.1",
"playwright": "^1.61.1",
"typescript": "~5.7.2",
"vite": "^6.0.0",
"vitest": "^3.0.0"
},
"dependencies": {
"phaser": "^3.87.0"
}
}