Mobile-first Quasar PWA for field technicians at erp.gigafibre.ca/field/: - Multi-barcode scanner (photo + live + manual) with device lookup - Tasks page: today's Dispatch Jobs + assigned tickets - Diagnostic: speed test, HTTP resolve, batch service check - Device detail with customer linking - Offline support: IndexedDB queue, API cache, auto-sync - Standalone nginx container with Traefik StripPrefix + Authentik SSO Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
30 lines
666 B
JSON
30 lines
666 B
JSON
{
|
|
"name": "field-app",
|
|
"version": "0.1.0",
|
|
"description": "Targo Field Tech — mobile app for technicians",
|
|
"productName": "Targo Field",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "quasar dev -m pwa",
|
|
"build": "quasar build -m pwa",
|
|
"lint": "eslint --ext .js,.vue src"
|
|
},
|
|
"dependencies": {
|
|
"quasar": "^2.16.10",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"pinia": "^2.1.7",
|
|
"@quasar/extras": "^1.16.12",
|
|
"html5-qrcode": "^2.3.8",
|
|
"idb-keyval": "^6.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@quasar/app-vite": "^1.10.0",
|
|
"eslint": "^8.57.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18 || ^20",
|
|
"npm": ">= 6.13.4"
|
|
}
|
|
}
|