@smitch/fluid
Version:
A lightweight, Tailwind-powered React/Next.js UI component library.
40 lines (39 loc) • 824 B
JSON
{
"name": "@smitch/fluid",
"version": "4.4.9",
"description": "A lightweight, Tailwind-powered React/Next.js UI component library.",
"main": "index.js",
"keywords": [
"react",
"tailwindcss",
"ui-components",
"nextjs",
"breeze-ui"
],
"author": "Stephen Mitchell",
"license": "MIT",
"files": [
"lib",
"index.d.ts",
"package.json",
"README.md",
".npmignore"
],
"dependencies": {
"@smitch/js-lib": "^0.3.22",
"react-icons": "^5.5.0",
"tailwind-merge": "^2.5.4",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"prismjs": "^1.30.0"
},
"peerDependencies": {
"react": ">=19",
"react-dom": "^19.0.0",
"next": ">=15",
"tailwindcss": ">=3"
},
"devDependencies": {
"@types/prismjs": "^1.26.5"
}
}