{
  "name": "cap-audience-manager",
  "version": "6.0.41",
  "description": "Audience manager",
  "repository": {
    "type": "git",
    "url": "git@github.com:Capillary/cap-audience-manager.git"
  },
  "engines": {
    "npm": ">=5",
    "node": ">=8.10.0"
  },
  "author": "Capillary",
  "license": "LicenseRef-LICENSE",
  "scripts": {
    "analyze:clean": "rimraf stats.json",
    "preanalyze": "npm run analyze:clean",
    "analyze": "node ./internals/scripts/analyze.js",
    "extract-intl": "node ./internals/scripts/extract-intl.js",
    "npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
    "preinstall": "npm run npmcheckversion",
    "prebuild": "npm run build:clean",
    "build": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --color --progress",
    "build:clean": "rimraf ./dist",
    "start": "cross-env NODE_ENV=development  NODE_OPTIONS=--max_old_space_size=4000 node server",
    "start:tunnel": "cross-env NODE_ENV=development ENABLE_TUNNEL=true node server",
    "start:production": "npm run test && npm run build && npm run start:prod",
    "start:prod": "cross-env NODE_ENV=production node server",
    "presetup": "npm i chalk shelljs",
    "setup": "node ./internals/scripts/setup.js",
    "clean": "shjs ./internals/scripts/clean.js",
    "clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean",
    "generate": "plop --plopfile internals/generators/index.js",
    "lint": "npm run lint:js",
    "lint:css": "stylelint './app/**/*.js'",
    "lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts",
    "lint:eslint:fix": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts --fix",
    "lint:js": "npm run lint:eslint -- . ",
    "lint:staged": "lint-staged",
    "pretest": "npm run test:clean",
    "test:clean": "rimraf ./reports",
    "test": "npm run test:unit",
    "test:unit": "TZ='UTC' jest --silent --coverage --logHeapUsage --config ./internals/testing/jest.unit.config.js -w 90% --noStackTrace",
    "test:staged": "TZ='UTC' jest --silent --coverage --logHeapUsage --config ./internals/testing/jest.unit.config.js -w 90% --noStackTrace --changedSince=HEAD",
    "test:slowest": "node ./scripts/find-slowest-tests.js",
    "test:integration": "TZ='UTC' jest --coverage --logHeapUsage --config ./internals/testing/jest.integration.config.js --silent=false --runInBand",
    "test:watch": "cross-env NODE_ENV=test jest --watchAll",
    "test:coverage": "jest --coverage --colors --watchAll",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "prettify": "prettier --write",
    "build:copy-all-files": "babel-node ./scripts/copy-all-files.js",
    "build:library": "npm run build:copy-all-files",
    "prepare": "husky install"
  },
  "lint-staged": {
    "*.js": [
      "npm run lint:eslint:fix",
      "git add --force"
    ],
    "*.json": [
      "prettier --write",
      "git add --force"
    ]
  },
  "pre-commit": "lint:staged",
  "resolutions": {
    "babel-core": "7.0.0-bridge.0"
  },
  "jestSonar": {
    "reportPath": "reports/coverage",
    "reportFile": "test-reporter.xml",
    "indent": 2
  },
  "dependencies": {
    "@babel/polyfill": "7.0.0",
    "@bugsnag/js": "^7.3.3",
    "@bugsnag/plugin-react": "^7.3.3",
    "@capillarytech/cap-filters-ui-library": "4.0.37",
    "@capillarytech/cap-ui-library": "10.2.14",
    "@capillarytech/cap-ui-utils": "^3.0.13",
    "@capillarytech/vulcan-react-sdk": "^3.0.1",
    "axios": "^0.18.0",
    "c3": "0.7.11",
    "chalk": "^2.4.1",
    "classnames": "^2.2.6",
    "compression": "1.7.3",
    "connected-react-router": "4.5.0",
    "cross-env": "5.2.0",
    "dotenv": "^16.4.7",
    "exports-loader": "^0.7.0",
    "express": "4.16.4",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "fontfaceobserver": "2.0.13",
    "history": "4.9.0",
    "hoist-non-react-statics": "3.0.1",
    "immutable": "3.8.2",
    "intl": "1.2.5",
    "invariant": "2.2.4",
    "ip": "1.1.5",
    "latest-version": "^4.0.0",
    "less": "3.9.0",
    "less-loader": "^4.1.0",
    "loadable-components": "2.2.3",
    "locize": "^3.3.0",
    "lodash": "4.17.11",
    "minimist": "1.2.0",
    "ml-matrix": "6.10.8",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.25",
    "msw": "^0.36.8",
    "nanoid": "^3.1.20",
    "node-sass": "^4.11.0",
    "prop-types": "^15.6.2",
    "rangy": "^1.3.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-dropzone": "^10.2.2",
    "react-helmet": "5.2.0",
    "react-intl": "2.7.2",
    "react-player": "^1.15.2",
    "react-redux": "5.1.0",
    "react-router": "^5.0.0",
    "react-router-dom": "5.0.0",
    "react-virtualized": "^9.21.1",
    "react-window": "^1.8.2",
    "rebuild": "^0.1.2",
    "redux": "4.0.1",
    "redux-auth-wrapper": "^2.0.3",
    "redux-immutable": "4.0.0",
    "redux-mock-store": "^1.5.3",
    "redux-saga": "0.16.2",
    "reselect": "4.0.0",
    "sanitize.css": "4.1.0",
    "sass-loader": "^7.1.0",
    "styled-components": "^4.2.0",
    "ts-node": "^8.0.2",
    "uuid": "^8.3.2",
    "version": "0.1.2",
    "video-react": "^0.14.1",
    "warning": "4.0.2",
    "webpack-bugsnag-plugins": "^1.4.3",
    "webpack-bundle-analyzer": "^3.0.3"
  },
  "devDependencies": {
    "@adobe/css-tools": "4.2.0",
    "@babel/cli": "7.1.2",
    "@babel/core": "7.1.2",
    "@babel/node": "^7.10.1",
    "@babel/plugin-proposal-class-properties": "7.1.0",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-syntax-dynamic-import": "7.0.0",
    "@babel/plugin-transform-modules-commonjs": "7.1.0",
    "@babel/plugin-transform-react-constant-elements": "7.0.0",
    "@babel/plugin-transform-react-inline-elements": "7.0.0",
    "@babel/plugin-transform-runtime": "7.12.10",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-react": "7.0.0",
    "@babel/register": "7.0.0",
    "@capillarytech/cap-ui-dev-tools": "^1.0.0",
    "@cfaester/enzyme-adapter-react-18": "^0.8.0",
    "@module-federation/utilities": "^3.0.0",
    "@testing-library/jest-dom": "^5.16.2",
    "@testing-library/react": "^13.4.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@testing-library/user-event": "^13.5.0",
    "@webpack-cli/serve": "^2.0.5",
    "add-asset-html-webpack-plugin": "3.1.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^7.1.5",
    "babel-plugin-dynamic-import-node": "2.2.0",
    "babel-plugin-import": "^1.11.0",
    "babel-plugin-lodash": "3.3.4",
    "babel-plugin-react-intl": "3.0.1",
    "babel-plugin-react-transform": "3.0.0",
    "babel-plugin-require-context-hook": "^1.0.0",
    "babel-plugin-styled-components": "1.8.0",
    "babel-plugin-transform-react-remove-prop-types": "0.4.19",
    "brotli-webpack-plugin": "^1.1.0",
    "circular-dependency-plugin": "5.2.2",
    "compare-versions": "3.4.0",
    "compression-webpack-plugin": "2.0.0",
    "coveralls": "3.0.2",
    "css-loader": "1.0.0",
    "enzyme": "3.7.0",
    "enzyme-to-json": "3.3.4",
    "esbuild-loader": "2.20.0",
    "eslint": "5.7.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-config-airbnb-base": "13.1.0",
    "eslint-config-prettier": "3.1.0",
    "eslint-import-resolver-webpack": "0.10.1",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-jsx-a11y": "6.1.2",
    "eslint-plugin-prettier": "3.0.0",
    "eslint-plugin-react": "7.11.1",
    "eslint-plugin-redux-saga": "1.1.3",
    "file-loader": "2.0.0",
    "html-loader": "0.5.5",
    "html-webpack-plugin": "5.3.2",
    "husky": "^8.0.1",
    "image-webpack-loader": "4.6.0",
    "imports-loader": "0.8.0",
    "jest": "^24.0.0",
    "jest-date-mock": "^1.0.8",
    "jest-sonar-reporter": "^1.3.0",
    "jest-styled-components": "6.2.2",
    "lint-staged": "7.3.0",
    "mini-css-extract-plugin": "^0.9.0",
    "mockdate": "^3.0.5",
    "ngrok": "3.1.0",
    "node-plop": "0.16.0",
    "null-loader": "0.1.1",
    "os-browserify": "^0.3.0",
    "plop": "2.1.0",
    "postcss-loader": "^6.2.1",
    "pre-commit": "1.2.2",
    "prettier": "1.14.3",
    "progress-bar-webpack-plugin": "^2.1.0",
    "react-app-polyfill": "0.1.3",
    "react-intl": "2.7.2",
    "react-test-renderer": "18.0.0",
    "redux-saga-test-plan": "^3.7.0",
    "rimraf": "^2.6.2",
    "sass": "^1.99.0",
    "shelljs": "^0.8.2",
    "source-map-loader": "^0.2.4",
    "speed-measure-webpack-plugin": "^1.5.0",
    "style-loader": "0.23.1",
    "stylelint": "^9.10.1",
    "stylelint-config-recommended": "2.1.0",
    "stylelint-config-styled-components": "0.1.1",
    "stylelint-processor-styled-components": "1.5.0",
    "svg-url-loader": "2.3.2",
    "terser-webpack-plugin": "1.1.0",
    "thread-loader": "^3.0.4",
    "url-loader": "1.1.2",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4",
    "webpack-dev-middleware": "6.1.1",
    "webpack-hot-middleware": "2.24.3 ",
    "webpack-pwa-manifest": "3.7.1",
    "whatwg-fetch": "3.0.0"
  }
}
