{
  "name": "react-spreadsheet",
  "version": "0.7.8",
  "description": "Simple, customizable yet performant spreadsheet for React",
  "author": "Iddan Aaronsohn <mail@aniddan.com> (https://aniddan.com)",
  "keywords": [
    "spreadsheet",
    "excel",
    "react",
    "sheet",
    "table"
  ],
  "main": "dist/index.js",
  "module": "dist/es/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "lint-typescript": "eslint .",
    "lint-css": "stylelint '*/**.css'",
    "lint": "run-s lint-typescript lint-css",
    "check-format": "prettier --check .",
    "format": "prettier --write .",
    "test": "jest",
    "build": "rollup -c",
    "prepack": "cross-env NODE_ENV=production yarn build",
    "check-typing": "tsc",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "build-typedoc": "typedoc"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "scheduler": ">=0.19.0"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^1.7.1",
    "@types/array.prototype.flatmap": "^1.2.2",
    "array.prototype.flatmap": "^1.2.5",
    "classnames": "^2.3.1",
    "hot-formula-parser": "^4.0.0",
    "use-context-selector": "^1.3.7"
  },
  "devDependencies": {
    "@babel/core": "^7.16.5",
    "@storybook/addon-actions": "6.4.15",
    "@storybook/addon-console": "^1.2.3",
    "@storybook/addon-essentials": "6.4.15",
    "@storybook/addon-links": "6.4.15",
    "@storybook/builder-webpack5": "6.4.15",
    "@storybook/manager-webpack5": "6.4.15",
    "@storybook/react": "6.4.15",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@types/jest": "^27.0.1",
    "@types/node": "^16.7.10",
    "@types/react": "^16.14.0",
    "@types/react-select": "^3.0.26",
    "@typescript-eslint/eslint-plugin": "^4.29.2",
    "@typescript-eslint/parser": "^4.29.2",
    "babel-eslint": "^10.0.0",
    "babel-loader": "^8.2.3",
    "cross-env": "^5.1.4",
    "eslint": "^7.19.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.3",
    "eslint-plugin-react-hooks": "^4.0.8",
    "eslint-plugin-tsdoc": "^0.2.14",
    "gh-pages": "^2.0.1",
    "jest": "^27.1.0",
    "jest-transform-css": "^3.0.0",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.3.6",
    "prettier": "^2.3.2",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-select": "^4.0.2",
    "rollup": "^2.56.2",
    "rollup-plugin-dts": "^4.0.0",
    "rollup-plugin-postcss": "^4.0.1",
    "rollup-plugin-typescript2": "^0.30.0",
    "scheduler": "^0.20.0",
    "stylelint": "^13.13.1",
    "stylelint-config-standard": "^22.0.0",
    "ts-jest": "^27.0.5",
    "tslib": "^2.3.1",
    "typedoc": "^0.21.6",
    "typedoc-plugin-rename-defaults": "^0.3.0",
    "typescript": "^4.3.5",
    "webpack": "^5.65.0"
  },
  "jest": {
    "preset": "ts-jest",
    "testPathIgnorePatterns": [
      "dist"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/src/jest-setup.ts"
    ],
    "transform": {
      "^.+\\.css$": "jest-transform-css"
    }
  },
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "extends": [
      "react-app",
      "plugin:@typescript-eslint/eslint-recommended",
      "plugin:@typescript-eslint/recommended",
      "plugin:import/errors",
      "plugin:import/warnings",
      "plugin:import/typescript"
    ],
    "rules": {
      "@typescript-eslint/ban-ts-comment": "off",
      "@typescript-eslint/ban-types": "off",
      "@typescript-eslint/no-empty-function": "off",
      "@typescript-eslint/no-explicit-any": "off",
      "tsdoc/syntax": "error"
    },
    "plugins": [
      "eslint-plugin-tsdoc"
    ],
    "overrides": [
      {
        "files": [
          "*.test.ts",
          "*.test.tsx"
        ],
        "rules": {
          "tsdoc/syntax": "off"
        }
      }
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iddan/react-spreadsheet.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iddan/react-spreadsheet/issues"
  },
  "homepage": "https://github.com/iddan/react-spreadsheet#readme"
}
