discourse/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

65 lines
1.9 KiB
JSON
Raw Normal View History

{
"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",
2022-02-03 10:16:17 -05:00
"@fortawesome/fontawesome-free": "5.15.4",
"@discourse/moment-timezone-names-translations": "^1.0.0",
"@highlightjs/cdn-assets": "^10.7.0",
"@json-editor/json-editor": "^2.6.1",
"tippy.js": "^6.3.7",
2021-11-17 07:47:55 -05:00
"@popperjs/core": "v2.10.2",
2022-03-23 09:28:55 -04:00
"@uppy/aws-s3": "^2.0.8",
"@uppy/aws-s3-multipart": "^2.2.1",
"@uppy/core": "^2.1.6",
"@uppy/drop-target": "^1.1.2",
"@uppy/utils": "^4.0.5",
"@uppy/xhr-upload": "^2.0.7",
"ace-builds": "1.4.13",
"bootbox": "3.2.0",
2019-03-21 09:18:12 -04:00
"bootstrap": "v3.4.1",
"chart.js": "3.5.1",
"chartjs-plugin-datalabels": "^2.0.0",
"diffhtml": "^1.0.0-beta.20",
"eslint-config-discourse": "^2.0.0",
"handlebars": "^4.7.7",
"jquery": "3.5.1",
"magnific-popup": "1.1.0",
"markdown-it": "10.0.0",
2022-04-11 13:27:24 -04:00
"moment": "2.29.2",
"moment-timezone": "0.5.31",
2019-05-13 09:09:04 -04:00
"pikaday": "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.7",
"@mixer/parallel-prettier": "^2.0.1",
"browserify": "^17.0.0",
"chrome-launcher": "^0.15.0",
"chrome-remote-interface": "^0.31.2",
"pretender": "^3.4.7",
"puppeteer-core": "^13.7.0",
"qunit": "2.8.0",
"route-recognizer": "^0.3.3",
2022-02-26 07:50:19 -05:00
"sinon": "^13.0.1",
"squoosh": "discourse/squoosh#dc9649d"
2018-11-05 15:10:27 -05:00
},
"scripts": {
"postinstall": "yarn --cwd app/assets/javascripts/discourse"
},
"engines": {
"node": "12.* || 14.* || >= 16",
"npm": "please-use-yarn",
"yarn": ">= 1.21.1"
}
}