{
  "name": "@orca-fe/pocket",
  "version": "3.4.5",
  "description": "UI components by orca-team",
  "keywords": [
    "react",
    "view",
    "ui",
    "components",
    "lib",
    "orca-fe",
    "orca",
    "orca-team"
  ],
  "author": "NicoKam",
  "homepage": "https://orca.nicokam.work/",
  "license": "MIT",
  "types": "es/index.d.ts",
  "module": "es/index.js",
  "main": "lib/index.js",
  "files": [
    "dist",
    "es",
    "lib"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/orca-team/pocket.git"
  },
  "dependencies": {
    "@orca-fe/jss-plugin-auto-prefix": "^0.0.1",
    "@rc-component/trigger": "^1.18.2",
    "@types/react-window": "^1.8.8",
    "ahooks": "^3.9.0",
    "classnames": "^2.3.2",
    "copy-to-clipboard": "^3.3.3",
    "countup.js": "^2.8.0",
    "events": "^3.3.0",
    "gl-matrix": "^3.4.3",
    "immer": "^9.0.21",
    "is-in-browser": "^1.1.3",
    "json5": "^2.2.3",
    "jss-preset-default": "^10.10.0",
    "lodash-es": "^4.17.21",
    "lunar-javascript": "^1.6.7",
    "mjolnir.js": "^2.7.1",
    "prefix-classnames": "^0.0.7",
    "rc-animate": "^3.1.1",
    "rc-slider": "^10.5.0",
    "rc-tooltip": "^6.1.3",
    "rc-util": "^5.39.1",
    "react-transition-group": "^4.4.5",
    "react-window": "^1.8.10",
    "tslib": "^2.6.2",
    "@orca-fe/hooks": "1.12.1",
    "@orca-fe/tools": "0.10.1"
  },
  "peerDependencies": {
    "@ant-design/icons": ">=4.7.0",
    "jss": "^10.10.0",
    "moment": "^2.29.4",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "react-router": ">=5.0.0",
    "react-router-dom": ">=5.0.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.45",
    "autod": "^3.1.2",
    "countup.js": "^2.6.2",
    "jss": "^10.10.0"
  },
  "gitHead": "0f38f477546c9603891bad4b0c847554147262df",
  "scripts": {
    "build": "father build",
    "autod": "autod",
    "clear": "rimraf lib es"
  }
}