Files
yourpart3/frontend/package.json
Torsten Schulz (local) f7030bbabe
All checks were successful
Deploy to production / deploy (push) Successful in 2m48s
feat(i18n): add French language support and enhance localization
- Introduced French as a supported language across the application, updating locale files and adding translations for various components.
- Enhanced language handling logic to accommodate French, ensuring proper detection and fallback mechanisms.
- Updated UI elements to include French language options, improving accessibility for French-speaking users.
- Refactored SEO handling to include French in hreflang links, enhancing search engine indexing for multilingual content.
- Added new scripts for managing French translations and ensuring consistency across language files.
2026-04-07 18:04:03 +02:00

53 lines
1.5 KiB
JSON

{
"name": "frontend",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"optimize-models": "node scripts/optimize-glb.mjs",
"i18n:check-parity": "node scripts/check-i18n-locale-parity.mjs de fr",
"i18n:translate-fr": "node scripts/generate-fr-locale-from-de.mjs",
"i18n:smooth-falukant-fr": "node scripts/smooth-fr-falukant.mjs"
},
"dependencies": {
"@tiptap/extension-color": "^2.27.2",
"@tiptap/extension-image": "^2.27.2",
"@tiptap/extension-text-align": "^2.27.2",
"@tiptap/extension-text-style": "^2.27.2",
"@tiptap/extension-underline": "^2.27.2",
"@tiptap/starter-kit": "^2.27.2",
"@tiptap/vue-3": "^2.27.2",
"axios": "^1.13.6",
"date-fns": "^3.6.0",
"dompurify": "^3.3.3",
"dotenv": "^16.6.1",
"mitt": "^3.0.1",
"socket.io-client": "^4.8.3",
"three": "^0.183.2",
"vue": "~3.5.30",
"vue-i18n": "^10.0.8",
"vue-multiselect": "^3.5.0",
"vue-router": "^4.6.4",
"vuetify": "^3.12.3",
"vuex": "^4.1.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@gltf-transform/cli": "^4.3.0",
"@vitejs/plugin-vue": "^5.2.4",
"assert": "^2.1.0",
"google-translate-api-x": "^10.7.2",
"sass": "^1.98.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vite": "^6.4.1"
},
"overrides": {
"minimatch": "10.2.4",
"tmp": "0.2.5"
}
}