diff --git a/front/package-lock.json b/front/package-lock.json index 8ca9a56..bdde0be 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -8,6 +8,7 @@ "name": "front", "version": "0.0.0", "dependencies": { + "@fireworks-js/vue": "^2.10.7", "@vueuse/core": "^10.9.0", "pinia": "^2.1.7", "reset-css": "^5.0.2", @@ -426,6 +427,17 @@ "node": ">=12" } }, + "node_modules/@fireworks-js/vue": { + "version": "2.10.7", + "resolved": "https://registry.npmjs.org/@fireworks-js/vue/-/vue-2.10.7.tgz", + "integrity": "sha512-F+aF6lHlYshvlHWo8j6rmkSx7Y7pXvaccIN9ZhaOTJsf3/Q16gkuCaq8lCjgZV3+KLRAmzNzCUr4Gg1Vu1izYA==", + "dependencies": { + "fireworks-js": "2.10.7" + }, + "peerDependencies": { + "vue": ">=3.0.0" + } + }, "node_modules/@iconify-json/mdi": { "version": "1.1.66", "resolved": "https://registry.npmjs.org/@iconify-json/mdi/-/mdi-1.1.66.tgz", @@ -1298,6 +1310,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/fireworks-js": { + "version": "2.10.7", + "resolved": "https://registry.npmjs.org/fireworks-js/-/fireworks-js-2.10.7.tgz", + "integrity": "sha512-FyRNiqlgu9ZeFCjfN0UiGUlj5dUWNYLyFaWN/Q8sOMf0E+KGA4dMROaBZpCtym85fChgCspoa3jHoLTRZiy74A==" + }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", diff --git a/front/package.json b/front/package.json index 7c29ea0..0ba03f2 100644 --- a/front/package.json +++ b/front/package.json @@ -9,16 +9,17 @@ "preview": "vite preview" }, "dependencies": { + "@fireworks-js/vue": "^2.10.7", + "@vueuse/core": "^10.9.0", "pinia": "^2.1.7", "reset-css": "^5.0.2", - "@vueuse/core": "^10.9.0", "vue": "^3.4.21", "vue-3d-model": "^2.0.0-alpha.4" }, "devDependencies": { - "@vue/compiler-sfc": "^3.2.31", "@iconify-json/mdi": "^1.1.66", "@vitejs/plugin-vue": "^5.0.4", + "@vue/compiler-sfc": "^3.2.31", "sass": "^1.75.0", "typescript": "^5.2.2", "unplugin-icons": "^0.18.5", @@ -26,4 +27,4 @@ "vite": "^5.2.0", "vue-tsc": "^2.0.6" } -} \ No newline at end of file +} diff --git a/front/src/App.vue b/front/src/App.vue index e37c554..e1b70af 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -1,39 +1,50 @@