{
  "name": "frontend-design-hub",
  "version": "1.0.0",
  "description": "Application which would contain examples with all existing component and usage suggestions, from frontend-react-components library, grouped by components categories, with search, and code samples",
  "url": "https://github.com/theorchard/frontend-design-hub",
  "author": "The Orchard",
  "license": "UNLICENSED",
  "scripts": {
    "clean-deploy": "rm -rf build/*",
    "deploy": "yarn clean-deploy && yarn build && yarn template-html",
    "build": "styleguidist build",
    "template-html": "env NODE_PATH=. node lib/util/create-standalone-index-html",
    "lint": "yarn lint:css && yarn lint:js",
    "lint:css": "stylelint \"src/**/*.scss\"",
    "lint:js": "eslint $npm_package_config_jslintables",
    "lint:fix": "yarn lint:js:fix",
    "lint:js:fix": "eslint --fix $npm_package_config_jslintables",
    "start": "styleguidist server",
    "test": "yarn lint && yarn test:unit",
    "test:unit": "env NODE_ENV=test NODE_PATH=. JEST_JUNIT_OUTPUT=build/junit.xml LOCALE= jest --config=jest.config.json --coverage",
    "test:unit:watch": "yarn test:unit --watch --notify",
    "test:unit:debug": "NODE_PATH=. node --inspect-brk node_modules/.bin/jest --runInBand --config=jest.config.json",
    "watch": "yarn test:unit:watch"
  },
  "config": {
    "jslintables": "src lib webpack.config.base.js webpack.config.dev.js webpack.config.prod.js"
  },
  "devDependencies": {
    "assets-webpack-plugin": "^3.5.1",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.1",
    "babel-jest": "^22.0.4",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "css-loader": "^0.28.7",
    "dotenv": "^2.0.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-15": "^1.0.5",
    "eslint": "^4.8.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "^21.2.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.4.0",
    "express": "^4.14.0",
    "extract-text-webpack-plugin": "^3.0.1",
    "ignore-styles": "^4.0.0",
    "import-glob-loader": "^1.1.0",
    "imports-loader": "^0.6.5",
    "jest": "22",
    "jest-enzyme": "^4.0.1",
    "nock": "^9.0.13",
    "node-sass": "^4.5.3",
    "pug": "^2.0.0-rc.2",
    "react-addons-test-utils": "15.6.2",
    "react-styleguidist": "7.0.14",
    "react-test-renderer": "15.6.2",
    "sass-loader": "^6.0.6",
    "stylelint": "^6.9.0",
    "webpack": "^3.6.0",
    "webpack-dev-middleware": "^1.12.0",
    "webpack-hot-middleware": "^2.10.0"
  },
  "dependencies": {
    "bluebird": "^3.5.0",
    "bootstrap": "^3.3.7",
    "bootstrap-sass": "^3.3.7",
    "copy-to-clipboard": "^3.0.8",
    "enzyme-to-json": "3",
    "es6-error": "^4.0.2",
    "express-http-proxy": "^1.0.4",
    "file-loader": "^1.1.6",
    "frontend-react-components": "git+ssh://git@github.com/theorchard/frontend-react-components.git#v1.4.38",
    "google-fonts-webpack-plugin": "^0.4.4",
    "jest-junit": "^3.4.1",
    "lodash": "^4.17.4",
    "lodash.get": "^4.4.2",
    "moment": "^2.22.2",
    "prop-types": "^15.6.0",
    "raw-loader": "^0.5.1",
    "react": "15.6.2",
    "react-bootstrap": "^0.31.5",
    "react-codemirror2": "^3.0.7",
    "react-css-modules": "^4.7.1",
    "react-dom": "15.6.2",
    "react-redux": "^5.0.5",
    "react-router-dom": "^4.1.2",
    "redux": "^3.7.1",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.2.0",
    "sass-extract": "^2.1.0",
    "sass-extract-loader": "^1.1.0",
    "superagent": "^3.5.2",
    "svg-react-loader": "^0.4.5",
    "url-loader": "^0.6.2"
  },
  "resolutions": {
    "lodash.mergewith": "^4.6.2",
    "lodash-es": "^4.17.14",
    "macaddress": "^0.2.9",
    "mixin-deep": "^1.3.1",
    "handlebars": "^4.0.14",
    "js-yaml": "^3.13.1",
    "constantinople": "^3.1.1",
    "deep-extend": "^0.5.1",
    "merge": "^1.2.1"
  }
}
