UNPKG

@alice-ui/react

Version:
59 lines 1.44 kB
{ "name": "@alice-ui/react", "version": "1.0.50", "keywords": [ "react", "react-aria", "react-aria-components", "react-component", "react-ui", "tailwindcss" ], "homepage": "https://github.com/bobbychan/alice-ui#readme", "sideEffects": false, "license": "MIT", "main": "dist/index.js", "files": [ "dist", "src" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/bobbychan/alice-ui.git", "directory": "packages/react" }, "peerDependencies": { "react": "^19.0.0", "react-dom": "^19.0.0" }, "dependencies": { "@react-aria/focus": "^3.18.2", "@react-aria/interactions": "^3.22.2", "@react-aria/overlays": "^3.23.2", "@react-aria/utils": "^3.25.2", "@react-stately/utils": "^3.10.3", "@react-types/shared": "^3.24.1", "react-aria": "^3.34.3", "react-aria-components": "^1.3.3", "react-stately": "^3.32.2", "react-textarea-autosize": "^8.5.3", "@alice-ui/icons": "1.0.6", "@alice-ui/hooks": "1.0.5", "@alice-ui/react-utils": "1.0.3", "@alice-ui/shared-utils": "1.0.3", "@alice-ui/theme": "1.0.31" }, "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./package.json": "./package.json" } }