{
  "name": "@rsuite/interactions",
  "version": "2.5.1",
  "description": "Call rsuite Modal at ease.",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "scripts": {
    "dev": "vite demo",
    "build": "rollup --config",
    "docs": "vite build",
    "publish-docs": "node docs/gh-pages.js",
    "test": "jest",
    "prepublishOnly": "npm run build && npm test",
    "semantic-release": "semantic-release",
    "prepare": "husky"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rsuite/interactions.git"
  },
  "files": [
    "cjs",
    "esm",
    "src",
    "*.d.ts",
    "!**/__tests__"
  ],
  "keywords": [
    "react",
    "rsuite",
    "react-components",
    "modal",
    "dialog",
    "alertdialog",
    "interaction",
    "alert",
    "confirm",
    "prompt"
  ],
  "author": "Doma<leishenghao@126.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rsuite/interactions/issues"
  },
  "homepage": "https://github.com/rsuite/interactions#readme",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "rsuite": "^4.0.0 || ^5.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.0",
    "@rollup/plugin-node-resolve": "^13.0.5",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^11.0.4",
    "@testing-library/user-event": "^12.1.7",
    "babel-eslint": "^9.0.0",
    "date-fns2": "npm:date-fns@^2.19.0",
    "eslint": "^7.11.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.0",
    "eslint-plugin-json": "^2.1.2",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.21.4",
    "eslint-plugin-react-hooks": "^4.1.2",
    "gh-pages": "^2.0.1",
    "husky": "^9.1.7",
    "jest": "^26.5.2",
    "lint-staged": "^10.4.0",
    "prettier": "^2.1.2",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "react-dom16": "npm:react-dom@^16.8.0",
    "react-dom17": "npm:react-dom@^17.0.2",
    "react16": "npm:react@^16.8.0",
    "react17": "npm:react@^17.0.2",
    "rollup": "^2.58.0",
    "rsuite": "^5.0.1",
    "rsuite4": "npm:rsuite@^4.10.3",
    "rsuite5": "npm:rsuite@^5.0.1",
    "semantic-release": "^19.0.3",
    "vite": "^2.6.5"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie < 10"
  ],
  "lint-staged": {
    "**/*.js": "eslint --cache --fix",
    "**/*": "prettier --write --ignore-unknown"
  }
}
