Files
yourpart3/frontend/package.json
Torsten Schulz (local) 9f3facbb3f chore(dependencies): update package-lock.json and package.json for dependency versions
- Upgraded @emnapi/runtime to version 1.9.1 and @img/colour to version 1.1.0 in package-lock.json.
- Added new dependencies for ansi-regex and strip-ansi with updated versions in multiple locations.
- Updated lodash types to version 4.17.24 and ansi-escapes to version 7.3.0.
- Introduced overrides for minimatch and tmp in package.json to ensure consistent behavior across environments.
- Refactored MultiChatDialog.vue to improve room selection logic and handle adult-only mode more effectively.
2026-03-27 14:05:29 +01:00

49 lines
1.3 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"
},
"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",
"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"
}
}