- InlineField component + useInlineEdit composable for Odoo-style dblclick editing - Client search by name, account ID, and legacy_customer_id (or_filters) - SMS/Email notification panel on ContactCard via n8n webhooks - Ticket reply thread via Communication docs - All migration scripts (51 files) now tracked - Client portal and field tech app added to monorepo - README rewritten with full feature list, migration summary, architecture - CHANGELOG updated with all recent work - ROADMAP updated with current completion status - Removed hardcoded tokens from docs (use $ERP_SERVICE_TOKEN) - .gitignore updated (docker/, .claude/, exports/, .quasar/) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
32 lines
726 B
JSON
32 lines
726 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/cli": "^3.0.0",
|
|
"@quasar/extras": "^1.16.12",
|
|
"html5-qrcode": "^2.3.8",
|
|
"idb-keyval": "^6.2.1",
|
|
"pinia": "^2.1.7",
|
|
"quasar": "^2.16.10",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0",
|
|
"workbox-build": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@quasar/app-vite": "^1.10.0",
|
|
"eslint": "^8.57.0"
|
|
},
|
|
"engines": {
|
|
"node": "^18 || ^20",
|
|
"npm": ">= 6.13.4"
|
|
}
|
|
}
|