{
  "name": "@hi-ui/portal",
  "version": "5.0.0",
  "description": "A sub-package for @hi-ui/hiui.",
  "keywords": [],
  "author": "HiUI <mi-hiui@xiaomi.com>",
  "homepage": "https://github.com/XiaoMi/hiui/tree/master/packages/ui/portal#readme",
  "license": "MIT",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "types": "lib/types/index.d.ts",
  "typings": "lib/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/types/index.d.ts",
      "require": "./lib/cjs/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XiaoMi/hiui.git"
  },
  "scripts": {
    "test": "jest",
    "clean": "rimraf lib",
    "prebuild": "yarn clean",
    "build:esm": "hi-build ./src/index.ts --format esm -d ./lib/esm",
    "build:cjs": "hi-build ./src/index.ts --format cjs -d ./lib/cjs",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir lib/types",
    "build": "concurrently yarn:build:*"
  },
  "bugs": {
    "url": "https://github.com/XiaoMi/hiui/issues"
  },
  "dependencies": {
    "@hi-ui/classname": "^5.0.0",
    "@hi-ui/container": "^5.0.0",
    "@hi-ui/env": "^5.0.0",
    "@hi-ui/use-force-update": "^5.0.0"
  },
  "peerDependencies": {
    "@hi-ui/core": ">=5.0.0",
    "react": ">=16.8.6",
    "react-dom": ">=16.8.6"
  },
  "devDependencies": {
    "@hi-ui/core": "^5.0.0",
    "@hi-ui/core-css": "^5.0.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  }
}
