{
  "name": "@kdcloudjs/table",
  "version": "1.2.2-canary.14-hotfix.5",
  "description": "金蝶 react table 组件",
  "title": "table",
  "keywords": [
    "table",
    "component",
    "react",
    "react-table",
    "react-component",
    "ui"
  ],
  "homepage": "https://react.kingdee.design/",
  "repository": {
    "type": "git",
    "url": "https://github.com/kdcloudone/table.git"
  },
  "contributors": [
    "kdcloudone"
  ],
  "files": [
    "dist",
    "lib",
    "es"
  ],
  "sideEffects": [
    "dist/*",
    "es/**/style/*",
    "lib/**/style/*",
    "*.less"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "unpkg": "dist/kd-ui.min.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "npm run compile && cross-env NODE_OPTIONS='--max-old-space-size=4096' npm run dist",
    "compile": "gulp compile",
    "dist": "node build/bin/dist.js",
    "clean": "rimraf _data && rimraf _site ",
    "site": "npm run tsc && bisheng build -c ./site/bisheng.config.js",
    "start": "npm run clean && cross-env NODE_ENV=development bisheng start -c ./site/bisheng.config.js",
    "lint": "npm run tsc && npm run lint:script && npm run lint:style",
    "lint:script": "eslint --ext .tsx,.ts,.js,.jsx ./components ./site",
    "tsc": "tsc --noEmit",
    "lint:style": "stylelint \"{site,components}/**/*.less\" --syntax less",
    "lint-fix:script": "npm run lint:script -- --fix",
    "lint-fix:style": "npm run lint:style -- --fix",
    "test": "jest --config .jest.js --cache=false",
    "test:all": "npm run lint && npm run test",
    "test:coverage": "npm run test -- --coverage",
    "test:report": "jest --config .jest.js --coverage & open ./coverage/lcov-report/index.html",
    "test:update": "jest --config .jest.js --cache=false -u",
    "test:ci": "jest --config .jest.js  --coverage --ci --update-snapshot",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --skip-unstable",
    "pub": "npm run test:all && npm run build && cross-env PUB_ENV=pub np --no-cleanup --no-tests",
    "pub:canary": "npm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=canary",
    "pub:canary-hotfix": "npm run build && cross-env PUB_ENV=pub np --no-cleanup --anyBranch --no-tests --tag=canaryHotFix",
    "new": "node scripts/create-component.js",
    "kd-ui": "npm install @kingdee-ui/kui --registry http://npm.kingdee.com/"
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%",
    "ie >= 11"
  ],
  "dependencies": {
    "@babel/runtime": "^7.10.4",
    "@babel/runtime-corejs3": "^7.11.2",
    "@popperjs/core": "^2.9.1",
    "classnames": "^2.2.6",
    "core-js": "^3.16.1",
    "css-vars-ponyfill": "^2.4.3",
    "lodash": "^4.17.20",
    "regenerator-runtime": "^0.13.9",
    "resize-observer-polyfill": "^1.5.1",
    "rxjs": "^6.6.3",
    "styled-components": "^5.2.1"
  },
  "devDependencies": {
    "@babel/core": "^7.11.1",
    "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
    "@babel/plugin-proposal-private-methods": "^7.10.4",
    "@babel/plugin-transform-object-assign": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.11.0",
    "@babel/preset-env": "^7.11.0",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@commitlint/config-conventional": "^9.1.2",
    "@kdcloudjs/kdesign": "^1.3.1",
    "@testing-library/react-hooks": "^7.0.2",
    "@types/classnames": "^2.2.10",
    "@types/enzyme": "^3.10.7",
    "@types/jest": "^26.0.14",
    "@types/jest-image-snapshot": "^4.1.0",
    "@types/lodash": "^4.14.159",
    "@types/puppeteer": "^3.0.2",
    "@types/react": "^16.9.21",
    "@types/react-dom": "^16.9.5",
    "@typescript-eslint/eslint-plugin": "^3.0.0",
    "@typescript-eslint/parser": "^3.0.0",
    "algoliasearch": "^4.5.1",
    "autoprefixer": "^9.8.6",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.1.0",
    "babel-plugin-add-react-displayname": "^0.0.5",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "bisheng": "^1.5.3",
    "bisheng-plugin-description": "^0.1.4",
    "bisheng-plugin-toc": "^0.4.4",
    "case-sensitive-paths-webpack-plugin": "^2.3.0",
    "chalk": "^4.1.0",
    "commitlint": "^9.1.2",
    "conventional-changelog-cli": "^2.1.0",
    "cross-env": "^7.0.2",
    "css-loader": "^4.2.1",
    "cz-customizable": "^6.3.0",
    "dekko": "^0.2.1",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.5",
    "enzyme-to-json": "^3.5.0",
    "esbuild-webpack-plugin": "^1.0.5",
    "eslint": "^7.6.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-prettier-standard": "^3.0.1",
    "eslint-config-standard": "^14.1.1",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-babel": "^5.3.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^23.20.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-markdown": "^2.0.0-rc.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.20.5",
    "eslint-plugin-react-hooks": "^4.0.8",
    "eslint-plugin-standard": "^4.0.1",
    "file-loader": "^6.0.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-strip-code": "^0.1.4",
    "gulp-typescript": "^6.0.0-alpha.1",
    "husky": "^4.2.5",
    "identity-obj-proxy": "^3.0.0",
    "intersection-observer": "^0.11.0",
    "jest": "^26.4.2",
    "jest-environment-enzyme": "^7.1.2",
    "jest-enzyme": "^7.1.2",
    "jest-image-snapshot": "^4.2.0",
    "jest-stare": "^2.2.0",
    "jsonml.js": "^0.1.0",
    "less": "^3.12.2",
    "less-loader": "^6.2.0",
    "less-plugin-npm-import": "^2.1.0",
    "less-vars-to-js": "^1.3.0",
    "lint-staged": "^10.2.13",
    "merge2": "^1.4.1",
    "mini-css-extract-plugin": "^0.10.0",
    "mockdate": "^3.0.2",
    "node-fetch": "^2.6.1",
    "np": "^6.5.0",
    "omit.js": "^2.0.2",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "post-loader": "^2.0.0",
    "postcss": "^7.0.32",
    "prettier": "^2.1.0",
    "prism-react-renderer": "^1.3.3",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-live": "^2.2.2",
    "rimraf": "^3.0.2",
    "scrollama": "^2.2.1",
    "simple-git": "^2.20.1",
    "standard-version": "^9.0.0",
    "stylelint": "^13.7.1",
    "stylelint-config-prettier": "^8.0.2",
    "stylelint-config-standard": "^20.0.0",
    "stylelint-declaration-block-no-ignored-properties": "^2.3.0",
    "through2": "^4.0.2",
    "ts-jest": "^26.4.0",
    "typescript": "~3.9.2",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "url-loader": "^4.1.0",
    "webpack-bundle-analyzer": "^3.8.0",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0",
    "webpack-filter-warnings-plugin": "^1.2.1",
    "webpack-merge": "^5.1.2",
    "webpackbar": "^4.0.0"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "tnpm": {
    "mode": "npm"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "npm run lint:script",
      "prettier .prettierrc.js --write"
    ],
    "*.less": [
      "npm run lint:style"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-customizable"
    }
  },
  "license": "Apache-2.0"
}
