UNPKG

reka-ui

Version:

Vue port for Radix UI Primitives.

117 lines 3.11 kB
{ "name": "reka-ui", "type": "module", "version": "2.4.1", "description": "Vue port for Radix UI Primitives.", "author": "UnoVue Contributors (https://github.com/unovue)", "license": "MIT", "homepage": "https://github.com/unovue/reka-ui", "repository": { "type": "git", "url": "git+https://github.com/unovue/reka-ui.git" }, "bugs": { "url": "https://github.com/unovue/reka-ui/issues" }, "keywords": [ "ui", "vue", "accessibility", "headless", "nuxt", "primitives", "components", "radix", "unstyled" ], "sideEffects": false, "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "./constant": { "import": "./dist/constant.js", "require": "./dist/constant.cjs" }, "./date": { "import": "./dist/date.js", "require": "./dist/date.cjs" }, "./namespaced": { "import": "./dist/namespaced/index.mjs", "require": "./dist/namespaced/index.cjs" }, "./nuxt": { "import": "./dist/nuxt/index.mjs", "require": "./dist/nuxt/index.cjs" }, "./resolver": { "import": "./dist/resolver/index.mjs", "require": "./dist/resolver/index.cjs" }, "./package.json": "./package.json" }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "src", "dist", "!src/**/*.story.vue", "!src/**/*.test.*", "!src/**/_*.vue", "!src/**/__snapshots__", "!src/**/stories", "!src/**/story" ], "peerDependencies": { "vue": ">= 3.2.0" }, "dependencies": { "@floating-ui/dom": "^1.6.13", "@floating-ui/vue": "^1.1.6", "@internationalized/date": "^3.5.0", "@internationalized/number": "^3.5.0", "@tanstack/vue-virtual": "^3.12.0", "@vueuse/core": "^12.5.0", "@vueuse/shared": "^12.5.0", "aria-hidden": "^1.2.4", "defu": "^6.1.4", "ohash": "^2.0.11" }, "devDependencies": { "@iconify/vue": "^4.3.0", "@internationalized/date": "^3.7.0", "@internationalized/number": "^3.6.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.6.4", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^8.1.0", "@tsconfig/node18": "^18.2.4", "@types/jsdom": "^21.1.7", "@types/node": "^24.0.13", "@vitejs/plugin-vue": "^6.0.1", "@vitest/coverage-istanbul": "^3.2.4", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "jsdom": "^26.1.0", "tsdown": "^0.12.9", "vite": "^7.0.6", "vitest": "^3.2.4", "vitest-axe": "0.1.0", "vitest-canvas-mock": "^0.3.3", "vue": "3.5.17", "vue-component-type-helpers": "^3.0.3", "vue-tsc": "2.2.12" }, "scripts": { "build": "pnpm type-check && pnpm build-only", "build-only": "tsdown && tsx scripts/postbuild.ts", "watch": "tsdown --watch", "type-check": "vue-tsc -p tsconfig.check.json --noEmit", "test": "vitest", "test-update": "vitest -u", "pub:release": "pnpm publish --no-git-checks --access public" } }