@jay-js/ui
Version:
A library of UI components for Jay JS with Tailwind CSS and daisyUI.
35 lines (34 loc) • 758 B
JSON
{
"name": "@jay-js/ui",
"version": "3.7.0",
"description": "A library of UI components for Jay JS with Tailwind CSS and daisyUI.",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/AJCastello/jay-js.git",
"directory": "packages/ui"
},
"keywords": [
"Jay",
"js",
"single page application",
"library",
"ui",
"components",
"tailwind",
"daisyui",
"headless"
],
"author": "AJ Castello",
"license": "MIT",
"bugs": {
"url": "https://github.com/AJCastello/jay-js/issues"
},
"homepage": "https://github.com/AJCastello/jay-js#readme",
"dependencies": {
"tailwind-merge": "^2.3.0",
"yup": "^1.4.0"
}
}