{
  "name": "filtr-admin",
  "version": "1.0.0",
  "description": "Filtr Admin",
  "private": true,
  "scripts": {
    "build": "node scripts/build.js",
    "dev": "node -r dotenv/config scripts/dev.js",
    "lint": "eslint --c=src/browser/.eslintrc.js src/browser",
    "lint-staged": "lint-staged",
    "start": "node src/server/main.js",
    "test:unit": "jest -c=config/jest.config.js --setupFiles dotenv/config",
    "test:unit:with-coverage": "jest -c=config/jest.config.js --setupFiles dotenv/config --collectCoverage --coverage",
    "generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json",
    "open:app": "node scripts/open.js https://apollo.localhost:2000 --delay=5000",
    "open:utils-doc": "node scripts/open.js https://apollo.localhost:9000/docs --delay=5000",
    "dev:open": "yarn run-p dev open:app open:utils-doc",
    "local": "yarn generate-docs ; yarn dev:open"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "prettier --write",
      "git add"
    ]
  },
  "prettier": {
    "trailingComma": "all",
    "printWidth": 120
  },
  "dependencies": {
    "@babel/core": "^7.20.12",
    "@babel/plugin-proposal-class-properties": "^7.4.0",
    "@babel/plugin-proposal-decorators": "^7.7.4",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.0",
    "@babel/plugin-proposal-optional-chaining": "^7.12.7",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.16.4",
    "@babel/preset-env": "^7.4.2",
    "@babel/preset-react": "^7.0.0",
    "@babel/runtime": "^7.16.3",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^5.14.10",
    "@mui/x-date-pickers": "^6.14.0",
    "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
    "@sentry/browser": "5.9.0",
    "@sentry/node": "^5.9.0",
    "@sentry/webpack-plugin": "^1.9.3",
    "@splitsoftware/splitio-react": "1.2.4",
    "abortcontroller-polyfill": "^1.1.8",
    "accept": "^2.1.4",
    "amplitude-js": "^5.6.0",
    "array-find": "1.0.0",
    "assets-webpack-plugin": "^3.5.1",
    "auth0-lock": "^11.35.0",
    "autoprefixer": "^8.0.0",
    "babel-loader": "^8.0.5",
    "boom": "^5.2.0",
    "classnames": "^2.2.5",
    "create-react-class": "^15.6.0",
    "csswring": "^6.0.1",
    "csv-write-stream": "^2.0.0",
    "date-range-array": "^2.0.0",
    "dayjs": "^1.8.17",
    "domready": "^1.0.8",
    "dotenv": "^7.0.0",
    "emotion": "^10.0.9",
    "escape-goat": "^1.3.0",
    "eslint-plugin-import": "^2.25.3",
    "fastq": "^1.4.1",
    "frontend-shared-icons": "^1.0.92",
    "frontend-shared-theme": "1.0.26",
    "gdb-web-shared-components": "^0.0.4",
    "h2o2": "^5.4.0",
    "hapi": "^16.5.2",
    "hapi-auth-cookie": "^7.0.0",
    "highcharts": "^8.1.0",
    "html2canvas": "^1.4.1",
    "http-hash": "^2.0.0",
    "husky": "^1.3.1",
    "immutable": "^3.8.1",
    "inert": "^4.2.1",
    "joi": "^10.5.2",
    "json-loader": "^0.5.7",
    "keen-slider": "^6.8.6",
    "keymirror": "^0.1.1",
    "lodash": "^4.17.21",
    "marked": "^4.2.12",
    "mobx": "^5.15.1",
    "mobx-react": "^6.1.4",
    "mobx-utils": "^5.5.2",
    "node-fetch": "3.3.1",
    "normalize.css": "^8.0.0",
    "pg": "^7.4.3",
    "postcss": "^8.4.21",
    "postcss-import": "^11.0.0",
    "prop-types": "^15.7.2",
    "qs": "^6.11.0",
    "react": "^17.0.1",
    "react-day-picker": "^6.1.0",
    "react-dom": "^17.0.1",
    "react-refresh": "^0.10.0",
    "react-virtualized": "^9.9.0",
    "react-window": "^1.2.1",
    "recursive-copy": "^2.0.10",
    "rgba-color": "^0.0.1",
    "run-parallel": "^1.1.6",
    "rxjs": "^5.4.3",
    "sane": "^2.0.0",
    "spotify-uri": "^1.0.0",
    "useragent": "^2.2.1",
    "webpack": "^4.1.1",
    "webpack-bundle-analyzer": "^3.0.3",
    "worker-loader": "^2.0.0",
    "wreck": "^12.5.0",
    "xhr": "^2.4.0"
  },
  "resolutions": {
    "https-proxy-agent": "^5.0.1",
    "agent-base": "^6.0.2"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.9.0",
    "babel-plugin-dynamic-import-node": "^2.3.0",
    "babel-plugin-emotion": "^10.0.9",
    "docdash": "^2.0.1",
    "eslint": "^5.11.1",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.3.0",
    "jest": "^24.9.0",
    "jsdoc": "^4.0.0",
    "lint-staged": "^8.1.5",
    "mkdirp": "^0.5.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.6.1",
    "trash": "^5.2.0",
    "webpack-dev-server": "^3.1.1",
    "date-fns": "^2.30.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/filtr/filtr-admin.git"
  },
  "author": "Stefan Duberg <stefan.duberg@sonymusic.com>",
  "bugs": {
    "url": "https://github.com/filtr/filtr-admin/issues"
  },
  "homepage": "https://github.com/filtr/filtr-admin"
}
