{
  "name": "discourse",
  "version": "1.0.0",
  "main": "index.js",
  "repository": "git@github.com:discourse/discourse.git",
  "author": "Discourse",
  "license": "GPL-2.0-only",
  "dependencies": {
    "@discourse/itsatrap": "^2.0.10",
    "@fortawesome/fontawesome-free": "5.11.2",
    "@highlightjs/cdn-assets": "^10.7.0",
    "@json-editor/json-editor": "^2.6.1",
    "@popperjs/core": "v2.10.2",
    "@uppy/aws-s3": "^2.0.4",
    "@uppy/aws-s3-multipart": "^2.1.0",
    "@uppy/core": "^2.1.0",
    "@uppy/drop-target": "^1.1.0",
    "@uppy/utils": "^4.0.3",
    "@uppy/xhr-upload": "^2.0.4",
    "ace-builds": "1.4.13",
    "blueimp-file-upload": "10.13.0",
    "bootbox": "3.2.0",
    "bootstrap": "v3.4.1",
    "chart.js": "3.5.1",
    "chartjs-plugin-datalabels": "^2.0.0",
    "diffhtml": "^1.0.0-beta.20",
    "eslint-config-discourse": "^1.1.9",
    "handlebars": "^4.7.7",
    "jquery": "3.5.1",
    "magnific-popup": "1.1.0",
    "markdown-it": "10.0.0",
    "moment": "2.29.1",
    "moment-timezone": "0.5.31",
    "moment-timezone-names-translations": "https://github.com/discourse/moment-timezone-names-translations",
    "pikaday": "1.8.0",
    "spectrum-colorpicker": "1.8.0",
    "workbox-cacheable-response": "^4.3.1",
    "workbox-core": "^4.3.1",
    "workbox-expiration": "^4.3.1",
    "workbox-routing": "^4.3.1",
    "workbox-strategies": "^4.3.1",
    "workbox-sw": "^4.3.1"
  },
  "devDependencies": {
    "@arkweid/lefthook": "^0.7.2",
    "@mixer/parallel-prettier": "^2.0.1",
    "browserify": "^17.0.0",
    "chrome-launcher": "^0.12.0",
    "chrome-remote-interface": "^0.25",
    "lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",
    "pretender": "^3.4.7",
    "puppeteer-core": "^13.0.0",
    "qunit": "2.8.0",
    "route-recognizer": "^0.3.3",
    "sinon": "^9.0.2",
    "squoosh": "discourse/squoosh#dc9649d"
  },
  "resolutions": {
    "lodash": "4.17.21"
  },
  "scripts": {
    "postinstall": "yarn --cwd app/assets/javascripts/discourse"
  },
  "engines": {
    "node": "12.* || 14.* || >= 16",
    "npm": "please-use-yarn",
    "yarn": ">= 1.21.1"
  }
}