{
  "name": "frontend-pricing",
  "version": "1.0.0",
  "description": "Frontend components for pricing pages in OA",
  "engines": {
    "node": "24"
  },
  "scripts": {
    "bundle": "env NODE_ENV=production NODE_PATH=. webpack",
    "clean-build": "rm -rf build/*",
    "build": "npm run clean-build && npm run bundle && npm run template-html",
    "lint": "yarn lint:css && yarn lint:js",
    "lint:css": "stylelint 'src/**/*.scss'",
    "lint:js": "eslint src lib webpack.config.js",
    "lint:fix": "npm run lint:js:fix",
    "lint:js:fix": "eslint --fix src lib webpack.config.js",
    "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": "yarn lint && yarn test:unit",
    "test:unit": "jest --config=jest.config.js",
    "test:unit:watch": "npm run test:unit -- --single-run=false",
    "watch": "npm run test:unit:watch"
  },
  "config": {
    "jslintables": "src lib webpack.config.js jest.config.js"
  },
  "author": "The Orchard",
  "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",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^10.4.8",
    "babel-eslint": "^8.2.6",
    "babel-jest": "^29.7.0",
    "babel-loader": "^8.0.5",
    "css-loader": "^7.1.2",
    "dotenv": "^2.0.0",
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "eslint": "^5.9.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.10.2",
    "eslint-plugin-jsx-a11y": "^1.5.5",
    "eslint-plugin-mocha": "^4.0.0",
    "eslint-plugin-react": "^5.2.2",
    "express": "^4.21.2",
    "express-http-proxy": "^0.11.0",
    "html-webpack-plugin": "^5.6.3",
    "ignore-styles": "^4.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-enzyme": "^7.0.2",
    "lodash.assign": "^4.0.9",
    "mini-css-extract-plugin": "^2.9.2",
    "postcss": "^8.5.10",
    "prop-types": "^15.6.2",
    "pug": "^3.0.3",
    "react-addons-test-utils": "^15.2.0",
    "sass": "1.34.1",
    "sass-loader": "^15.0.0",
    "skin-deep": "^1.0.0-alpha2",
    "style-loader": "^0.13.1",
    "postcss-scss": "^4.0.0",
    "stylelint": "^15.10.1",
    "webpack": "^5.98.0",
    "webpack-cli": "^6.0.1",
    "webpack-dev-middleware": "^7.4.2",
    "webpack-hot-middleware": "^2.24.3"
  },
  "dependencies": {
    "@orchard/frontend-react-components": "^3.3.24",
    "@orchard/js-grass-tokenmanager": "^0.5.0",
    "aws-sdk": "^2.814.0",
    "bluebird": "~3.5.5",
    "common-tags": "^1.4.0",
    "file-loader": "^0.11.2",
    "json-loader": "^0.5.7",
    "lodash.isempty": "^4.4.0",
    "moment": "^2.29.4",
    "p-queue": "^8.1.0",
    "p-retry": "^6.2.1",
    "react": "16.12.0",
    "react-datepicker": "^1.0.0",
    "react-dom": "16.12.0",
    "react-dropzone": "^4.2.13",
    "render-shallow": "^1.1.0",
    "superagent": "^3.3.2",
    "superagent-bluebird-promise": "^4.1.0",
    "uuid": "^14.0.0"
  },
  "resolutions": {
    "growl": "^1.10.0",
    "lodash": "^4.17.21",
    "diff": "^5.2.0",
    "jquery": "^3.7.1",
    "cheerio": "1.0.0-rc.2",
    "@babel/helpers": "^7.26.10",
    "@babel/runtime": "^7.26.10",
    "@babel/runtime-corejs3": "^7.26.10",
    "@babel/plugin-transform-modules-systemjs": "^7.29.4",
    "ansi-regex": "^5.0.1",
    "body-parser": "^1.20.3",
    "brace-expansion": "^1.1.13",
    "braces": "^3.0.3",
    "cookie": "^0.7.0",
    "cookiejar": "^2.1.4",
    "d3-color": "^3.1.0",
    "debug": "^4.4.1",
    "decode-uri-component": "^0.2.2",
    "es5-ext": "^0.10.63",
    "fast-uri": "^3.1.2",
    "flatted": "^3.4.2",
    "hosted-git-info": "^2.8.9",
    "immutable": "^3.8.3",
    "json-schema": "^0.4.0",
    "json5": "^2.2.3",
    "kind-of": "^6.0.3",
    "micromatch": "^4.0.8",
    "minimatch": "^3.1.4",
    "minimist": "^1.2.6",
    "node-fetch": "^2.7.0",
    "nth-check": "^2.1.1",
    "path-parse": "^1.0.7",
    "path-to-regexp": "^0.1.13",
    "picomatch": "^2.3.2",
    "qs": "^6.14.2",
    "semver": "^7.7.2",
    "send": "^0.19.0",
    "serialize-javascript": "^7.0.5",
    "serve-static": "^1.16.0",
    "tmp": "^0.2.6",
    "tough-cookie": "^4.1.3",
    "trim-newlines": "^3.0.1",
    "ua-parser-js": "^0.7.39",
    "word-wrap": "^1.2.4",
    "ws": "^8.20.1",
    "xml2js": "^0.6.2",
    "y18n": "^5.0.8",
    "acorn-jsx": "^5.3.2",
    "form-data": "^4.0.4",
    "js-yaml": "^4.2.0",
    "uuid": "14.0.0",
    "yaml": "^2.7.0"
  }
}
