Files

47 lines
1.4 KiB
JSON

{
"name": "action-mode",
"private": true,
"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",
"lint": "eslint .",
"preview": "vite preview",
"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",
"three": "^0.184.0"
},
"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",
"@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",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12"
}
}