feat: PWA + full web app — service worker, routing, mobile responsive
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ryan Lancaster
2026-03-18 17:42:34 -04:00
parent 758fa37c2a
commit 9cc677ce68
9 changed files with 4445 additions and 45 deletions

View File

@@ -15,17 +15,20 @@
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
"react-dom": "18.3.1",
"react-router-dom": "^6.22.0"
},
"devDependencies": {
"vite": "5.0.0",
"@vitejs/plugin-react": "5.0.0",
"concurrently": "^8.0.0",
"electron": "^26.0.0",
"electron-builder": "^24.0.0",
"concurrently": "^8.0.0",
"wait-on": "^7.0.0"
}
,
"vite": "5.0.0",
"vite-plugin-pwa": "^0.21.1",
"wait-on": "^7.0.0",
"workbox-build": "^7.4.0",
"workbox-window": "^7.0.0"
},
"build": {
"appId": "com.projecthub.app",
"productName": "Project Hub",
@@ -38,6 +41,5 @@
"buildResources": "build"
}
},
"devDependenciesMeta": {
}
"devDependenciesMeta": {}
}