{
  "name": "react-data-table-component-extensions",
  "version": "1.6.0",
  "description": "Export table data as a CSV or Excel file, filter and print the data.",
  "main": "dist/index.js",
  "scripts": {
    "start": "npm run storybook",
    "test": "npm run lint && jest",
    "build": "npm run lint && babel src --out-dir dist --copy-files",
    "build:minify": "npm run lint && babel --minified src --out-dir dist --copy-files",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "lint": "npm run lint:css && npm run lint:js",
    "lint:css": "stylelint ./src/**/*.css",
    "lint:js": "eslint ./src/**/*.js"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "node_modules/",
      "src/__tests__/ignore",
      "dist/__tests__"
    ],
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/file.mock.js",
      "\\.(css|less)$": "<rootDir>/__mocks__/style.mock.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/barisates/react-data-table-component-extensions.git"
  },
  "keywords": [
    "react",
    "reactjs",
    "react-component",
    "datatable",
    "extensions"
  ],
  "author": {
    "name": "Barış Ateş",
    "email": "info@barisates.com",
    "url": "http://barisates.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/barisates/react-data-table-component-extensions/issues"
  },
  "homepage": "https://github.com/barisates/react-data-table-component-extensions#readme",
  "devDependencies": {
    "@babel/cli": "^7.6.0",
    "@babel/core": "^7.6.0",
    "@babel/preset-env": "^7.6.0",
    "@babel/preset-react": "^7.0.0",
    "@storybook/addon-actions": "^5.2.1",
    "@storybook/addon-console": "^1.2.1",
    "@storybook/addon-links": "^5.2.1",
    "@storybook/addons": "^5.2.1",
    "@storybook/react": "^5.2.1",
    "babel-loader": "^8.0.6",
    "react-data-table-component": "^3.5.1",
    "styled-components": "^4.3.2",
    "eslint": "^6.2.2",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-react-app": "^5.0.1",
    "eslint-plugin-flowtype": "^4.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-jest": "^22.15.2",
    "eslint-plugin-react": "^7.14.3",
    "prop-types": "^15.7.2",
    "react-dom": "latest",
    "stylelint": "^10.1.0",
    "stylelint-config-standard": "^18.3.0",
    "babel-eslint": "^10.0.3",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "jest": "^24.9.0"
  },
  "dependencies": {
    "react": "^16.9.0"
  }
}
