- Added pinia dependency (was missing from package.json) - Relocated useMeta.ts from incorrect nested path to correct location - Renamed route-meta.d.ts to route-meta.ts for module augmentation + exports - Fixed RouteMeta imports to use vue-router (augmented interface) - Added isMetaFunction type guard for callable type narrowing - Simplified OG/twitter tags to static strings (crawlers don't send locale headers) - Exported MetaConfig from useI18nMeta.ts - Added robots property to I18nMetaConfig - Fixed union type property access in drupal-meta.ts with Array.isArray guard - Fixed definePage import source (unplugin-vue-router/runtime) - Removed Twitter-specific meta tags (fall back to OG)
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"name": "@repo/vdn-static",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fluent/bundle": "^0.19.1",
|
|
"@tailwindcss/vite": "^4.1.6",
|
|
"@types/node": "^22.15.31",
|
|
"@vueuse/components": "^13.3.0",
|
|
"@vueuse/core": "^13.3.0",
|
|
"arktype": "^2.1.29",
|
|
"axios": "^1.11.0",
|
|
"bulma": "^1.0.4",
|
|
"pinia": "^3.0.4",
|
|
"tailwindcss": "^4.1.6",
|
|
"vue-i18n": "^11.1.3",
|
|
"vue-router": "^5.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@repo/common": "workspace:*",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-vue": "^10.7.0",
|
|
"globals": "^17.3.0",
|
|
"prettier": "^3.5.3",
|
|
"sass": "^1.87.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.55.0",
|
|
"unplugin-vue-router": "^0.19.2",
|
|
"vite": "^6.3.5",
|
|
"vue": "^3.5.32",
|
|
"vue-eslint-parser": "^10.2.0",
|
|
"vue-tsc": "^3.2.6"
|
|
},
|
|
"packageManager": "pnpm@10.11.0"
|
|
}
|