UNPKG

@moontra/moonui-pro

Version:

Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components

141 lines (140 loc) 4.58 kB
{ "name": "@moontra/moonui-pro", "version": "2.20.1", "description": "Premium React components for MoonUI - Advanced UI library with 50+ pro components including performance, interactive, and gesture components", "type": "module", "main": "dist/index.mjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist", "src", "scripts", "README.md", "LICENSE" ], "sideEffects": [ "**/*.css", "dist/**/*.css", "src/**/*.css" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "style": "./dist/index.css", "import": "./dist/index.mjs" }, "./styles.css": "./dist/index.css", "./css": "./dist/index.css" }, "scripts": { "postinstall": "node scripts/postinstall.js", "build": "tsup", "build:dts": "tsup --dts", "dev": "tsup --watch --sourcemap", "clean": "rm -rf dist", "lint": "eslint \"src/**/*.{ts,tsx}\"", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "prepublishOnly": "npm run clean && npm run build", "pub": "npm version patch && npm run build && npm publish", "pub:minor": "npm version minor && npm run build && npm publish", "pub:major": "npm version major && npm run build && npm publish" }, "keywords": [ "ui", "components", "react", "typescript", "moonui", "premium", "pro", "virtual-list", "performance", "memory-efficient", "animations", "gestures", "touch", "interactive", "3d-effects", "charts", "data-table", "advanced-components" ], "author": "MoonUI Team", "license": "Commercial", "repository": { "type": "git", "url": "git+https://github.com/moontra/moonui-pro.git" }, "homepage": "https://moonui.dev", "peerDependencies": { "react": ">=18.0.0 || ^19.0.0", "react-dom": ">=18.0.0 || ^19.0.0" }, "dependencies": { "@moontra/moonui": "^2.1.9", "@radix-ui/react-accordion": "^1.2.11", "@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-checkbox": "^1.3.2", "@radix-ui/react-dialog": "^1.1.14", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-popover": "^1.1.14", "@radix-ui/react-scroll-area": "^1.2.9", "@radix-ui/react-select": "^2.2.5", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-switch": "^1.2.5", "@radix-ui/react-tabs": "^1.1.12", "@radix-ui/react-toast": "^1.2.14", "@radix-ui/react-tooltip": "^1.2.7", "@tanstack/react-table": "^8.20.5", "canvas-confetti": "^1.9.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "date-fns": "^3.6.0", "framer-motion": "^11.11.17", "lucide-react": "^0.525.0", "react-beautiful-dnd": "^13.1.1", "react-colorful": "^5.6.1", "react-day-picker": "^9.8.0", "react-dropzone": "^14.3.5", "react-grid-layout": "^1.5.2", "react-hook-form": "^7.53.2", "react-intersection-observer": "^9.13.1", "react-virtualized-auto-sizer": "^1.0.24", "react-window": "^1.8.8", "recharts": "^2.12.7", "tailwind-merge": "^2.5.4", "tailwindcss-animate": "^1.0.7" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/canvas-confetti": "^1.9.0", "@types/jest": "^30.0.0", "@types/node": "^18.16.0", "@types/react": "^19.0.0", "@types/react-beautiful-dnd": "^13.1.8", "@types/react-dom": "^19.0.0", "@types/react-grid-layout": "^1.3.5", "@types/react-window": "^1.8.8", "autoprefixer": "^10.4.21", "eslint": "^8.39.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "postcss": "^8.5.6", "tailwindcss": "^3.4.17", "ts-jest": "^29.1.0", "tsup": "^6.7.0", "typescript": "^5.0.4" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }