UNPKG

@cchiragjain/clear.ui

Version:
58 lines (57 loc) 1.32 kB
{ "name": "@cchiragjain/clear.ui", "version": "1.1.5", "description": "React UI Components Library", "main": "./dist/index.js", "module": "./dist/index.cjs", "types": "./dist/index.d.ts", "type": "module", "files": [ "dist", "package.json" ], "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsup" }, "repository": { "type": "git", "url": "git+https://github.com/cchiragjain/clear.ui.git" }, "keywords": [ "React", "UI", "Components", "Typescript", "Reusable" ], "author": "Chirag Jain", "license": "MIT", "bugs": { "url": "https://github.com/cchiragjain/clear.ui/issues" }, "homepage": "https://github.com/cchiragjain/clear.ui#readme", "devDependencies": { "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "autoprefixer": "^10.4.20", "clsx": "^2.1.1", "framer-motion": "^11.12.0", "lucide-react": "^0.462.0", "postcss": "^8.4.49", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwind-merge": "^2.5.5", "tailwindcss": "^3.4.15", "tslib": "^2.8.1", "tsup": "^8.3.5", "typescript": "^5.7.2" } }