瀏覽代碼

feat: Install floating ui

Owen Diffey 2 周之前
父節點
當前提交
debecaa597
共有 2 個文件被更改,包括 38 次插入0 次删除
  1. 37 0
      frontend/package-lock.json
  2. 1 0
      frontend/package.json

+ 37 - 0
frontend/package-lock.json

@@ -9,6 +9,7 @@
       "version": "3.12.0",
       "license": "GPL-3.0",
       "dependencies": {
+        "@floating-ui/vue": "^1.1.6",
         "@intlify/unplugin-vue-i18n": "^6.0.3",
         "@vitejs/plugin-vue": "^5.2.1",
         "can-autoplay": "^3.0.2",
@@ -751,6 +752,42 @@
         "npm": ">=9.0.0"
       }
     },
+    "node_modules/@floating-ui/core": {
+      "version": "1.7.0",
+      "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.0.tgz",
+      "integrity": "sha512-FRdBLykrPPA6P76GGGqlex/e7fbe0F1ykgxHYNXQsH/iTEtjMj/f9bpY5oQqbjt5VgZvgz/uKXbGuROijh3VLA==",
+      "license": "MIT",
+      "dependencies": {
+        "@floating-ui/utils": "^0.2.9"
+      }
+    },
+    "node_modules/@floating-ui/dom": {
+      "version": "1.7.0",
+      "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.0.tgz",
+      "integrity": "sha512-lGTor4VlXcesUMh1cupTUTDoCxMb0V6bm3CnxHzQcw8Eaf1jQbgQX4i02fYgT0vJ82tb5MZ4CZk1LRGkktJCzg==",
+      "license": "MIT",
+      "dependencies": {
+        "@floating-ui/core": "^1.7.0",
+        "@floating-ui/utils": "^0.2.9"
+      }
+    },
+    "node_modules/@floating-ui/utils": {
+      "version": "0.2.9",
+      "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.9.tgz",
+      "integrity": "sha512-MDWhGtE+eHw5JW7lq4qhc5yRLS11ERl1c7Z6Xd0a58DozHES6EnNNwUWbMiG4J9Cgj053Bhk8zvlhFYKVhULwg==",
+      "license": "MIT"
+    },
+    "node_modules/@floating-ui/vue": {
+      "version": "1.1.6",
+      "resolved": "https://registry.npmjs.org/@floating-ui/vue/-/vue-1.1.6.tgz",
+      "integrity": "sha512-XFlUzGHGv12zbgHNk5FN2mUB7ROul3oG2ENdTpWdE+qMFxyNxWSRmsoyhiEnpmabNm6WnUvR1OvJfUfN4ojC1A==",
+      "license": "MIT",
+      "dependencies": {
+        "@floating-ui/dom": "^1.0.0",
+        "@floating-ui/utils": "^0.2.9",
+        "vue-demi": ">=0.13.0"
+      }
+    },
     "node_modules/@humanwhocodes/config-array": {
       "version": "0.13.0",
       "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",

+ 1 - 0
frontend/package.json

@@ -41,6 +41,7 @@
     "vue-tsc": "^2.2.0"
   },
   "dependencies": {
+    "@floating-ui/vue": "^1.1.6",
     "@intlify/unplugin-vue-i18n": "^6.0.3",
     "@vitejs/plugin-vue": "^5.2.1",
     "can-autoplay": "^3.0.2",