{
  "name": "inferno-window",
  "version": "2.0.0",
  "description": "Inferno components for efficiently rendering large, scrollable lists and tabular data. NOTE: this is a port from the origin project written in react by @bvaughn",
  "author": "Rasmus Josefsson <rajjejosefsson@gmail.com> (https://github.com/rajjejosefsson/)",
  "license": "MIT",
  "homepage": "http://react-window.now.sh/",
  "repository": {
    "type": "git",
    "url": "https://github.com/rajjejosefsson/inferno-window.git"
  },
  "bugs": {
    "url": "https://github.com/rajjejosefsson/inferno-window/issues"
  },
  "engines": {
    "node": ">8.0.0"
  },
  "keywords": [
    "inferno",
    "infernojs",
    "virtual",
    "window",
    "windowed",
    "list",
    "scrolling",
    "infinite",
    "virtualized",
    "table",
    "grid",
    "spreadsheet"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "files": [
    "dist",
    "src/*.js"
  ],
  "scripts": {
    "flow": "flow check --max-warnings=0 src && flow check website",
    "precommit": "lint-staged",
    "prettier": "prettier --write '**/*.{js,json,css}'",
    "build": "rimraf dist && rollup -c",
    "start": "rollup -c -w",
    "prepare": "npm run build"
  },
  "lint-staged": {
    "{src}/**/*.{js,json,css}": [
      "prettier --write",
      "git add"
    ],
    "**/*.js": "eslint --max-warnings 0"
  },
  "dependencies": {
    "@babel/runtime": "^7.3.4",
    "memoize-one": ">=3.1.1 <6",
    "inferno": "^7.1.11",
    "inferno-create-element": "^7.1.11"
  },
  "peerDependencies": {
    "inferno": ">=4",
    "memoize-one": ">=3.1.1 <6",
    "inferno-create-element": ">=4"
  },
  "devDependencies": {
    "@babel/core": "7.3.4",
    "@babel/plugin-proposal-class-properties": "7.3.4",
    "@babel/plugin-transform-runtime": "7.3.4",
    "@babel/preset-env": "7.3.4",
    "@babel/preset-flow": "7.0.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-plugin-annotate-pure-calls": "0.3.0",
    "flow-bin": "0.80.0",
    "lint-staged": "7.1.3",
    "rimraf": "2.6.3",
    "prettier": "1.16.4",
    "rollup": "1.6.0",
    "rollup-plugin-babel": "4.3.2",
    "rollup-plugin-commonjs": "9.2.1",
    "rollup-plugin-node-resolve": "4.0.1"
  }
}
