{
  "name": "frontend-distribution",
  "description": "UI for managing projects and products.",
  "engines": {
    "node": "24"
  },
  "version": "1.0.0",
  "author": "The Orchard",
  "private": true,
  "scripts": {
    "upcs": "env NODE_PATH=. node scripts/upcs.js",
    "upc": "env NODE_PATH=. node scripts/upcs.js 1 | pbcopy",
    "clean": "rm -rf build/*",
    "build": "yarn clean && yarn build:assets && yarn template-html",
    "build:assets": "env NODE_ENV=production NODE_OPTIONS=\"--max-old-space-size=4096\" NODE_PATH=. webpack",
    "template-html": "env NODE_PATH=. node lib/build/template-index-page",
    "lint": "npm-run-all --parallel lint:css lint:js",
    "lint:css": "stylelint \"src/**/*.scss\"",
    "lint:js": "eslint --max-warnings=0 --ext .js,.ts,.tsx,.jsx src lib examples webpack.config.js",
    "lint:fix": "yarn lint:js:fix",
    "lint:js:fix": "eslint --max-warnings=0 --fix --ext .js,.ts,.tsx,.jsx src lib examples webpack.config.js",
    "start": "env NODE_PATH=. NODE_ENV=development NODE_OPTIONS=--openssl-legacy-provider node lib/dev-server",
    "test": "yarn lint && yarn test:unit",
    "test:unit": "env NODE_ENV=test NODE_PATH=. JEST_JUNIT_OUTPUT=build/junit.xml LOCALE= jest --config=jest.config.js",
    "test:unit:clear-cache": "jest --clearCache",
    "test:unit:debug": "NODE_PATH=. node --inspect-brk node_modules/.bin/jest --runInBand --config=jest.config.js",
    "test:unit:coverage": "env NODE_ENV=test NODE_PATH=. NODE_OPTIONS=\"--max-old-space-size=4096\" JEST_JUNIT_OUTPUT=build/junit.xml LOCALE= jest --config=jest.config.js --coverage",
    "test:unit:watch": "yarn test:unit --watch --notify",
    "watch": "yarn test:unit:watch"
  },
  "resolutions": {
    "cheerio": "1.0.0-rc.3",
    "nth-check": "^2.1.1",
    "ua-parser-js": "^0.7.33",
    "node-fetch": "^2.6.7",
    "kind-of": "^6.0.3",
    "d3-color": "^3.1.0",
    "immutable": "^3.8.3",
    "serialize-javascript": "^7.0.5",
    "uuid": "14.0.0",
    "@babel/runtime": "^7.29.7",
    "lodash": "^4.18.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-export-default-from": "^7.25.9",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
    "@babel/plugin-transform-modules-commonjs": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.25.9",
    "@babel/register": "^7.26.0",
    "@orchard/i18n-util": "1.0.6",
    "@types/react": "^16.14.60",
    "assets-webpack-plugin": "^7.1.1",
    "babel-jest": "^30.2.0",
    "babel-loader": "^9.2.1",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-react-intl": "^3.5.1",
    "cookie-parser": "^1.4.7",
    "css-loader": "^7.1.2",
    "css-minimizer-webpack-plugin": "^5.0.1",
    "dotenv": "^2.0.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "enzyme-to-json": "^3.3.5",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "express": "^4.18.2",
    "express-http-proxy": "^1.5.1",
    "glob-import-loader": "^1.2.0",
    "html-webpack-plugin": "^5.6.0",
    "ignore-styles": "^5.0.1",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-junit": "^16.0.0",
    "jest-react-hooks-shallow": "^1.5.1",
    "mini-css-extract-plugin": "^2.9.2",
    "npm-run-all2": "^8.0.4",
    "postcss": "^8.4.29",
    "postcss-scss": "^4.0.9",
    "pug": "^3.0.3",
    "react-dnd-test-backend": "^2.5.4",
    "react-test-renderer": "^16.8.6",
    "sass-loader": "^15.0.0",
    "stylelint": "15.11.0",
    "stylelint-scss": "^6.12.1",
    "terser-webpack-plugin": "^5.3.10",
    "typescript": "^5.7.2",
    "webpack": "^5.99.8",
    "webpack-build-notifier": "^3.0.0",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-cli": "^6.0.1",
    "webpack-dev-middleware": "^7.4.2",
    "webpack-hot-middleware": "^2.25.0"
  },
  "dependencies": {
    "@babel/polyfill": "^7.4.0",
    "@orchard/frontend-react-components-v2": "npm:@orchard/frontend-react-components@2.0.40",
    "@orchard/frontend-react-components-v3": "npm:@orchard/frontend-react-components@3.3.24",
    "@orchard/js-grass-tokenmanager": "^0.5.0",
    "@theorchard/eslint-config-react-ts-prettier": "2.3.1",
    "@theorchard/stylelint-config-prettier": "^1.1.2",
    "apollo-cache": "^1.3.5",
    "apollo-cache-inmemory": "^1.6.2",
    "apollo-client": "^2.6.3",
    "apollo-link": "^1.2.12",
    "apollo-link-http": "^1.5.15",
    "apollo-utilities": "^1.3.4",
    "barcoder": "^2.0.1",
    "buffer": "^6.0.3",
    "classnames": "^2.2.5",
    "common-tags": "^1.3.1",
    "es6-error": "^3.0.1",
    "graphql": "^14.4.2",
    "graphql-tag": "^2.10.1",
    "he": "^1.1.1",
    "history": "^3.3.0",
    "i18n-iso-countries": "^6.0.0",
    "intl": "^1.2.5",
    "javascript-natural-sort": "^0.7.1",
    "jsonschema": "^1.1.0",
    "lodash": "^4.18.0",
    "moment": "^2.24.0",
    "moment-duration-format": "^1.3.0",
    "moment-timezone": "^0.5.40",
    "omit-deep-lodash": "^1.1.7",
    "process": "^0.11.10",
    "prop-types": "^15.7.2",
    "react": "16.8.6",
    "react-apollo": "^3.0.0",
    "react-click-outside": "^3.0.1",
    "react-dnd": "^2.5.4",
    "react-dnd-html5-backend": "^2.2.3",
    "react-dom": "16.8.6",
    "react-dropzone": "^4.2.3",
    "react-input-mask": "^0.8.0",
    "react-intl": "^2.1.3",
    "react-loadable": "^5.5.0",
    "react-modal": "^3.8.1",
    "react-quill": "^1.1.0",
    "react-redux": "^4.4.5",
    "react-router": "^3.2.1",
    "react-router-dom-next": "npm:react-router-dom@^4.1.2",
    "react-router-redux": "^4.0.6",
    "react-scroll": "^1.7.4",
    "react-select": "^5.8.3",
    "react-windowed-select": "^2.0.0",
    "redux": "^3.5.2",
    "redux-segment": "^1.4.2",
    "redux-thunk": "^2.0.1",
    "reselect": "^2.5.1",
    "sass": "1.34.1",
    "superagent": "^10.2.3",
    "unfetch": "^4.1.0"
  }
}
