UNPKG

@neuctra/ui

Version:

A modern, responsive, customizable React UI component library powered by Tailwind CSS and Vite.

86 lines (85 loc) 2.2 kB
{ "name": "@neuctra/ui", "version": "1.0.1", "type": "module", "description": "A modern, responsive, customizable React UI component library powered by Tailwind CSS and Vite.", "author": "Your Name <tahaasifaqwe@gmail.com>", "license": "MIT", "homepage": "https://github.com/Taha-Asif-313/neuctra-ui#readme", "repository": { "type": "git", "url": "https://github.com/Taha-Asif-313/neuctra-ui.git" }, "bugs": { "url": "https://github.com/Taha-Asif-313/neuctra-ui/issues" }, "keywords": [ "react", "ui", "component-library", "tailwindcss", "vite", "typescript", "neuctra", "modern", "responsive", "accessible", "customizable", "design-system" ], "main": "dist/index.cjs", "module": "dist/index.es.js", "types": "dist/types/index.d.ts", "sideEffects": [ "*.css" ], "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.cjs" }, "./style.css": "./dist/style.css", "./registry/components.json": "./registry/components.json", "./package.json": "./package.json" }, "files": [ "dist", "registry" ], "scripts": { "build": "vite build", "clean": "rm -rf dist", "dev": "vite", "typecheck": "tsc --noEmit", "registry:generate": "node scripts/generate-registry.mjs", "prepublishOnly": "npm run clean && npm run typecheck && npm run registry:generate && npm run build" }, "dependencies": { "clsx": "^2.1.1", "lucide-react": "^0.536.0", "tailwind-merge": "^2.5.4" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.11", "@tailwindcss/vite": "^4.1.11", "@types/node": "^24.9.1", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^4.7.0", "framer-motion": "^12.38.0", "minimatch": "^10.0.3", "postcss": "^8.5.6", "react": "^19.1.1", "react-dom": "^19.1.1", "tailwindcss": "^4.1.11", "ts-morph": "28.0.0", "typescript": "^5.9.2", "vite": "^7.0.6", "vite-plugin-dts": "^4.5.4" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" } }