@maas/vue-autosize
Version:
Vue component that interpolates its size according to its content
82 lines (81 loc) • 1.96 kB
JSON
{
"name": "@maas/vue-autosize",
"version": "1.6.1",
"description": "Vue component that interpolates its size according to its 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-autosize",
"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.6.0",
"@release-it/bumper": "^7.0.5",
"@testing-library/jest-dom": "^6.6.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.15.17",
"@vitejs/plugin-vue": "^5.2.4",
"@vitest/browser": "^3.1.3",
"@vue/test-utils": "^2.4.6",
"eslint": "9.x",
"globals": "^15.15.0",
"jsdom": "^26.1.0",
"playwright": "^1.52.0",
"release-it": "^18.1.2",
"vite": "^6.3.5",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.1.3",
"vue": "^3.5.13"
},
"dependencies": {
"@vueuse/core": "^12.8.2"
},
"peerDependencies": {
"@vueuse/core": ">=12",
"vue": "^3.5"
},
"peerDependenciesMeta": {
"@vueuse/core": {
"optional": false
},
"vue": {
"optional": false
}
},
"packageManager": "pnpm@9.15.9"
}