{
  "name": "virtualizedtableforantd-temp",
  "version": "0.7.2",
  "description": "The virtualized table component for ant design, using typescript.",
  "keywords": [
    "antd",
    "virtualized table",
    "react",
    "react virtualized",
    "antd virtualized table",
    "infinity",
    "scroll",
    "virtual",
    "无限滚动表格",
    "虚拟表格",
    "无限滚动",
    "table"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "es",
    "lib"
  ],
  "scripts": {
    "clean": "rimraf lib es",
    "compile": "father build",
    "lint": "eslint src/ --ext .ts,.tsx",
    "build": "npm run lint && npm run compile",
    "prepublishOnly": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wubostc/virtualized-table-for-antd"
  },
  "homepage": "https://github.com/wubostc/virtualized-table-for-antd",
  "author": {
    "name": "wubooo",
    "email": "913721086@qq.com"
  },
  "private": false,
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^16.0.0",
    "@typescript-eslint/eslint-plugin": "^2.10.0",
    "@typescript-eslint/parser": "^2.10.0",
    "cross-env": "^6.0.3",
    "eslint": "^5.10.0",
    "eslint-loader": "^2.1.1",
    "father": "^2.28.0",
    "rimraf": "^2.6.2",
    "typescript": "^3.7.2"
  },
  "dependencies": {
    "antd": "^3.13.6",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  }
}
