Release v0.1.0 2026-07-10

This commit is contained in:
Warren H
2026-07-10 22:03:51 -04:00
parent e0be0458aa
commit 537a311f52
65 changed files with 2303 additions and 56 deletions
+6
View File
@@ -6,12 +6,17 @@
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc -b && vite build",
"android:sync": "pnpm run build && cap sync android",
"android:apk": "pnpm run android:sync && cd android && ./gradlew --no-daemon clean assembleDebug",
"android:install": "pnpm run android:apk && adb install -r android/app/build/outputs/apk/debug/*.apk",
"start": "vite preview --host ${HOST:-0.0.0.0} --port ${PORT:-4173} --strictPort",
"publish:gitea": "python3 scripts/publish_gitea.py",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@capacitor/android": "8.4.1",
"@capacitor/core": "8.4.1",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.3.0",
"react": "^19.1.1",
@@ -20,6 +25,7 @@
"zustand": "^5.0.8"
},
"devDependencies": {
"@capacitor/cli": "8.4.1",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/three": "^0.179.0",