{
  "name": "grail-component",
  "version": "1.0.5",
  "description": "Grail's click all javascript component to click every single element in the app and look for errors",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component",
    "clean": "nwb clean-module && nwb clean-demo",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server"
  },
  "dependencies": {
    "aphrodite": "^2.2.0",
    "history": "^4.7.2",
    "react-collapsible": "^2.2.0",
    "react-modal": "^3.4.5",
    "react-redux": "^5.0.7",
    "reactjs-popup": "^1.1.1",
    "redux": "^4.0.0",
    "redux-thunk": "^2.3.0",
    "xhook": "^1.4.9"
  },
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "axios": "^0.18.0",
    "history": "^4.7.2",
    "nwb": "^0.22.0",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "react-router-dom": "^4.3.1",
    "react-router-redux": "^4.0.8",
    "redux-logger": "^3.0.6"
  },
  "author": "Quant Five",
  "homepage": "grailhq.com",
  "license": "BSD 3-Clause",
  "repository": "",
  "keywords": [
    "react-component"
  ]
}
