UNPKG

@multinite_official/multiui

Version:

The first and only Component Framework.

63 lines 1.45 kB
{ "name": "@multinite_official/multiui", "version": "3.0.20", "description": "The first and only Component Framework.", "main": "./out/index.js", "publishConfig": { "access": "public" }, "displayName": "MultiUI", "sponsor": { "url": "https://github.com/sponsors/Multinite" }, "readme": "README.md", "type": "module", "repository": { "type": "git", "url": "https://github.com/Multinite/MultiUI" }, "author": "Multinite (https://github.com/Multinite)", "license": "MIT", "bugs": { "url": "https://github.com/Multinite/MultiUI/issues" }, "keywords": [ "multinite", "multi", "component-library", "component", "component-framework", "framework", "react", "nextjs" ], "homepage": "https://multiui.org", "dependencies": { "clsx": "^2.1.1", "color": "^4.2.3", "commander": "^12.1.0", "framer-motion": "^11.3.21", "react-aria-components": "^1.2.1", "react-device-detect": "^2.2.3", "tailwind-merge": "^2.4.0", "tailwindcss": "3.4.1" }, "devDependencies": { "@types/color": "^3.0.6", "@types/node": "^20.14.11", "@types/react": "^18", "@types/react-dom": "^18", "react": "^18", "react-dom": "^18" }, "peerDependencies": { "react": "^18", "react-dom": "^18", "typescript": "^5.5.3" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "echo 'No tests yet'" } }