{
  "name": "ows-film-transparency-frontend",
  "version": "1.0.0",
  "description": "A react based frontend for the film transparency product",
  "main": "index.js",
  "scripts": {
    "start": "./node_modules/.bin/run-p start:web start:api",
    "start:web": "./node_modules/.bin/webpack-dev-server --inline --hot --content-base public --port 3000",
    "start:api": "./node_modules/.bin/babel-node ./apiMockServer",
    "build": "NODE_ENV=production ./node_modules/.bin/webpack --optimize-minimize",
    "build:demo": "USE_LOCAL_DATA=true npm run build",
    "test:unit": "./node_modules/.bin/mocha --opts ./mocha.opts $(find . -name '*.spec.js' ! -ipath '*node_modules*')",
    "lint": "npm run lint:js",
    "lint:js": "./node_modules/.bin/eslint $npm_package_config_jslintables",
    "lint:fix": "npm run lint:js:fix",
    "lint:js:fix": "./node_modules/.bin/eslint --fix $npm_package_config_jslintables"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/theorchard/ows-film-transparency.git"
  },
  "bugs": {
    "url": "https://github.com/theorchard/ows-film-transparency/issues"
  },
  "homepage": "https://github.com/theorchard/ows-film-transparency",
  "private": true,
  "config": {
    "jslintables": "containers components services index.js webpack.config.js testData.js setupTests.js"
  },
  "dependencies": {
    "accounting": "^0.4.1",
    "babel": "^6.5.2",
    "babel-cli": "^6.11.4",
    "babel-eslint": "^7.1.0",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-react": "^6.11.1",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "chai-enzyme": "^0.5.0",
    "classnames": "^2.2.5",
    "css-loader": "^0.28.7",
    "d3": "^4.10.2",
    "dirty-chai": "^1.2.2",
    "dotenv": "^2.0.0",
    "enzyme": "^2.4.1",
    "eslint": "^4.18.2",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-import": "^1.16.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-mocha": "^4.7.0",
    "eslint-plugin-react": "^6.5.0",
    "extract-text-webpack-plugin": "^3.0.0",
    "frontend-react-components": "git+ssh://git@github.com:theorchard/frontend-react-components.git#v1.4.28",
    "koa-router": "^7.4.0",
    "lodash.find": "^4.6.0",
    "lodash.get": "^4.4.2",
    "lodash.groupby": "^4.6.0",
    "lodash.includes": "^4.3.0",
    "lodash.isempty": "^4.4.0",
    "lodash.sortby": "^4.7.0",
    "mocha": "^2.5.3",
    "moment": "^2.19.3",
    "node-sass": "^3.8.0",
    "react": "15.3.2",
    "react-addons-test-utils": "15.3.2",
    "react-bootstrap": "0.31.0",
    "react-date-picker": "^5.3.28",
    "react-dom": "15.3.2",
    "react-shallow-testutils": "2.0.0",
    "sass-loader": "^6.0.6",
    "sinon": "^1.17.5",
    "sinon-chai": "^2.8.0",
    "style-loader": "^0.18.2",
    "superagent": "^1.8.4",
    "superagent-nock": "^0.4.0",
    "webpack": "3",
    "webpack-dev-server": "^3.1.11",
    "yargs": "^7.1.0"
  },
  "devDependencies": {
    "kcors": "^2.2.1",
    "koa": "^2.3.0",
    "npm-run-all": "^4.1.1"
  }
}
