{
  "name": "@treelab/panda",
  "version": "4.10.8",
  "license": "UNLICENSED",
  "author": "Treelab",
  "description": "Panda is a Treelab Component Library.",
  "main": "./index.cjs",
  "types": "./index.d.ts",
  "dependencies": {
    "@popperjs/core": "2.8.3",
    "antd": "4.23.5",
    "big.js": "^6.2.1",
    "classnames": "2.2.6",
    "cos-js-sdk-v5": "1.3.9",
    "crypto-js": "4.1.1",
    "date-fns": "2.17.0",
    "dom-helpers": "5.2.1",
    "jszip": "3.8.0",
    "lodash": "^4.17.21",
    "moment-timezone": "^0.5.39",
    "no-scroll": "2.1.1",
    "pdfjs-dist": "2.6.347",
    "pinyin-match": "1.2.2",
    "popper-max-size-modifier": "0.2.0",
    "rc-motion": "2.6.0",
    "rc-steps": "4.1.4",
    "rc-util": "5.19.3",
    "react-beautiful-dnd": "13.0.0",
    "react-datepicker": "3.1.3",
    "react-dropzone": "11.3.2",
    "react-final-form": "^6.5.9",
    "react-inlinesvg": "3.0.0",
    "react-intl": "5.25.1",
    "react-is": "17.0.2",
    "react-popper": "2.2.5",
    "react-responsive-carousel": "^3.2.18",
    "react-textarea-autosize": "8.3.3",
    "react-transition-group": "4.4.1",
    "short-uuid": "3.1.1",
    "styled-components": "^5.3.5"
  },
  "scripts": {
    "check:typescript": "tsc --noEmit",
    "lint": "eslint . --quiet",
    "lint:fix": "eslint . --quiet --fix",
    "test": "yarn test:jest && yarn lint && yarn check:typescript",
    "test:jest": "jest --coverage",
    "test:jest:watch": "jest --watch",
    "watch:typescript": "tsc --noEmit --watch"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {},
  "type": "commonjs",
  "peerDependencies": {}
}
