@headlessui-float/vue
Version:
Easily use Headless UI for Vue 3 with Floating UI (Popper.js)
76 lines (75 loc) • 1.94 kB
JSON
{
"name": "@headlessui-float/vue",
"type": "module",
"version": "0.15.1",
"description": "Easily use Headless UI for Vue 3 with Floating UI (Popper.js)",
"license": "MIT",
"homepage": "https://headlessui-float.vercel.app",
"repository": {
"type": "git",
"url": "git+https://github.com/ycs77/headlessui-float.git",
"directory": "packages/vue"
},
"keywords": [
"floating",
"popper",
"popover",
"tooltip",
"dropdown",
"headless",
"headlessui",
"vue"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/headlessui-float.mjs",
"require": "./dist/headlessui-float.cjs"
}
},
"main": "./dist/headlessui-float.cjs",
"module": "./dist/headlessui-float.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "sh scripts/build.sh",
"watch": "vite build --watch",
"type-check": "vue-tsc --noEmit",
"test:unit": "vitest --root test/unit/",
"test:functional": "playwright test test/functional",
"test:functional:update": "yarn test:functional -u",
"prepack": "npm run build"
},
"peerDependencies": {
"@headlessui/vue": "^1.0.0",
"vue": "^3.0.0"
},
"dependencies": {
"@floating-ui/core": "^1.5.3",
"@floating-ui/dom": "^1.5.4",
"@floating-ui/vue": "^1.0.3"
},
"devDependencies": {
"@headlessui/vue": "^1.7.22",
"@playwright/test": "^1.30.0",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.0.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"jsdom": "^23.2.0",
"typescript": "~5.4.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.12",
"vitest": "^2.0.0",
"vue": "^3.5.0",
"vue-tsc": "^2.2.0"
}
}