{
  "name": "antd-table-infinity",
  "version": "1.1.6",
  "scripts": {
    "storybook": "start-storybook -p 9001 -c .storybook",
    "start": "umi dev",
    "clean": "rimraf umd lib es",
    "build:cjs": "better-npm-run build-cjs",
    "build:es": "better-npm-run build-es",
    "build:umd": "better-npm-run build-umd",
    "build": "yarn clean && yarn build:cjs && yarn build:es && yarn build:umi && yarn build:less",
    "build:less": "lessc src/components/Table/index.less ./index.css",
    "build:umi": "rimraf dist & DEBUG=umi:* HTML=none umi build",
    "lint": "eslint ./**/*.jsx  --ext .jsx --ext .js --fix",
    "prepublishOnly": "npm version patch && yarn build"
  },
  "betterScripts": {
    "build-cjs": {
      "command": "babel src/components/Table --out-dir lib",
      "env": {
        "BABEL_ENV": "cjs"
      }
    },
    "build-es": {
      "command": "babel src/components/Table --out-dir es",
      "env": {
        "BABEL_ENV": "es"
      }
    },
    "build-umd": {
      "command": "babel src/components/Table --out-dir umd",
      "env": {
        "BABEL_ENV": "umd"
      }
    }
  },
  "main": "lib/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "files": [
    "dist",
    "lib",
    "es",
    "index.css",
    "src"
  ],
  "keywords": [
    "antd",
    "table",
    "infinity",
    "virtual",
    "scroll",
    "loading",
    "虚拟表格滚动",
    "表格无限滚动加载"
  ],
  "contributors": [
    "keruyun.com"
  ],
  "author": "seaeye777@qq.com",
  "bugs": {
    "url": "https://github.com/Leonard-Li777/antd-table-infinity/issues"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/Leonard-Li777/antd-table-infinity.git"
  },
  "license": "MIT",
  "description": "An infinite scroll component based on antd table that supports virtual scrolling & high-performance form http://keruyun.com/",
  "publishConfig": {
    "registry": "http://registry.npmjs.org",
    "access": "public"
  },
  "peerDependencies": {
    "react": ">=16.4.0",
    "react-dom": ">=16.4.0"
  },
  "dependencies": {
    "intersection-observer": "^0.5.1",
    "lodash.throttle": "^4.1.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@storybook/react": "^3.4.10",
    "babel-core": "^6.26.3",
    "better-npm-run": "^0.1.1",
    "lodash": "^4.17.11",
    "rimraf": "^2.6.2",
    "storybook-readme": "^3.3.0",
    "umi": "^2.2.6",
    "umi-plugin-react": "^1.2.3"
  },
  "engines": {
    "node": ">=8.11.2"
  }
}
