UNPKG

nextuiq

Version:

NextUIQ is a modern, lightweight, and developer-friendly UI component library for React and Next.js. Built with TypeScript and Tailwind CSS, it offers customizable, accessible, and performance-optimized components with built-in dark mode, theme customizat

131 lines (130 loc) 3.83 kB
{ "name": "nextuiq", "version": "0.1.6-beta.0", "description": "NextUIQ is a modern, lightweight, and developer-friendly UI component library for React and Next.js. Built with TypeScript and Tailwind CSS, it offers customizable, accessible, and performance-optimized components with built-in dark mode, theme customization, and semantic color tokens. Designed for seamless integration in modern web applications.", "homepage": "https://github.com/Mr-Bhardwa7/nextuiq#readme", "repository": { "type": "git", "url": "https://github.com/Mr-Bhardwa7/nextuiq.git" }, "bugs": { "url": "https://github.com/Mr-Bhardwa7/nextuiq/issues" }, "author": { "name": "Animesh Bhardwaj", "url": "https://github.com/Mr-Bhardwa7" }, "license": "MIT", "private": false, "type": "module", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "engines": { "node": ">=18" }, "keywords": [ "nextuiq", "ui component library", "next.js components", "react ui library", "tailwindcss ui", "modern ui", "accessible components", "typescript components", "dark mode", "theme customization", "semantic color tokens", "css variables", "responsive design", "storybook components", "design system", "developer-friendly", "prebuilt ui components", "performance optimized", "open source ui", "component-based design", "react components", "next.js ui framework", "headless ui", "tailwind ui", "frontend framework" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "build:analyze": "cross-env ANALYZE=true vite build", "preview": "vite preview", "prepublishOnly": "npm run build", "storybook": "storybook dev -p 6006 --no-open", "build-storybook": "storybook build" }, "sideEffects": [ "**/*.css", "**/*.tsx" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./style.css": "./dist/style.css" }, "files": [ "dist", "dist/style.css" ], "peerDependencies": { "@tailwindcss/vite": "^4.0.12", "react": ">=19.0.0", "react-dom": ">=19.0.0", "react-dropzone": "^14.3.8", "react-icons": "^5.5.0", "tailwindcss": "^4.0.0" }, "dependencies": { "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "tailwind-merge": "^3.0.2" }, "devDependencies": { "@chromatic-com/storybook": "^3.2.5", "@eslint/js": "^9.21.0", "@storybook/addon-essentials": "^8.6.4", "@storybook/addon-onboarding": "^8.6.4", "@storybook/blocks": "^8.6.4", "@storybook/experimental-addon-test": "^8.6.4", "@storybook/react": "^8.6.4", "@storybook/react-vite": "^8.6.4", "@storybook/test": "^8.6.4", "@types/node": "^22.13.10", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@vitejs/plugin-react": "^4.3.4", "@vitest/browser": "^3.0.8", "@vitest/coverage-v8": "^3.0.8", "autoprefixer": "^10.4.20", "cross-env": "^7.0.3", "eslint": "^9.21.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-storybook": "^0.11.4", "globals": "^15.15.0", "playwright": "^1.51.0", "rollup-plugin-visualizer": "^5.14.0", "storybook": "^8.6.4", "tailwindcss": "^4.0.12", "terser": "^5.39.0", "typescript": "~5.7.2", "typescript-eslint": "^8.24.1", "vite": "^6.2.0", "vite-plugin-dts": "^4.5.3", "vitest": "^3.0.8" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] } }