{
  "name": "frontend-{{cookiecutter.repo_name}}",
  "version": "1.0.0",
  "description": "{{cookiecutter.description}}",
  "url": "https://github.com/theorchard/frontend-{{cookiecutter.repo_name}}",
  "author": "The Orchard",
  "license": "UNLICENSED",
  "scripts": {
    "clean-deploy": "rm -rf build/*",
    "deploy": "yarn clean-deploy && yarn i18n:import && yarn build && yarn i18n:export && yarn template-html",
    "build": "node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config=webpack.config.prod.js",
    "template-html": "env NODE_PATH=. node lib/util/create-standalone-index-html",
    "i18n:export": "i18n-util export --project $POEDITOR_PROJECT_ID",
    "i18n:import": "i18n-util import --project $POEDITOR_PROJECT_ID",
    "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": "node lib/dev-server",
    "start:{{cookiecutter.webpack_entry_name}}": "yarn start {{cookiecutter.webpack_entry_name}}",
    "test": "yarn lint && yarn test:unit --coverage --verbose",
    "test:unit": "env LOCALE= jest --config=jest.config.json",
    "test:unit:watch": "yarn test:unit --watch",
    "watch": "yarn test:unit:watch"
  },
  "config": {
    "jslintables": "src lib webpack.config.base.js webpack.config.dev.js webpack.config.prod.js"
  },
  "devDependencies": {
    "@babel/core": "^7.5.0",
    "@babel/plugin-proposal-class-properties": "^7.5.0",
    "@babel/plugin-proposal-export-default-from": "^7.5.2",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-modules-commonjs": "^7.5.0",
    "@babel/polyfill": "^7.4.4",
    "@babel/preset-env": "^7.5.2",
    "@babel/preset-react": "^7.0.0",
    "@babel/register": "^7.4.4",
    "assets-webpack-plugin": "^4.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.4.2",
    "babel-loader": "^8.0.6",
    "babel-plugin-react-intl": "^3.0.1",
    "css-loader": "^0.23.1",
    "dotenv": "^8.0.0",
    "enzyme": "^3.10.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jest": "^21.27.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.14.2",
    "express": "^4.17.1",
    "express-http-proxy": "^1.5.0",
    "i18n-util": "git+ssh://git@github.com/theorchard/js-util-poeditor.git#v1.0.5",
    "ignore-styles": "^5.0.1",
    "import-glob-loader": "^1.1.0",
    "imports-loader": "^0.8.0",
    "jest": "^24.8.0",
    "jest-enzyme": "^7.0.2",
    "mini-css-extract-plugin": "0.6.0",
    "nock": "^10.0.6",
    "node-sass": "^4.12.0",
    "pug": "^2.0.4",
    "sass-loader": "^7.1.0",
    "stylelint": "^10.1.0",
    "stylelint-order": "^3.0.0",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.3.6",
    "webpack-dev-middleware": "^2.0.6",
    "webpack-hot-middleware": "^2.25.0"
  },
  "dependencies": {
    "es6-error": "^4.1.1",
    "frontend-react-components": "git+ssh://git@github.com/theorchard/frontend-react-components.git#v2.0.40",
    "intl": "^1.2.5",
    "js-grass-tokenmanager": "git+ssh://git@github.com/theorchard/js-grass-tokenmanager.git#v0.4.2",
    "lodash": "^4.17.11",
    "prop-types": "^15.7.2",
    "react": "^16.8.6",
    "react-addons-shallow-compare": "^15.6.2",
    "react-dom": "^16.8.6",
    "react-intl": "^2.9.0",
    "react-redux": "^7.1.0",
    "react-router-dom": "^5.0.1",
    "react-tether": "^2.0.3",
    "redux": "^4.0.1",
    "redux-thunk": "^2.3.0",
    "superagent": "^5.1.0"
  }
}
