All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "@radix-ui/react-dialog",
  "version": "1.0.5",
  "license": "MIT",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "source": "./src/index.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "clean": "rm -rf dist",
    "version": "yarn version"
  },
  "dependencies": {
    "@babel/runtime": "^7.13.10",
    "@radix-ui/primitive": "1.0.1",
    "@radix-ui/react-compose-refs": "1.0.1",
    "@radix-ui/react-context": "1.0.1",
    "@radix-ui/react-dismissable-layer": "1.0.5",
    "@radix-ui/react-focus-guards": "1.0.1",
    "@radix-ui/react-focus-scope": "1.0.4",
    "@radix-ui/react-id": "1.0.1",
    "@radix-ui/react-portal": "1.0.4",
    "@radix-ui/react-presence": "1.0.1",
    "@radix-ui/react-primitive": "1.0.3",
    "@radix-ui/react-slot": "1.0.2",
    "@radix-ui/react-use-controllable-state": "1.0.1",
    "aria-hidden": "^1.1.1",
    "react-remove-scroll": "2.5.5"
  },
  "peerDependencies": {
    "@types/react": "*",
    "@types/react-dom": "*",
    "react": "^16.8 || ^17.0 || ^18.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    },
    "@types/react-dom": {
      "optional": true
    }
  },
  "homepage": "https://radix-ui.com/primitives",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/radix-ui/primitives.git"
  },
  "bugs": {
    "url": "https://github.com/radix-ui/primitives/issues"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy