{
  "name": "@uimkit/uikit-react",
  "version": "1.0.4",
  "source": "src/index.ts",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "jsnext:main": "dist/esm/index.js",
  "jsdelivr": "./dist/browser/full-bundle.min.js",
  "license": "MIT",
  "keywords": [
    "chat",
    "messaging",
    "conversation",
    "react",
    "聊天",
    "uim"
  ],
  "scripts": {
    "build": "rm -rf dist && mkdir -p dist/assets && yarn --silent copy-version && yarn build-translations && yarn bundle",
    "bundle": "rollup -c",
    "start": "cross-env ROLLUP_WATCH=true rollup -c",
    "dev": "cross-env ROLLUP_WATCH=true rollup -c -w",
    "copy-version": "echo '\u001b[34mℹ\u001b[0m Copying Version to \u001b[34msrc/version.ts\u001b[0m' && PACKAGE_VERSION=$(node -pe 'require(`./package.json`).version') && PACKAGE_STRING=\"'$PACKAGE_VERSION'\" && echo 'export const version = '$PACKAGE_STRING';' > ./src/version.ts && echo '\u001b[32m✓\u001b[0m Done Copying Version'",
    "build-translations": "i18next --config i18next-parser.config.js"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "@emoji-mart/data": "^1.1.2",
    "@emoji-mart/react": "^1.1.1",
    "@popperjs/core": "^2.11.6",
    "clsx": "^1.2.1",
    "dayjs": "^1.11.7",
    "emoji-mart": "^5.5.2",
    "i18next": "^22.4.6",
    "invariant": "^2.2.4",
    "lodash.first": "^3.0.0",
    "lodash.flatten": "^4.4.0",
    "lodash.last": "^3.0.0",
    "lodash.some": "^4.6.0",
    "lodash.throttle": "^4.1.1",
    "prop-types": "^15.8.1",
    "react-dropzone": "^14.2.3",
    "react-is": "^18.2.0",
    "react-popper": "^2.3.0",
    "react-textarea-autosize": "^8.4.0",
    "react-virtuoso": "^4.1.0",
    "redux": "^4.2.1",
    "redux-thunk": "^2.4.2",
    "textarea-caret": "^3.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.0",
    "@babel/node": "^7.20.7",
    "@babel/plugin-transform-runtime": "^7.21.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.21.0",
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-conventional": "^17.4.4",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-image": "^3.0.2",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-typescript": "^8.5.0",
    "@rollup/plugin-url": "^7.0.0",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "@types/react-redux": "^7.1.25",
    "autoprefixer": "^10.4.13",
    "babel-plugin-dynamic-import-node": "^2.3.3",
    "cross-env": "^7.0.3",
    "cuid": "2.1.8",
    "eslint": "^8.34.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "husky": "^8.0.3",
    "i18next-parser": "^7.7.0",
    "moment": "^2.29.4",
    "postcss": "^8.4.20",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-nesting": "^10.2.0",
    "postcss-preset-env": "^7.8.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-redux": "^8.0.5",
    "reselect": "^4.1.7",
    "rollup": "^2.79.1",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-insert": "^1.3.2",
    "rollup-plugin-node-globals": "^1.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-re": "^1.0.7",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.9.0",
    "sass": "^1.54.9",
    "tslib": "^2.5.0",
    "typescript": "4.9.4"
  },
  "peerDependencies": {
    "date-fns": "^2.29.3",
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0",
    "tslib": "^2.5.0"
  },
  "husky": {
    "hooks": {
      "commit-msg": "npx commitlint --edit $1"
    }
  }
}
