Bundle @fontsource-variable/archivo (air-gap safe) and apply it to the shopfloor dashboard only - a sturdy grotesque built for signage/displays, more legible from across the shop than Inter. Rest of the app stays on Inter.
41 lines
1014 B
JSON
41 lines
1014 B
JSON
{
|
|
"name": "shopdb-frontend",
|
|
"version": "0.7.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"stage": "node ../scripts/stage-frontend.mjs",
|
|
"predev": "npm run stage",
|
|
"dev": "vite",
|
|
"prebuild": "npm run stage",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"pretest": "npm run stage",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/archivo": "^5.3.0",
|
|
"@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",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"jsdom": "^25.0.1",
|
|
"vite": "^6.4.1",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|