Cuts the large post-0.6.0 pile as a pinnable release: the machines rename (ADR-011), the API import surface, personal/scoped/collector API tokens and the get_permissions plugin hook, the ADR-010 frontend hook contract, per-plugin migrations, model/employee photos, the dualpath single-machine toggle and relationship propagation, support teams, email sending, and the shared asset label generator. Plugin contract moved 0.6.0 -> 0.10.0 over this range (distinct series per ADR-007). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
31 lines
686 B
JSON
31 lines
686 B
JSON
{
|
|
"name": "shopdb-frontend",
|
|
"version": "0.7.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@fullcalendar/core": "^6.1.20",
|
|
"@fullcalendar/daygrid": "^6.1.20",
|
|
"@fullcalendar/vue3": "^6.1.20",
|
|
"axios": "^1.6.0",
|
|
"jsbarcode": "^3.12.3",
|
|
"jspdf": "^4.2.1",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-vue-next": "^0.563.0",
|
|
"pinia": "^2.1.0",
|
|
"qrcode": "^1.5.4",
|
|
"vue": "^3.4.0",
|
|
"vue-router": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"vite": "^6.4.1"
|
|
}
|
|
}
|