UNPKG

east-hub-ui

Version:

Modern UI components library built with React and Tailwind CSS 4

49 lines 1.05 kB
{ "type": "module", "name": "east-hub-ui", "version": "0.4.1", "description": "Modern UI components library built with React and Tailwind CSS 4", "main": "./index.js", "module": "./index.js", "files": [ "index.js", "src/components", "src/lib" ], "scripts": { "build": "tsup", "lint": "tsc", "dev": "tsup --watch", "prepublishOnly": "npm run build" }, "keywords": [ "react", "tailwindcss4", "ui", "components", "component-library", "tailwindcss-plugin" ], "author": "East Games", "license": "MIT", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0", "tailwindcss": ">=4.0.0" }, "dependencies": { "clsx": "^2.1.1", "tailwind-merge": "^3.0.2" }, "devDependencies": { "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "autoprefixer": "^10.4.16", "postcss": "^8.4.35", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^4.0.14", "tsup": "^8.0.0", "typescript": "^5.0.4" } }