@react-spectrum/dialog
Version:
Spectrum UI components in React
73 lines (72 loc) • 1.97 kB
JSON
{
"name": "@react-spectrum/dialog",
"version": "3.8.19",
"description": "Spectrum UI components in React",
"license": "Apache-2.0",
"main": "dist/main.js",
"module": "dist/module.js",
"exports": {
"types": "./dist/types.d.ts",
"import": "./dist/import.mjs",
"require": "./dist/main.js"
},
"types": "dist/types.d.ts",
"source": "src/index.ts",
"files": [
"dist",
"src"
],
"sideEffects": [
"*.css"
],
"targets": {
"main": {
"includeNodeModules": [
"@adobe/spectrum-css-temp"
]
},
"module": {
"includeNodeModules": [
"@adobe/spectrum-css-temp"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/react-spectrum"
},
"dependencies": {
"@react-aria/dialog": "^3.5.23",
"@react-aria/i18n": "^3.12.7",
"@react-aria/interactions": "^3.24.1",
"@react-aria/overlays": "^3.26.1",
"@react-aria/utils": "^3.28.1",
"@react-spectrum/button": "^3.16.12",
"@react-spectrum/buttongroup": "^3.6.20",
"@react-spectrum/divider": "^3.5.21",
"@react-spectrum/layout": "^3.6.13",
"@react-spectrum/overlays": "^5.7.3",
"@react-spectrum/text": "^3.5.13",
"@react-spectrum/utils": "^3.12.3",
"@react-spectrum/view": "^3.6.17",
"@react-stately/overlays": "^3.6.14",
"@react-types/button": "^3.11.0",
"@react-types/dialog": "^3.5.16",
"@react-types/shared": "^3.28.0",
"@spectrum-icons/ui": "^3.6.14",
"@swc/helpers": "^0.5.0"
},
"devDependencies": {
"@adobe/spectrum-css-temp": "3.0.0-alpha.1",
"@react-spectrum/test-utils-internal": "3.0.0-alpha.1"
},
"peerDependencies": {
"@react-spectrum/provider": "^3.0.0",
"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"
},
"gitHead": "9c4ebbc0c1972cc880febc29de995ca58caa3ba4"
}