{
  "version": "0.1.4",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch  --noclean ",
    "build": "echo \"publish\" ",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "storybook": "start-storybook -p 6006  --docs",
    "build-storybook": "build-storybook"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "dooringx-sdk",
  "author": "yehuozhili",
  "dependencies": {
    "@ant-design/icons": "^4.6.2",
    "animate.css": "^4.1.1",
    "antd": "^4.15.2",
    "antd-img-crop": "^3.14.1",
    "antd-mobile": "^2.3.4",
    "axios": "^0.21.1",
    "braft-editor": "^2.3.9",
    "css-vars-ponyfill": "^2.4.5",
    "deepcopy": "^2.1.0",
    "postcss-modules": "^4.0.0",
    "react-color": "^2.19.3",
    "react-sortable-hoc": "^2.0.0",
    "uuid": "^8.3.2",
    "x-data-spreadsheet": "^1.1.9",
    "xlsx": "^0.17.0",
    "yh-react-popover": "^0.3.0",
    "yh-verificationcode": "^0.2.0"
  }
}