{
  "name": "@g3-cscec/meta-table",
  "version": "0.13.1",
  "license": "UNLICENSED",
  "author": "inventiveliu <771259640@qq.com>",
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "es",
    "dist",
    "README.md",
    "package.json"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "prepublishOnly": "yarn clean && yarn build",
    "build": "father-build --config=../../../.fatherrc.js",
    "clean": "rimraf lib es dist && rimraf tsconfig.build.tsbuildinfo",
    "postpublish": "cnpm sync @g3-cscec/meta-table"
  },
  "dependencies": {
    "@ant-design/icons": "^4.7.0",
    "@g3-cscec/g3-ui": "^0.13.0",
    "classnames": "^2.3.1",
    "lodash": "^4.17.21",
    "omit.js": "^2.0.2",
    "rc-table": "~7.15.1",
    "react-resizable": "^3.0.4",
    "react-sortable-hoc": "^2.0.0"
  },
  "peerDependencies": {
    "antd": "4.x",
    "react": "17.x",
    "react-dom": "17.x"
  },
  "sideEffects": [
    "*.less"
  ],
  "gitHead": "0854e79a9d1136aaa8a1efc807964d5937ea907a"
}
