{
  "_from": "rc-dialog@~9.0.2",
  "_id": "rc-dialog@9.0.2",
  "_inBundle": false,
  "_integrity": "sha512-s3U+24xWUuB6Bn2Lk/Qt6rufy+uT+QvWkiFhNBcO9APLxcFFczWamaq7x9h8SCuhfc1nHcW4y8NbMsnAjNnWyg==",
  "_location": "/rc-dialog",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-dialog@~9.0.2",
    "name": "rc-dialog",
    "escapedName": "rc-dialog",
    "rawSpec": "~9.0.2",
    "saveSpec": null,
    "fetchSpec": "~9.0.2"
  },
  "_requiredBy": [
    "/antd",
    "/rc-image"
  ],
  "_resolved": "https://registry.npmjs.org/rc-dialog/-/rc-dialog-9.0.2.tgz",
  "_shasum": "aadfebdeba145f256c1fac9b9f509f893cdbb5b8",
  "_spec": "rc-dialog@~9.0.2",
  "_where": "/home/smartsensero/public_html/alpha-frontend/front-end/node_modules/antd",
  "author": {
    "name": "yiminghe@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/react-component/dialog/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "@rc-component/portal": "^1.0.0-8",
    "classnames": "^2.2.6",
    "rc-motion": "^2.3.0",
    "rc-util": "^5.21.0"
  },
  "deprecated": false,
  "description": "dialog ui component for react",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^12.0.0",
    "@types/enzyme": "^3.10.7",
    "@types/jest": "^26.0.14",
    "@types/keyv": "3.1.4",
    "@types/react": "^18.0.24",
    "@types/react-dom": "^18.0.8",
    "@umijs/fabric": "^3.0.0",
    "bluebird": "~3.7.2",
    "bootstrap": "^4.3.1",
    "cross-env": "^7.0.0",
    "dumi": "^1.1.0",
    "enzyme": "^3.1.1",
    "enzyme-adapter-react-16": "^1.0.1",
    "enzyme-to-json": "^3.1.2",
    "eslint": "^7.1.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-plugin-react": "^7.20.6",
    "father": "^2.29.6",
    "father-build": "^1.18.6",
    "gh-pages": "^4.0.0",
    "glob": "^7.1.6",
    "jquery": "^3.3.1",
    "less": "^3.12.2",
    "np": "^7.0.0",
    "prettier": "^2.1.1",
    "rc-drawer": "^4.4.0",
    "rc-select": "^12.1.13",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-draggable": "^4.4.3",
    "typescript": "^4.0.2"
  },
  "files": [
    "lib",
    "es",
    "assets/*.css",
    "dist"
  ],
  "homepage": "http://github.com/react-component/dialog",
  "keywords": [
    "react",
    "react-component",
    "react-dialog",
    "dialog",
    "ui"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-dialog",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/dialog.git"
  },
  "scripts": {
    "compile": "father build && lessc assets/index.less assets/index.css && lessc assets/bootstrap.less assets/bootstrap.css",
    "coverage": "father test --coverage",
    "deploy": "npm run docs:build && npm run docs:deploy",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d .doc",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
    "lint:tsc": "tsc -p tsconfig.json --noEmit",
    "now-build": "npm run docs:build",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "start": "dumi dev",
    "test": "father test"
  },
  "version": "9.0.2"
}
