UNPKG

aeriui

Version:

A modern, accessible, and highly customizable React UI library built with TypeScript and Tailwind CSS.

69 lines (68 loc) 1.85 kB
{ "name": "aeriui", "version": "0.2.2", "description": "A modern, accessible, and highly customizable React UI library built with TypeScript and Tailwind CSS.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "rollup": "rollup -c --bundleConfigAsCjs", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "aeriui": "./bin/index.js" }, "author": "domody", "license": "MIT", "peerDependencies": { "class-variance-authority": "^0.7.0", "lucide-react": "^0.479.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "tailwind-variants": "^1.0.0", "tslib": "^2.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^26.0.1", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@types/react": "^18.0.0", "rollup": "^4.18.1", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.6.3", "typescript": "^5.5.3" }, "repository": { "type": "git", "url": "git+https://github.com/domody/aeriui-pkg.git" }, "keywords": [ "react", "ui", "ui-library", "component-library", "react-components", "design-system", "react-ui", "shadcn", "tailwind", "tailwind-components", "headless-ui", "accessible-components", "typescript", "frontend", "react-hooks" ], "dependencies": { "@tailwindcss/postcss": "^4.0.13", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "inquirer": "^12.4.3", "postcss": "^8.5.3", "tailwind-merge": "^3.0.2", "tailwindcss": "^4.0.13" } }