@react-aria/utils
Version:
Spectrum UI components in React
49 lines (48 loc) • 1.24 kB
JSON
{
"name": "@react-aria/utils",
"version": "3.34.1",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/adobe/react-spectrum"
},
"source": "src/index.ts",
"files": [
"dist",
"src"
],
"sideEffects": false,
"main": "dist/main.js",
"module": "dist/module.js",
"types": "dist/types/src/index.d.ts",
"exports": {
".": {
"source": "./src/index.ts",
"types": "./dist/types/src/index.d.ts",
"import": "./dist/import.mjs",
"require": "./dist/main.js"
},
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@swc/helpers": "^0.5.0",
"react-aria": "^3.48.0",
"react-stately": "^3.46.0"
},
"devDependencies": {
"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"
},
"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"
},
"targets": {
"types": false
},
"gitHead": "3577a20859b9585a000010c720f6ee39c1c588cc"
}