init games

This commit is contained in:
2025-10-18 00:36:49 +08:00
parent 3291d507f5
commit e3a0c6d439
8 changed files with 451 additions and 42 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "@kevisual/astro-simplate-template",
"name": "@kevisual/whack-mole-game",
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/astro-simplate-template",
"basename": "/root/whack-mole-game",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"pub": "envision deploy ./dist -k astro-simplate-template -v 0.0.1 -u",
"pub": "envision deploy ./dist -k whack-mole-game -v 0.0.1 -u",
"sn": "pnpm dlx shadcn@latest add "
},
"keywords": [],
@@ -30,6 +30,7 @@
"lodash-es": "^4.17.21",
"lucide-react": "^0.545.0",
"nanoid": "^5.1.6",
"phaser": "^3.90.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-toastify": "^11.0.5",