UNPKG

speeduidev

Version:

A professionally designed component library & templates market that brings together functionality, accessibility, and beautiful aesthetics for modern applications.

84 lines (83 loc) 2.2 kB
{ "name": "speeduidev", "homepage": "https://blackui.dev/", "version": "2.1.0", "description": "A professionally designed component library & templates market that brings together functionality, accessibility, and beautiful aesthetics for modern applications.", "main": "dist/index.js", "module": "dist/index.esm.js", "exports": { ".": "./dist/index.js", "./plugin": "./plugin.js", "./styles.css": "./dist/styles.css" }, "files": [ "dist", "src/styles", "plugin.js" ], "bin": { "create-speeduidev": "./cli.js" }, "scripts": { "build": "tsc", "dev": "tsup --watch", "typecheck": "tsc --noEmit", "build-css": "npx postcss tailwind.css -o ./src/lightswind.css" }, "keywords": [ "component-library", "black-ui", "tailwind", "template", "components", "landing-page", "ui", "react", "vite-js", "next-js", "typescript", "ui-kit", "javascript", "frontend-components", "ui-library", "high-performance", "reusable-components" ], "author": "@codewithmuhilan", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "dependencies": { "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "fs-extra": "^11.3.0", "lucide-react": "^0.363.0", "framer-motion": "^11.18.2", "tailwindcss": "^3.4.14", "tailwind-merge": "^2.2.0", "react-resizable-panels": "^2.1.3", "input-otp": "^1.4.2", "embla-carousel-react": "^8.3.0", "date-fns": "^3.6.0", "react-day-picker": "^8.10.1", "recharts": "^2.12.7", "react-hook-form": "^7.53.0" }, "devDependencies": { "autoprefixer": "^10.4.20", "cssnano": "^7.0.6", "postcss": "^8.4.49", "postcss-cli": "^11.0.0", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.14", "@types/node": "^20.11.25", "@types/react": "^18.2.64", "@types/react-dom": "^18.2.21", "tsup": "^8.0.2", "typescript": "^5.4.2", "tailwindcss": "^3.4.4", "terser": "^5.36.0" } }