I Want To Heal 2 build v1.0.0
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"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",
|
||||
"db:init": "node server/db-init.mjs",
|
||||
"dev": "vite",
|
||||
"build": "tsc -b --noEmit && vite build",
|
||||
@@ -13,12 +16,16 @@
|
||||
"start": "node server/index.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^8.4.1",
|
||||
"@capacitor/core": "^8.4.1",
|
||||
"pg": "^8.22.0",
|
||||
"phaser": "^4.2.0",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.29.7",
|
||||
"@capacitor/cli": "^8.4.1",
|
||||
"@eslint/js": "^10.0.1",
|
||||
"@types/node": "^24.12.3",
|
||||
"@types/react": "^19.2.14",
|
||||
|
||||
Reference in New Issue
Block a user