{
  "name": "frontend-subaccounts",
  "version": "1.0.0",
  "description": "UI for managing subaccounts",
  "url": "https://github.com/theorchard/frontend-subaccounts",
  "author": "The Orchard",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=14.17.0"
  },
  "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:subaccounts": "yarn start subaccounts",
    "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": {
    "assets-webpack-plugin": "^3.5.1",
    "babel-core": "^6.10.4",
    "babel-eslint": "^8.0.1",
    "babel-jest": "^20.0.3",
    "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": "^2.1.1",
    "dotenv": "^2.0.0",
    "enzyme": "^3.6.0",
    "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",
    "i18n-util": "git+ssh://git@github.com/theorchard/js-util-poeditor.git",
    "ignore-styles": "^4.0.0",
    "import-glob-loader": "^1.1.0",
    "imports-loader": "^0.6.5",
    "jest": "^23.6.0",
    "jest-enzyme": "^6.1.2",
    "nock": "^9.0.13",
    "node-sass": "^6.0.0",
    "pug": "^2.0.3",
    "react-addons-test-utils": "^15.6.2",
    "react-test-renderer": "16.5",
    "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": {
    "babel-plugin-react-intl": "^2.3.1",
    "bluebird": "^3.5.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "es6-error": "^4.0.2",
    "express-http-proxy": "^1.0.4",
    "frontend-react-components": "git+ssh://git@github.com/theorchard/frontend-react-components.git#v1.4.50",
    "intl": "^1.2.4",
    "jquery": "^3.4.0",
    "js-grass-tokenmanager": "git+ssh://git@github.com/theorchard/js-grass-tokenmanager.git#v0.5.0",
    "lodash": "^4.17.15",
    "minimatch": "^3.0.2",
    "prop-types": "^15.6.2",
    "react": "16.5",
    "react-dom": "16.5",
    "react-intl": "^2.3.0",
    "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",
    "superagent": "^3.5.2"
  },
  "resolutions": {
    "growl": "^1.10.0",
    "jquery": "^3.4.0",
    "minimatch": "^3.0.2"
  }
}
