UNPKG

@trail-ui/react-aria-components

Version:

A library of styleable components built using React Aria

52 lines 1.12 kB
{ "name": "@trail-ui/react-aria-components", "version": "1.0.84", "description": "A library of styleable components built using React Aria", "keywords": [ "react", "react-aria", "react-aria-components", "react-component", "react-ui" ], "homepage": "https://github.com/BarrierBreak/trail-ui#readme", "sideEffects": false, "license": "MIT", "main": "dist/index.js", "files": [ "dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/BarrierBreak/trail-ui.git", "directory": "packages/react-aria-components" }, "peerDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" }, "dependencies": { "@trail-ui/react": "1.1.86" }, "tsup": { "clean": true, "target": "es2019", "format": [ "cjs", "esm" ] }, "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" } }