{
  "name": "swap-chat-react",
  "version": "1.0.27",
  "description": "swap-chat-react-components",
  "main": "dist/index.js",
  "repository": "git@github.com:Generative-Labs/swap-chat-react.git",
  "author": "<fanxiangyu66@163.com>",
  "license": "MIT",
  "files": [
    "dist",
    "readme.md"
  ],
  "keywords": [
    "chat",
    "messaging",
    "conversation",
    "react-chat",
    "react-chat-components"
  ],
  "scripts": {
    "dev": "rm -fr dist && rollup -c rollup.config.js -w",
    "build": "rm -fr dist && rollup -c rollup.config.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint --fix",
      "git add"
    ],
    "*.{js,jsx}": [
      "eslint --fix",
      "git add"
    ]
  },
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@babel/core": "^7.17.5",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.18.10",
    "@babel/preset-react": "^7.16.7",
    "@rollup/plugin-alias": "^3.1.9",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-image": "^2.1.1",
    "@types/react": "^17.0.39",
    "@types/react-dom": "^17.0.11",
    "@typescript-eslint/parser": "^5.13.0",
    "classnames": "^2.3.1",
    "eslint": "^7.11.0",
    "husky": "3.0.9",
    "lint-staged": "^12.3.4",
    "node-sass": "^7.0.1",
    "postcss": "^8.4.7",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "rollup": "^2.68.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "typescript": "4.5.5",
    "web2-mq": "^1.2.27"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^16.8.0",
    "react-dom": "^17.0.0 || ^16.8.0",
    "web2-mq": "^1.2.27"
  }
}
