{
  "name": "@orchard/frontend-promo-player-builder",
  "version": "2.0.11",
  "description": "Workstation app for Promo Player",
  "main": "build/main.bundle.js",
  "module": "es/index-esm.js",
  "url": "https://github.com/theorchard/frontend-promo-player-builder",
  "author": "The Orchard",
  "license": "UNLICENSED",
  "engines": {
    "node": ">=24.0.0"
  },
  "scripts": {
    "clean-deploy": "rm -rf build/*",
    "clean-esm": "rm -rf es/*",
    "deploy": "yarn clean-deploy && yarn i18n:import && yarn build && yarn i18n:export && yarn template-html",
    "deploy-lib": "yarn clean-deploy && yarn i18n:import && yarn build-lib && yarn build-esm && yarn build-esm-css && yarn i18n:export",
    "build": "node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config=webpack.config.prod.js",
    "build-lib": "node --max-old-space-size=8192 node_modules/webpack/bin/webpack.js --config=webpack.config.lib.js",
    "build-esm": "yarn clean-esm && yarn babel src -d es --ignore **/__tests__",
    "build-esm-css": "webpack --config=webpack.config.es.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": "biome lint",
    "lint:fix": "yarn lint:js:fix",
    "lint:js:fix": "biome lint --write",
    "start": "node lib/dev-server",
    "start:main": "yarn start main",
    "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.lib.js webpack.config.prod.js",
    "python": "python3.8"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@babel/cli": "^7.28.3",
    "@babel/core": "^7.26.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-export-default-from": "^7.25.9",
    "@babel/preset-env": "^7.26.0",
    "@babel/preset-react": "^7.26.0",
    "@babel/register": "^7.25.9",
    "@orchard/i18n-util": "1.0.6",
    "assets-webpack-plugin": "^7.1.1",
    "babel-jest": "^30.2.0",
    "babel-loader": "^9.2.1",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-plugin-react-intl": "^3.5.1",
    "babel-plugin-transform-define": "^2.0.0",
    "cheerio": "1.0.0-rc.3",
    "css-loader": "^7.1.2",
    "css-minimizer-webpack-plugin": "^5.0.1",
    "dotenv": "^7.0.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.11.2",
    "enzyme-to-json": "^3.6.2",
    "express": "^4.16.4",
    "express-http-proxy": "^1.5.1",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "mini-css-extract-plugin": "^2.7.0",
    "nock": "^10.0.6",
    "node-sass-glob-importer": "^5.3.3",
    "postcss-scss": "^4.0.9",
    "pug": "^3.0.3",
    "sass": "^1.81.0",
    "sass-loader": "^15.0.0",
    "stylelint": "^14.16.0",
    "stylelint-order": "^6.0.4",
    "terser-webpack-plugin": "^5.3.0",
    "typescript": "^5.7.2",
    "url-loader": "^4.1.1",
    "webpack": "^5.104.1",
    "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.4",
    "@babel/runtime": "^7.26.10",
    "@orchard/frontend-react-components": "^3.3.20",
    "@orchard/js-grass-tokenmanager": "^0.5.0",
    "chokidar": "^4.0.1",
    "intl": "^1.2.4",
    "lodash": "^4.18.1",
    "prop-types": "^15.7.1",
    "react": "^16.12.0",
    "react-copy-to-clipboard": "^5.0.1",
    "react-dom": "^16.12.0",
    "react-intl": "^2.8.0",
    "react-modal": "^3.8.1",
    "react-redux": "^5.1.1",
    "react-router-dom": "^5.3.4",
    "react-tether": "^2.0.3",
    "redux": "^4.0.1",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.3.0",
    "request": "^2.88.2",
    "superagent": "^10.2.3"
  },
  "resolutions": {
    "@babel/plugin-transform-modules-systemjs": "7.29.4",
    "@babel/runtime": "7.26.10",
    "fast-uri": "3.1.2",
    "postcss": "8.5.10",
    "growl": "^1.10.0",
    "cheerio": "=1.0.0-rc.3",
    "nth-check": "2.0.1",
    "trim-newlines": "3.0.1",
    "d3-color": "3.1.0",
    "serialize-javascript": "7.0.5",
    "immutable": "5.1.5",
    "svgo": "3.3.3",
    "picomatch": "4.0.4",
    "path-to-regexp": "0.1.13",
    "lodash": "4.18.1",
    "form-data": "2.5.4",
    "tough-cookie": "4.1.3",
    "qs": "6.15.2",
    "yaml": "1.10.3",
    "brace-expansion": "2.0.3",
    "tmp": "0.2.6"
  },
  "files": [
    "es",
    "dist",
    "assets"
  ]
}
