Files
discourse/package.json
T

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

73 lines
2.2 KiB
JSON
Raw Normal View History

2017-12-15 10:15:04 +08:00
{
"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",
2019-11-22 14:53:26 -05:00
"@fortawesome/fontawesome-free": "5.11.2",
"@highlightjs/cdn-assets": "^10.6.0",
"@json-editor/json-editor": "^2.5.2",
"@popperjs/core": "v2.9.3",
"@uppy/aws-s3": "^2.0.2",
"@uppy/aws-s3-multipart": "^2.0.2",
"@uppy/core": "^2.0.1",
"@uppy/drop-target": "^1.0.1",
"@uppy/xhr-upload": "^2.0.1",
"ace-builds": "1.4.12",
"blueimp-file-upload": "10.13.0",
"bootbox": "3.2.0",
2019-03-21 14:18:12 +01:00
"bootstrap": "v3.4.1",
2021-08-23 13:49:49 +02:00
"chart.js": "3.5.1",
"chartjs-plugin-datalabels": "^2.0.0",
"diffhtml": "^1.0.0-beta.20",
2021-01-27 12:39:20 +01:00
"eslint-config-discourse": "^1.1.8",
"handlebars": "^4.7.7",
2020-11-13 14:26:56 +01:00
"jquery": "3.5.1",
"jquery-color": "3.0.0-alpha.1",
2018-11-26 16:49:57 -05:00
"jquery-tags-input": "1.3.5",
"jquery.autoellipsis": "https://github.com/pvdspek/jquery.autoellipsis",
"magnific-popup": "1.1.0",
"markdown-it": "10.0.0",
2020-11-10 22:34:26 -03:00
"moment": "2.29.1",
"moment-timezone": "0.5.31",
"moment-timezone-names-translations": "https://github.com/discourse/moment-timezone-names-translations",
2019-05-13 15:09:04 +02:00
"pikaday": "1.8.0",
"resumablejs": "1.1.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"
},
2017-12-15 10:15:04 +08:00
"devDependencies": {
2020-09-11 16:42:46 +02:00
"@arkweid/lefthook": "^0.7.2",
"@mixer/parallel-prettier": "^2.0.1",
"browserify": "^17.0.0",
2019-11-08 17:50:41 +02:00
"chrome-launcher": "^0.12.0",
"chrome-remote-interface": "^0.25",
"lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",
"pretender": "^3.4.7",
2019-10-24 01:41:27 +02:00
"puppeteer": "1.20",
"qunit": "2.8.0",
"route-recognizer": "^0.3.3",
"sinon": "^9.0.2",
"squoosh": "discourse/squoosh#dc9649d"
2018-11-05 15:10:27 -05:00
},
"resolutions": {
"lodash": "4.17.21"
},
2018-11-05 15:10:27 -05:00
"scripts": {
"postinstall": "yarn --cwd app/assets/javascripts/discourse"
2021-08-04 22:04:58 +02:00
},
"engines": {
"node": ">= 12.*",
"npm": "please-use-yarn",
"yarn": ">= 1.21.1"
2017-12-15 10:15:04 +08:00
}
}