I Want To Heal 2 build v1.0.5 code
This commit is contained in:
+5
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user