{
  "name": "@handsontable/react",
  "version": "9.0.2",
  "description": "Best Data Grid for React with Spreadsheet Look and Feel.",
  "author": "Handsoncode <hello@handsoncode.net> (https://handsoncode.net)",
  "homepage": "https://handsontable.com",
  "license": "SEE LICENSE IN LICENSE.txt",
  "main": "./commonjs/react-handsontable.js",
  "module": "./es/react-handsontable.js",
  "jsdelivr": "./dist/react-handsontable.min.js",
  "unpkg": "./dist/react-handsontable.min.js",
  "types": "./index.d.ts",
  "keywords": [
    "handsontable",
    "component",
    "grid",
    "data",
    "table",
    "data table",
    "data grid",
    "spreadsheet",
    "sheet",
    "excel",
    "enterprise",
    "sort",
    "formulas",
    "filter",
    "search",
    "conditional",
    "formatting",
    "csv",
    "react",
    "reactjs",
    "react component",
    "react grid",
    "wrapper"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/handsontable/handsontable.git"
  },
  "bugs": {
    "url": "https://github.com/handsontable/handsontable/issues"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.9.0",
    "@babel/polyfill": "^7.8.7",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-react": "^7.9.4",
    "@babel/preset-typescript": "^7.9.0",
    "@babel/runtime": "^7.9.2",
    "@types/enzyme": "^3.1.15",
    "@types/enzyme-adapter-react-16": "^1.0.3",
    "@types/react": "^16.9.5",
    "@types/react-dom": "^16.9.1",
    "@types/react-redux": "^7.1.7",
    "babel-core": "^7.0.0-bridge.0",
    "cpy-cli": "^3.1.1",
    "cross-env": "^5.2.0",
    "del-cli": "^3.0.1",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "enzyme-to-json": "^3.4.0",
    "handsontable": "^9.0.0",
    "jest": "^25.1.0",
    "prop-types": "^15.7.2",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "react-redux": "^7.1.1",
    "redux": "^4.0.4",
    "rollup": "^2.0.0",
    "rollup-plugin-alias": "^1.5.2",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.0.1",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-typescript2": "^0.22.1",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "3.8.2",
    "uglify-js": "^3.4.9"
  },
  "peerDependencies": {
    "handsontable": ">=9.0.0"
  },
  "scripts": {
    "build": "npm run clean && npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:min",
    "build:commonjs": "cross-env NODE_ENV=cjs rollup -c",
    "build:umd": "cross-env NODE_ENV=umd rollup -c",
    "build:es": "cross-env NODE_ENV=es rollup -c",
    "build:min": "cross-env NODE_ENV=min rollup -c",
    "clean": "del-cli ./es/ && del-cli ./commonjs/ && del-cli ./dist/ && del-cli ./*.d.ts",
    "publish-package": "npm publish",
    "test": "jest",
    "watch:commonjs": "cross-env NODE_ENV=cjs rollup -c --watch",
    "watch:es": "cross-env NODE_ENV=es rollup -c --watch"
  },
  "jest": {
    "testURL": "http://localhost/",
    "setupFiles": [
      "./test/jestsetup.ts"
    ],
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ],
    "transform": {
      "^.+\\.tsx?$": "babel-jest",
      "^.+\\.js$": "babel-jest"
    },
    "testRegex": "(/test/(.*).(test|spec)).(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ],
    "globals": {
      "ts-jest": {
        "tsConfig": "test-tsconfig.json",
        "babelConfig": true
      }
    }
  }
}
