{
  "name": "frontend-salessheets",
  "version": "1.0.0",
  "description": "Frontend component for bulk sales sheets generation page in OA",
  "author": "The Orchard",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=24.0.0"
  },
  "scripts": {
    "build": "env NODE_ENV=production NODE_PATH=. i18n-util run webpack",
    "clean-deploy": "rm -rf build/*",
    "deploy": "yarn clean-deploy && i18n-util run yarn bundle && yarn template-html",
    "i18n": "yarn deploy && 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": "npm-run-all --parallel lint:css 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",
    "template-html": "env NODE_PATH=. node lib/build/template-index-page",
    "test": "npm-run-all --parallel lint test:unit",
    "test:unit": "jest --config=jest.config.js",
    "test:unit:snapshots": "jest --config=jest.config.js --updateSnapshot",
    "test:unit:watch": "yarn test:unit -- --single-run=false",
    "watch": "yarn test:unit:watch"
  },
  "config": {
    "jslintables": "src lib webpack.config.js jest.config.js"
  },
  "resolutions": {
    "cheerio": "1.0.0-rc.2",
    "cipher-base": "1.0.5",
    "elliptic": "6.6.1",
    "pbkdf2": "3.1.3",
    "sha.js": "2.4.12",
    "@babel/plugin-transform-modules-systemjs": "7.29.4",
    "@babel/helpers": "7.26.10",
    "@babel/runtime": "7.26.10",
    "braces": "3.0.3",
    "brace-expansion": "1.1.13",
    "minimatch": "3.1.4",
    "picomatch": "2.3.2",
    "lodash": "4.18.1",
    "lodash-es": "4.18.1",
    "qs": "6.15.2",
    "path-to-regexp": "0.1.13",
    "trim-newlines": "3.0.1",
    "shelljs": "0.8.5",
    "node-notifier": "8.0.1",
    "nth-check": "2.0.1",
    "cross-spawn": "6.0.6",
    "loader-utils": "2.0.4",
    "webpack/json5": "1.0.2",
    "micromatch": "4.0.8",
    "mem": "4.0.0",
    "yargs-parser": "13.1.2",
    "node-fetch": "2.6.7",
    "tough-cookie": "4.1.3",
    "form-data": "2.5.6",
    "shell-quote": "1.8.4",
    "bn.js": "4.12.3",
    "browserify-rsa/bn.js": "5.2.3",
    "browserify-sign/bn.js": "5.2.3",
    "node-notifier/uuid": "14.0.0",
    "acorn": "5.7.4",
    "js-yaml": "4.2.0",
    "postcss": "8.5.10",
    "table": "6.9.0",
    "extract-text-webpack-plugin/schema-utils": "1.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-export-default-from": "^7.10.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-modules-commonjs": "^7.10.4",
    "@babel/polyfill": "7.4.0",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.25.9",
    "@babel/register": "^7.10.5",
    "@orchard/i18n-util": "1.0.6",
    "babel-eslint": "^8.2.6",
    "babel-jest": "^24.5.0",
    "babel-loader": "^8.0.5",
    "cheerio": "1.0.0-rc.2",
    "postcss-scss": "^4.0.9",
    "css-loader": "^3.2.0",
    "dotenv": "^2.0.0",
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "eslint": "^2.8.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.10.2",
    "eslint-plugin-jest": "22.6.4",
    "eslint-plugin-jsx-a11y": "^1.5.5",
    "eslint-plugin-react": "^5.2.2",
    "express": "^4.14.0",
    "express-http-proxy": "^0.9.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "glob": "^7.2.3",
    "ignore-styles": "^4.0.0",
    "imports-loader": "^0.6.5",
    "jest": "^24.5.0",
    "jest-environment-jsdom": "^24.5.0",
    "jest-enzyme": "^7.0.2",
    "loader-utils": "^2.0.4",
    "lodash.assign": "^4.0.9",
    "prettier": "^3.3.3",
    "pug": "^3.0.3",
    "react-shallow-testutils": "^2.0.0",
    "render-shallow": "^1.0.2",
    "sass-loader": "^7.3.1",
    "style-loader": "^0.13.1",
    "stylelint": "^16.10.0",
    "webpack": "^3.12.0",
    "webpack-dev-middleware": "^5.3.4",
    "webpack-hot-middleware": "^2.24.3",
    "yarn-run-all": "^3.1.1"
  },
  "dependencies": {
    "@orchard/js-grass-tokenmanager": "^0.5.0",
    "babel-plugin-react-intl": "^2.1.3",
    "bluebird": "~3.5.4",
    "classnames": "^2.2.5",
    "common-tags": "^1.5.1",
    "intl": "^1.2.4",
    "lodash.camelcase": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-3.0.1.tgz",
    "lodash.find": "^4.6.0",
    "lodash.get": "^4.4.2",
    "lodash.isarray": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
    "lodash.isempty": "^4.4.0",
    "lodash.isobject": "^3.0.2",
    "lodash.isplainobject": "^4.0.6",
    "lodash.omit": "^4.5.0",
    "lodash.reduce": "^4.6.0",
    "lodash.snakecase": "^4.1.1",
    "moment": "^2.17.0",
    "prop-types": "^15.6.2",
    "react": "16.12.0",
    "react-dom": "16.12.0",
    "react-intl": "^2.1.3",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2",
    "redux-logger": "^2.6.1",
    "redux-thunk": "^2.1.0",
    "sass": "1.34.1",
    "superagent": "^3.7.0",
    "superagent-bluebird-promise": "^3.0.2",
    "sync-request": "^4.1.0"
  }
}