updating to make it more mobile optimized, making it a pwa, and testing it out on a phone

This commit is contained in:
itsamejms
2026-07-12 20:38:58 +01:00
parent 4a45e82abe
commit b8c955570e
16 changed files with 4311 additions and 136 deletions
+1 -1
View File
@@ -16,7 +16,6 @@
"electron:build:linux": "vite build && electron-builder --linux --publish never"
},
"dependencies": {
"audiomotion-analyzer": "^4.5.4",
"pitchy": "^4.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
@@ -31,6 +30,7 @@
"electron-builder": "^26.8.1",
"tailwindcss": "^4.2.1",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.3.0",
"wait-on": "^9.0.4"
},
"build": {