@rtdui/tailwind-plugin
Version:
tailwind plugin for Rtdui components
44 lines (43 loc) • 898 B
JSON
{
"name": "@rtdui/tailwind-plugin",
"version": "5.1.0",
"description": "tailwind plugin for Rtdui components",
"main": "./src/index.cjs",
"keywords": [
"tailwind",
"plugin",
"rtdui",
"react",
"remix",
"remixjs",
"next",
"nextjs",
"ui",
"ui-kit",
"components",
"library",
"frontend",
"design"
],
"author": "fu zhong wei <jackyleefzw@163.com>",
"license": "MIT",
"homepage": "https://rtdui.com/",
"repository": {
"url": "https://github.com/rtdui/rtdui.git",
"type": "git",
"directory": "packages/tailwind-plugin"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"postcss": "^8.4.31",
"postcss-js": "^4.0.1",
"fs-extra": "^11.2.0",
"tailwindcss": "^4.0.11"
},
"devDependencies": {
"@types/postcss-js": "^4.0.3"
}
}