{
  "name": "frontend-payee-portal",
  "version": "1.0.0",
  "description": "Payee Portal",
  "private": true,
  "scripts": {
    "clean-deploy": "rm -rf build/*",
    "deploy": "yarn clean-deploy && yarn build && 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": "yarn build && yarn i18n:export && yarn i18n:import",
    "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": "env NODE_PATH=$PWD NODE_ENV=development STANDALONE_MODE=true node lib/dev-server",
    "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"
  },
  "author": "The Orchard",
  "devDependencies": {
    "assets-webpack-plugin": "^3.5.1",
    "autoprefixer": "^7.1.3",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "7.1.1",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "copy-webpack-plugin": "^4.3.1",
    "css-loader": "^2.1.1",
    "dotenv": "^4.0.0",
    "enzyme": "^2.9.1",
    "eslint": "^4.6.1",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jest": "^21.0.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.3.0",
    "express": "4.20.0",
    "extract-text-webpack-plugin": "1.0.1",
    "i18n-util": "git+ssh://git@github.com/theorchard/js-util-poeditor.git",
    "ignore-styles": "^5.0.1",
    "import-glob-loader": "^1.1.0",
    "imports-loader": "^0.7.1",
    "jest": "^23.6.0",
    "json-loader": "^0.5.7",
    "nock": "^9.0.14",
    "node-sass": "^4.14.1",
    "postcss-loader": "^2.0.6",
    "pug": "3.0.3",
    "react-addons-test-utils": "^15.6.0",
    "react-hot-loader": "^4.5.3",
    "react-test-renderer": "^15.6.1",
    "sass-loader": "^6.0.6",
    "style-loader": "^0.18.2",
    "stylelint": "^8.1.0",
    "stylelint-order": "^0.6.0",
    "webpack": "^1.13.1",
    "webpack-dev-middleware": "^1.12.0",
    "webpack-hot-middleware": "^2.18.2"
  },
  "dependencies": {
    "ajv": "6.14.0",
    "ansi-html": "0.0.8",
    "babel-plugin-react-intl": "^2.3.1",
    "bluebird": "^3.5.0",
    "body-parser": "1.20.3",
    "brace-expansion": "1.1.12",
    "classnames": "^2.2.5",
    "cookie": "0.7.0",
    "cookiejar": "2.1.4",
    "debug": "3.2.7",
    "decode-uri-component": "0.2.1",
    "diff": "3.5.1",
    "es6-error": "^4.0.2",
    "express-http-proxy": "^1.0.6",
    "file-loader": "^1.1.5",
    "form-data": "2.5.4",
    "frontend-react-components": "git+ssh://git@github.com/theorchard/frontend-react-components.git#v1.4.47",
    "history": "^4.7.2",
    "intl": "^1.2.5",
    "jest-enzyme": "^3.8.2",
    "js-cookie": "^2.2.0",
    "js-yaml": "3.14.2",
    "json-schema": "0.4.0",
    "json5": "1.0.2",
    "loader-utils": "1.4.2",
    "lodash": "4.17.23",
    "lodash-es": "4.17.23",
    "min-document": "2.19.1",
    "minimatch": "3.0.5",
    "moment": "2.29.4",
    "moment-timezone": "0.5.35",
    "node-fetch": "2.6.7",
    "path-to-regexp": "1.9.0",
    "pathval": "1.1.1",
    "prop-types": "^15.5.10",
    "pug-code-gen": "3.0.3",
    "qs": "6.14.2",
    "query-string": "^5.1.0",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "react-intl": "^2.3.0",
    "react-modal": "^2.4.1",
    "react-redux": "^5.0.6",
    "react-router-dom": "^4.2.2",
    "react-router-redux": "^4.0.8",
    "redux": "^3.7.2",
    "redux-segment": "^1.6.2",
    "redux-thunk": "^2.2.0",
    "scss-tokenizer": "0.4.3",
    "semver": "5.7.2",
    "send": "0.19.0",
    "serve-static": "1.16.0",
    "sha.js": "2.4.12",
    "superagent": "^3.6.0",
    "url-loader": "^0.6.2",
    "word-wrap": "1.2.4",
    "ws": "5.2.4"
  },
  "resolutions": {
    "serialize-javascript": "^3.1.0",
    "node-notifier": "^8.0.1",
    "ini": "^1.3.6",
    "semver": "^5.7.1",
    "node-fetch": "^2.6.7",
    "dot-prop": "^4.2.1",
    "lodash": "^4.17.23",
    "minimist": "^0.2.1",
    "kind-of": "^6.0.3",
    "yargs-parser": "^13.1.2",
    "yargs": "^3.19.0",
    "acorn-jsx": "^5.2.0",
    "acorn": "^6.4.1",
    "espree": "^6.2.1",
    "acorn-globals": "^6.0.0",
    "with": "^6.0.0",
    "nth-check": "^2.0.1",
    "tmpl": "^1.0.5",
    "path-parse": "^1.0.7",
    "tar": "^4.4.18",
    "trim-newlines": "^3.0.1",
    "braces": "^2.3.1",
    "postcss": "^7.0.36",
    "glob-parent": "^5.1.2",
    "merge": "^2.1.1",
    "trim": "^0.0.3",
    "hosted-git-info": "^2.8.9",
    "handlebars": "^4.7.7",
    "ua-parser-js": "^0.7.24",
    "ssri": "^6.0.2",
    "ws": "^5.2.3",
    "y18n": "^4.0.1",
    "ansi-regex": "^5.0.1",
    "pathval": "^1.1.1",
    "moment": "^2.29.4",
    "scss-tokenizer": "^0.4.3",
    "decode-uri-component": "^0.2.1",
    "qs": "^6.14.2",
    "json5": "^1.0.2",
    "ws": "^5.2.4", 
    "path-to-regexp": "^1.9.0",
    "form-data": "^2.5.4", 
    "ajv": "^6.14.0",
    "moment-timezone": "^0.5.35",
    "cookiejar": "^2.1.4", 
    "word-wrap": "^1.2.4",
    "debug": "^3.2.7",
    "brace-expansion": "^1.1.12",
    "min-document": "^2.19.1",
    "diff": "^3.5.1",
    "lodash-es": "^4.17.23"
  }
}
