@maas/vue-primitive
Version:
Vue component for passing attributes to slot content
65 lines (64 loc) • 1.63 kB
JSON
{
"name": "@maas/vue-primitive",
"version": "1.3.0",
"description": "Vue component for passing attributes to slot content",
"keywords": [
"Vue",
"Component",
"Primitive",
"asChild"
],
"contributors": [
{
"name": "Robin Scholz",
"url": "https://github.com/robinscholz"
},
{
"name": "Christoph Jeworutzki",
"url": "https://github.com/ChristophJeworutzki"
}
],
"repository": "magicasaservice/vue-primitive",
"license": "MIT",
"scripts": {
"build": "vite build",
"release": "pnpm test && pnpm run build && release-it",
"test": "vitest run",
"test:watch": "vitest watch",
"lint": "eslint .",
"uninstall": "pnpm dlx rimraf --glob ./**/node_modules --glob ./**/pnpm-lock.yaml",
"update:deps": "pnpm dlx taze -r -w",
"update:deps:major": "pnpm dlx taze major -r -w"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"files": [
"dist"
],
"devDependencies": {
"@maas/config": "^1.5.0",
"@release-it/bumper": "^7.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"eslint": "9.x",
"globals": "^15.14.0",
"jsdom": "^26.0.0",
"release-it": "^18.1.2",
"vite": "^6.1.0",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.5",
"vue": "^3.5.13"
},
"packageManager": "pnpm@9.15.4"
}