{
  "name": "@genesys-pgr/ui-embedded",
  "version": "1.7.5",
  "publishConfig": {
    "access": "public"
  },
  "license": "Apache-2.0",
  "main": "dist/genesys-ui.js",
  "keywords": [
    "Genesys PGR"
  ],
  "homepage": ".",
  "author": {
    "name": "Genesys Helpdesk",
    "email": "helpdesk@genesys-pgr.org",
    "url": "https://www.genesys-pgr.org"
  },
  "contributors": [
    "Oleksii Savran",
    "Matija Obreza",
    "Maksym Tishchenko"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.croptrust.org/genesys-pgr/ui-embedded.git"
  },
  "scripts": {
    "clean": "rimraf target dist",
    "build": "yarn run clean && yarn run build:library",
    "build:library": "cross-env NODE_OPTIONS=\"--max_old_space_size=8192\" NODE_ENV=production webpack --config config/webpack-production.library.js",
    "build:installer": "rimraf installer && cross-env NODE_OPTIONS=\"--max_old_space_size=8192\" NODE_ENV=production webpack --config config/webpack-installer.config.js",
    "serve": "dotenvx run -f .env.local -f .env -- cross-env NODE_OPTIONS=\"--max_old_space_size=8192\" webpack-dev-server --config config/webpack-development.config.js",
    "serve:production": "dotenvx run -f .env.local -f .env -- cross-env NODE_OPTIONS=\"--max_old_space_size=8192\" NODE_ENV=production webpack-dev-server --config config/webpack-production.config.js",
    "analyze": "cross-env NODE_OPTIONS=\"--max_old_space_size=8192\" webpack --config config/webpack-analyze.config.js",
    "eslint": "eslint --ext .js,.jsx,.ts,.tsx src entrypoints",
    "how-to-publish": "echo '\n\nyarn build\n\n\n# For development\nnpm publish --tag edge --dry-run\n\n# For @latest release\nnpm publish --tag latest --dry-run\n\n\n'",
    "l10n:download": "node ../genesys-ui/workspaces/i18n/src/tools/downloadTranslations.js -p o:crop-trust:p:embedded-genesys -r translations.json -l es,fr,zh_tw"
  },
  "resolutions": {
    "@types/react": "17",
    "react": "17",
    "react-dom": "17",
    "typescript": "4"
  },
  "engines": {
    "node": ">=18",
    "yarn": ">=1.21.1"
  },
  "dependencies": {
    "@genesys-pgr/client": "../genesys-ui/workspaces/client",
    "@hcaptcha/react-hcaptcha": ">0.3.0",
    "@react-leaflet/core": "^2.1.0",
    "d3": "7.x.x",
    "es-cookie": "1.x.x",
    "highlight.js": "11.x.x",
    "history": "4.x.x",
    "i18next": "19.x.x",
    "immutability-helper": "3.x.x",
    "jwt-decode": "^4.0.0",
    "leaflet": "^1.9.4",
    "loglevel": ">1.8.0",
    "react": "17",
    "react-dom": "17",
    "react-helmet-async": "1.x.x",
    "react-hook-form": "7",
    "react-i18next": "11.x.x",
    "react-leaflet": "^4.2.1",
    "react-markdown": "7.x.x",
    "react-redux": "7.x.x",
    "react-router-dom": "5.x.x",
    "redux": "4.x.x",
    "redux-thunk": "2.x.x",
    "remark-gfm": "1.x.x"
  },
  "devDependencies": {
    "@babel/core": "7.x.x",
    "@babel/plugin-transform-nullish-coalescing-operator": "7.x.x",
    "@babel/plugin-transform-object-rest-spread": "7.x.x",
    "@babel/plugin-transform-optional-chaining": "7.x.x",
    "@dotenvx/dotenvx": "^1.51.0",
    "@popperjs/core": "2.x.x",
    "@types/leaflet": "1.x.x",
    "@types/react": "17",
    "@types/react-router-dom": "5.x.x",
    "@types/webpack": "5.x.x",
    "@typescript-eslint/eslint-plugin": "5.x.x",
    "@typescript-eslint/parser": "5.x.x",
    "bootstrap": "5.x.x",
    "copy-webpack-plugin": "11.x.x",
    "cross-env": "7.x.x",
    "css-loader": "5.x.x",
    "css-minimizer-webpack-plugin": "5.x.x",
    "eslint": "8.x.x",
    "eslint-config-airbnb": "19.x.x",
    "eslint-config-prettier": "6.x.x",
    "eslint-plugin-import": "2.x.x",
    "eslint-plugin-jsx-a11y": "6.x.x",
    "eslint-plugin-prefer-arrow": "1.x.x",
    "eslint-plugin-react": "7.x.x",
    "eslint-plugin-react-hooks": "4.x.x",
    "eslint-webpack-plugin": "4.x.x",
    "file-loader": "6.x.x",
    "git-revision-webpack-plugin": "5",
    "html-webpack-plugin": "5.x.x",
    "i18next-http-backend": "^2.4.3",
    "mini-css-extract-plugin": "2.x.x",
    "process": "0.x.x",
    "resolve-url-loader": "5.x.x",
    "rimraf": "3.x.x",
    "sass": "1.x.x",
    "sass-loader": "13.x.x",
    "ts-loader": "8.x.x",
    "typescript": "4",
    "url-loader": "4.x.x",
    "webpack": "5.x.x",
    "webpack-bundle-analyzer": ">4.5.0",
    "webpack-cli": "5.x.x",
    "webpack-dev-server": "4.x.x",
    "webpack-manifest-plugin": "5.x.x",
    "webpack-merge": "5.x.x"
  },
  "packageManager": "yarn@1.22.19"
}
