UNPKG

@react-aria/utils

Version:
45 lines (44 loc) 1.07 kB
{ "name": "@react-aria/utils", "version": "3.34.0", "description": "Spectrum UI components in React", "license": "Apache-2.0", "main": "dist/main.js", "module": "dist/module.js", "exports": { ".": { "source": "./src/index.ts", "types": "./dist/types/src/index.d.ts", "import": "./dist/import.mjs", "require": "./dist/main.js" }, "./package.json": "./package.json" }, "types": "dist/types/src/index.d.ts", "source": "src/index.ts", "files": [ "dist", "src" ], "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/adobe/react-spectrum" }, "dependencies": { "@swc/helpers": "^0.5.0", "react-aria": "3.48.0", "react-stately": "3.46.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", "react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" }, "publishConfig": { "access": "public" }, "targets": { "types": false }, "gitHead": "a6999bdf494a2e9c0381a5881908328bdd22ddae" }