{
  "name": "frontend-conflict-manager",
  "version": "1.0.0",
  "description": "Conflict Manager",
  "private": true,
  "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": "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:update": "env LOCALE= jest --config=jest.config.json --updateSnapshot",
    "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": "^7.2.3",
    "babel-jest": "^21.0.0",
    "babel-loader": "6.2.4",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "css-loader": "^0.28.7",
    "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.15.4",
    "extract-text-webpack-plugin": "1.0.1",
    "i18n-util": "git+ssh://git@github.com/theorchard/js-util-poeditor.git#v1.0.6",
    "ignore-styles": "^5.0.1",
    "import-glob-loader": "^1.1.0",
    "imports-loader": "^0.7.1",
    "jest": "^21.0.1",
    "jest-localstorage-mock": "^2.0.1",
    "nock": "^9.0.14",
    "node-sass": "^6.0.0",
    "postcss-loader": "^2.0.6",
    "pug": "^2.0.0-rc.3",
    "react-addons-test-utils": "^15.6.0",
    "react-hot-loader": "^4.5.3",
    "react-router-test-context": "^0.1.0",
    "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",
    "url-loader": "^0.6.2",
    "webpack": "1.13.1",
    "webpack-dev-middleware": "^1.12.0",
    "webpack-hot-middleware": "^2.18.2"
  },
  "dependencies": {
    "babel-plugin-react-intl": "^2.3.1",
    "bluebird": "^3.5.0",
    "classnames": "^2.2.5",
    "es6-error": "^4.0.2",
    "express-http-proxy": "^1.0.6",
    "frontend-react-components": "git+ssh://git@github.com/theorchard/frontend-react-components.git#v1.4.50",
    "imurmurhash": "^0.1.4",
    "intl": "^1.2.5",
    "jest-enzyme": "^3.8.2",
    "js-grass-tokenmanager": "git+ssh://git@github.com/theorchard/js-grass-tokenmanager.git#v0.5.0",
    "lodash": "^4.17.4",
    "moment": "^2.19.1",
    "prop-types": "^15.5.10",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "react-intl": "^2.3.0",
    "react-modal": "^2.3.2",
    "react-redux": "^5.0.6",
    "react-router-dom": "^4.2.2",
    "redux": "^3.7.2",
    "redux-thunk": "^2.2.0",
    "superagent": "^3.6.0"
  }
}
