45 lines
1.2 KiB
JSON
45 lines
1.2 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": {
|
|
"@gltf-transform/cli": "^4.3.0",
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
|
|
"@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"
|
|
}
|
|
}
|