UNPKG

@neuctra/ui

Version:

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

67 lines (66 loc) 1.64 kB
{ "name": "@neuctra/ui", "version": "0.2.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.js", "module": "dist/index.es.js", "types": "dist/types/index.d.ts", "files": [ "dist" ], "scripts": { "build": "vite build && tsc", "clean": "rm -rf dist", "dev": "vite", "prepublishOnly": "npm run clean && npm run build" }, "dependencies": { "@tailwindcss/vite": "^4.1.11", "lucide-react": "^0.536.0", "react": ">=18.0.0", "react-dom": ">=18.0.0", "react-icons": "^5.5.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.11", "@types/react": "^19.1.9", "@types/react-dom": "^19.1.7", "@vitejs/plugin-react": "^4.7.0", "autoprefixer": "^10.4.21", "minimatch": "^10.0.3", "postcss": "^8.5.6", "tailwindcss": "^4.1.11", "typescript": "^5.9.2", "vite": "^7.0.6", "vite-plugin-dts": "^4.5.4" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" } }