{
  "name": "@ndustrial/nd-react-common",
  "version": "0.10.10",
  "description": "An NPM package of common react components",
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir ./dist; gulp styles; gulp images",
    "coverage": "NODE_ENV=test ./node_modules/.bin/nyc ./node_modules/.bin/mocha -R spec 'test/**/*_spec.js'",
    "lint": "eslint 'src/**/*.js'; gulp scss-lint;",
    "precommit": "pretty-quick --staged",
    "report": "nyc report --reporter=lcov",
    "test": "NODE_ENV=test ./node_modules/.bin/mocha -R spec 'test/**/*_spec.js'",
    "watch": "onchange 'src/**/*.*' -- npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ndustrialio/nd-react-common.git"
  },
  "keywords": [
    "react",
    "components",
    "nsight"
  ],
  "author": "ndustrial.io <dev@ndustrial.io> (ndustrial.io)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ndustrialio/nd-react-common/issues"
  },
  "homepage": "https://github.com/ndustrialio/nd-react-common#readme",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^8.2.1",
    "babel-plugin-istanbul": "^4.1.6",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "chai": "^4.1.2",
    "chai-http": "^3.0.0",
    "classnames": "^2.2.6",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.7.1",
    "eslint": "^3.19.0",
    "eslint-config-ndustrial": "^1.0.4",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-node": "^4.2.2",
    "eslint-plugin-react": "^6.10.3",
    "faker": "^4.1.0",
    "gulp": "^3.9.1",
    "gulp-imagemin": "^3.3.0",
    "gulp-sass": "^4.0.2",
    "gulp-scss-lint": "^0.7.2",
    "gulp-sourcemaps": "^1.9.1",
    "husky": "^0.14.3",
    "ignore-styles": "^5.0.1",
    "jquery": "^3.2.1",
    "jsdom": "^11.0.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^5.0.1",
    "moment": "^2.22.2",
    "nyc": "^10.3.2",
    "onchange": "^4.0.0",
    "prettier": "^1.13.7",
    "pretty-quick": "^1.6.0",
    "prismjs": "^1.15.0",
    "prop-types": "^15.6.2",
    "react": "^16.2.0",
    "react-day-picker": "^7.1.10",
    "react-dom": "^16.2.0",
    "react-router-dom": "^4.1.1",
    "react-simple-code-editor": "^0.8.0",
    "sinon": "^2.3.1",
    "sinon-chai": "^2.14.0"
  },
  "peerDependencies": {
    "moment": "^2.22.2",
    "prismjs": "^1.15.0",
    "prop-types": "^15.6.2",
    "react": "^16.2.0",
    "react-day-picker": "^7.1.10",
    "react-dom": "^16.2.0",
    "react-router-dom": "^4.1.1",
    "react-simple-code-editor": "^0.8.0"
  },
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "lodash.escape": "^4.0.1",
    "lodash.sortby": "^4.7.0",
    "lodash.throttle": "^4.1.1"
  }
}
