radix-vue
Version:
Vue port for Radix UI Primitives.
88 lines • 2.54 kB
JSON
{
"name": "radix-vue",
"type": "module",
"version": "1.2.4",
"description": "Vue port for Radix UI Primitives.",
"author": "Radix Vue Contributors (https://github.com/radix-vue)",
"license": "MIT",
"homepage": "https://github.com/radix-vue/radix-vue",
"repository": {
"type": "git",
"url": "git+https://github.com/radix-vue/radix-vue.git"
},
"bugs": {
"url": "https://github.com/radix-vue/radix-vue/issues"
},
"keywords": [],
"exports": {
".": {
"require": "./dist/index.umd.cjs",
"import": "./dist/index.js"
},
"./nuxt": {
"types": "./dist/nuxt/index.d.ts",
"require": "./dist/nuxt/index.cjs",
"import": "./dist/nuxt/index.mjs"
},
"./resolver": {
"types": "./dist/resolver/index.d.ts",
"require": "./dist/resolver/index.cjs",
"import": "./dist/resolver/index.mjs"
},
"./namespaced": {
"types": "./dist/namespaced/index.d.ts",
"require": "./dist/namespaced/index.cjs",
"import": "./dist/namespaced/index.mjs"
}
},
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"files": [
"./dist",
"./LICENSE"
],
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@floating-ui/vue": "^1.0.2",
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"@iconify/vue": "^4.1.1",
"@testing-library/user-event": "^14.5.1",
"@testing-library/vue": "^7.0.0",
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.18.6",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vitest/coverage-istanbul": "^0.33.0",
"@vue/shared": "^3.3.8",
"@vue/test-utils": "^2.4.1",
"@vue/tsconfig": "^0.4.0",
"@vueuse/components": "^10.5.0",
"@vueuse/core": "^10.5.0",
"@vueuse/shared": "^10.5.0",
"aria-hidden": "^1.2.3",
"defu": "^6.1.2",
"dts-bundle": "^0.7.3",
"jsdom": "^22.1.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.0",
"vitest": "^0.34.6",
"vitest-axe": "0.1.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.3.8",
"vue-component-type-helpers": "^1.8.22",
"vue-tsc": "^1.8.19"
},
"scripts": {
"build": "pnpm type-check && pnpm build-only",
"build-only": "vite build",
"type-check": "vue-tsc -p tsconfig.check.json --noEmit",
"type-gen": "vue-tsc --declaration --emitDeclarationOnly",
"test": "vitest",
"pub:release": "pnpm publish --access public"
}
}