I Want To Heal 2 build v1.0.5 code

This commit is contained in:
Warren H
2026-06-28 13:29:39 -04:00
parent 8abb44ea02
commit 257c34fc8d
53 changed files with 18187 additions and 1199 deletions
+5 -1
View File
@@ -4,10 +4,12 @@
"version": "0.1.0",
"type": "module",
"scripts": {
"admin": "vite --config vite.admin.config.ts --host 127.0.0.1 --port 4174",
"admin:start": "PORT=4174 node server/index.mjs",
"android:build:debug": "npm run android:sync && cd android && ./gradlew assembleDebug",
"android:open": "cap open android",
"android:sync": "npm run build && cap sync android",
"assets:admin": "node server/action-assets-admin.mjs",
"db:init": "node server/db-init.mjs",
"dev": "vite",
"build": "tsc -b --noEmit && vite build",
@@ -21,7 +23,8 @@
"pg": "^8.22.0",
"phaser": "^4.2.0",
"react": "^19.2.6",
"react-dom": "^19.2.6"
"react-dom": "^19.2.6",
"three": "^0.184.0"
},
"devDependencies": {
"@babel/core": "^7.29.7",
@@ -30,6 +33,7 @@
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.184.1",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",