diff --git a/.env.example b/.env.example deleted file mode 100644 index 30d4d77..0000000 --- a/.env.example +++ /dev/null @@ -1,3 +0,0 @@ -VITE_API_URL=http://localhost:8000/ -VITE_GOERLI_API_URL={GOERLI_API_URL_ALCHEMY} -VITE_MUMBAI_API_URL={MUMBAI_API_URL_ALCHEMY} \ No newline at end of file diff --git a/package.json b/package.json index 0d122f3..d5f105e 100644 --- a/package.json +++ b/package.json @@ -14,8 +14,10 @@ "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { + "@floating-ui/vue": "^0.2.1", "@headlessui/vue": "^1.7.3", "@heroicons/vue": "^2.0.12", + "@vueuse/core": "^9.12.0", "alchemy-sdk": "^2.3.0", "axios": "^1.2.1", "crc": "^3.8.0", diff --git a/src/App.vue b/src/App.vue index cbdd5c7..28dfc5b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,6 @@