tailwind-merge-vue-directive
Version:
A Vue directive to automatically merge tailwind classes on custom components. This plugin builds on the awesome work done by the "tailwind-merge" package.
55 lines (54 loc) • 1.31 kB
JSON
{
"name": "tailwind-merge-vue-directive",
"version": "2.0.5",
"description": "A Vue directive to automatically merge tailwind classes on custom components. This plugin builds on the awesome work done by the \"tailwind-merge\" package.",
"main": "index.js",
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "tsc && vite build",
"preview": "vite build && vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yakir-reznik/tailwind-merge-vue-directive.git"
},
"keywords": [
"tailwind",
"tailwind-merge",
"tw-merge",
"twMerge",
"vue",
"vue.js",
"tailwindcss",
"css",
"classes",
"className",
"classList",
"merge",
"conflict",
"override"
],
"author": "Yakir Reznik",
"license": "MIT",
"bugs": {
"url": "https://github.com/yakir-reznik/tailwind-merge-vue-directive/issues"
},
"homepage": "https://github.com/yakir-reznik/tailwind-merge-vue-directive#readme",
"dependencies": {
"@babel/types": "^7.23.6",
"tailwind-merge": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/test-utils": "^2.4.3",
"jsdom": "^23.1.0",
"tslib": "^2.4.0",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.1.3",
"vue": "^3.4.5"
}
}