UNPKG

frutjam

Version:

CSS-only Tailwind CSS v4 component library. 65+ accessible UI components, zero JavaScript, WCAG AA guaranteed. Free MCP server for AI editors included.

105 lines (104 loc) 3.08 kB
{ "name": "frutjam", "version": "2.2.5", "description": "CSS-only Tailwind CSS v4 component library. 65+ accessible UI components, zero JavaScript, WCAG AA guaranteed. Free MCP server for AI editors included.", "type": "module", "exports": { ".": "./dist/plugin.js", "./postcss": "./index.js", "./js": "./packages/js/index.js", "./js/*": "./packages/js/*.js", "./react": "./packages/react/index.js", "./react/*": "./packages/react/*.js", "./components/*": "./dist/components/*/index.js", "./utilities/*": "./dist/utilities/*/index.js", "./themes/*": "./dist/themes/*/index.js", "./base/tokens": "./dist/base/tokens/index.js", "./base/reboot": "./dist/base/reboot/index.js", "./functions/addPrefix": "./dist/functions/addPrefix.js" }, "files": [ "index.js", "dist/", "packages/" ], "style": "./dist/frutjam.min.css", "unpkg": "./dist/frutjam.min.css", "jsdelivr": "./dist/frutjam.min.css", "scripts": { "clean": "rimraf ./dist", "build:cdn": "node scripts/build-cdn.mjs", "build:plugin": "node scripts/build-plugin.mjs", "build": "rimraf ./dist && node scripts/build-cdn.mjs && node scripts/build-plugin.mjs", "prepublishOnly": "rimraf ./dist && node scripts/build-cdn.mjs && node scripts/build-plugin.mjs && node -e \"const fs=require('fs');fs.copyFileSync('README.md','README.github.md');fs.copyFileSync('README.npm.md','README.md');\"", "postpublish": "node -e \"const fs=require('fs');fs.copyFileSync('README.github.md','README.md');fs.unlinkSync('README.github.md');\"", "postversion": "git push origin main --tags" }, "funding": "https://ko-fi.com/nezanuha", "repository": { "type": "git", "url": "git+https://github.com/nezanuha/frutjam.git" }, "publishConfig": { "access": "public", "provenance": true }, "keywords": [ "frutjam", "tailwindcss", "tailwind css plugin", "UI Library", "tailwind", "components", "tailwind components", "tailwind component library", "tailwind ui", "tailwind ui library", "tailwind next", "tailwind nuxt", "tailwind svelte", "tailwind astro", "tailwind django", "tailwind rails", "tailwind laravel", "component library", "tailwind themes", "css library", "theme", "design system", "front-end", "framework", "W3C standards", "accessibility web development", "seo friendly ui", "rtl ui", "responsive ui library" ], "author": "Nezanuha", "license": "MIT", "homepage": "https://frutjam.com", "bugs": { "url": "https://github.com/nezanuha/frutjam/issues" }, "engines": { "node": ">=18" }, "peerDependencies": { "tailwindcss": "^4.0.0", "react": ">=18" }, "peerDependenciesMeta": { "react": { "optional": true } }, "devDependencies": { "@tailwindcss/postcss": "^4.3.3", "autoprefixer": "^10.5.4", "cssnano": "^8.0.2", "postcss": "^8.5.20", "postcss-js": "^5.1.0", "rimraf": "^6.1.3", "tailwindcss": "^4.3.3" } }