UNPKG

@boltkits-ui/ui

Version:

**Lightning-fast, animated React UI components for MVP websites.** Built for startups and solopreneurs who need polished prototypes without the design hassle. Inspired by [Aceternity](https://aceternity.com) and [shadcn/ui](https://ui.shadcn.com), but **M

69 lines 1.57 kB
{ "name": "@boltkits-ui/ui", "version": "0.1.2", "main": "./dist/index.umd.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.umd.js" }, "./*": { "types": "./dist/*.d.ts", "import": "./dist/*.js" } }, "repository": { "type": "git", "url": "https://github.com/Aakash-Yadav23/bolt-kit.git" }, "keywords": [ "react", "ui", "components", "mvp", "tailwind", "framer-motion" ], "devDependencies": { "@types/node": "^22.15.3", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.0", "eslint": "^9.34.0", "glob": "^11.0.0", "typescript": "5.9.2", "vite": "^6.0.0", "vite-plugin-dts": "^4.3.0", "@bolt-kit/eslint-config": "0.0.0", "@bolt-kit/typescript-config": "0.0.0" }, "dependencies": { "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.23.22", "lucide-react": "^0.545.0", "tailwind-merge": "^2.5.4" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "license": "MIT", "publishConfig": { "access": "public" }, "files": [ "dist", "README.md" ], "prepublishOnly": "pnpm run build", "scripts": { "lint": "eslint . --max-warnings 0", "generate:component": "turbo gen react-component", "build": "tsc && vite build", "dev": "vite build --watch", "check-types": "tsc --noEmit" } }