2017-12-14 20:15:04 -06:00
|
|
|
{
|
|
|
|
"name": "discourse",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "git@github.com:discourse/discourse.git",
|
|
|
|
"author": "Discourse",
|
2020-04-29 11:18:21 -05:00
|
|
|
"license": "GPL-2.0-only",
|
2018-10-03 09:15:43 -05:00
|
|
|
"dependencies": {
|
2021-09-09 08:25:58 -05:00
|
|
|
"@discourse/itsatrap": "^2.0.10",
|
2019-11-22 13:53:26 -06:00
|
|
|
"@fortawesome/fontawesome-free": "5.11.2",
|
2021-11-12 18:45:02 -06:00
|
|
|
"@highlightjs/cdn-assets": "^10.7.0",
|
2021-12-14 10:21:49 -06:00
|
|
|
"@json-editor/json-editor": "^2.6.1",
|
2021-11-17 06:47:55 -06:00
|
|
|
"@popperjs/core": "v2.10.2",
|
2021-10-18 00:28:27 -05:00
|
|
|
"@uppy/aws-s3": "^2.0.4",
|
|
|
|
"@uppy/aws-s3-multipart": "^2.1.0",
|
|
|
|
"@uppy/core": "^2.1.0",
|
|
|
|
"@uppy/drop-target": "^1.1.0",
|
2021-12-20 23:02:10 -06:00
|
|
|
"@uppy/utils": "^4.0.3",
|
2021-10-18 00:28:27 -05:00
|
|
|
"@uppy/xhr-upload": "^2.0.4",
|
2020-08-13 20:53:27 -05:00
|
|
|
"ace-builds": "1.4.12",
|
2020-04-28 09:39:29 -05:00
|
|
|
"blueimp-file-upload": "10.13.0",
|
2018-10-03 09:15:43 -05:00
|
|
|
"bootbox": "3.2.0",
|
2019-03-21 08:18:12 -05:00
|
|
|
"bootstrap": "v3.4.1",
|
2021-08-23 06:49:49 -05:00
|
|
|
"chart.js": "3.5.1",
|
|
|
|
"chartjs-plugin-datalabels": "^2.0.0",
|
2021-09-09 08:25:58 -05:00
|
|
|
"diffhtml": "^1.0.0-beta.20",
|
2021-11-09 19:03:28 -06:00
|
|
|
"eslint-config-discourse": "^1.1.9",
|
2021-05-12 06:03:17 -05:00
|
|
|
"handlebars": "^4.7.7",
|
2020-11-13 07:26:56 -06:00
|
|
|
"jquery": "3.5.1",
|
2018-10-03 09:15:43 -05:00
|
|
|
"magnific-popup": "1.1.0",
|
2019-10-08 06:00:22 -05:00
|
|
|
"markdown-it": "10.0.0",
|
2020-11-10 19:34:26 -06:00
|
|
|
"moment": "2.29.1",
|
|
|
|
"moment-timezone": "0.5.31",
|
2019-02-25 13:40:02 -06:00
|
|
|
"moment-timezone-names-translations": "https://github.com/discourse/moment-timezone-names-translations",
|
2019-05-13 08:09:04 -05:00
|
|
|
"pikaday": "1.8.0",
|
2019-07-15 11:05:55 -05:00
|
|
|
"spectrum-colorpicker": "1.8.0",
|
2021-02-02 00:08:29 -06:00
|
|
|
"workbox-cacheable-response": "^4.3.1",
|
2019-07-15 11:05:55 -05:00
|
|
|
"workbox-core": "^4.3.1",
|
|
|
|
"workbox-expiration": "^4.3.1",
|
|
|
|
"workbox-routing": "^4.3.1",
|
|
|
|
"workbox-strategies": "^4.3.1",
|
2021-09-09 08:25:58 -05:00
|
|
|
"workbox-sw": "^4.3.1"
|
2018-10-03 09:15:43 -05:00
|
|
|
},
|
2017-12-14 20:15:04 -06:00
|
|
|
"devDependencies": {
|
2020-09-11 09:42:46 -05:00
|
|
|
"@arkweid/lefthook": "^0.7.2",
|
2021-05-12 11:07:23 -05:00
|
|
|
"@mixer/parallel-prettier": "^2.0.1",
|
2021-07-06 19:39:33 -05:00
|
|
|
"browserify": "^17.0.0",
|
2019-11-08 09:50:41 -06:00
|
|
|
"chrome-launcher": "^0.12.0",
|
2018-09-10 02:30:28 -05:00
|
|
|
"chrome-remote-interface": "^0.25",
|
2019-07-11 11:27:58 -05:00
|
|
|
"lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",
|
2021-08-04 17:23:01 -05:00
|
|
|
"pretender": "^3.4.7",
|
2021-12-13 03:31:49 -06:00
|
|
|
"puppeteer-core": "^13.0.0",
|
2019-01-10 04:06:01 -06:00
|
|
|
"qunit": "2.8.0",
|
2018-10-04 10:06:14 -05:00
|
|
|
"route-recognizer": "^0.3.3",
|
2021-06-23 10:31:12 -05:00
|
|
|
"sinon": "^9.0.2",
|
|
|
|
"squoosh": "discourse/squoosh#dc9649d"
|
2018-11-05 14:10:27 -06:00
|
|
|
},
|
2021-05-12 11:07:23 -05:00
|
|
|
"resolutions": {
|
|
|
|
"lodash": "4.17.21"
|
|
|
|
},
|
2018-11-05 14:10:27 -06:00
|
|
|
"scripts": {
|
2021-05-10 08:34:24 -05:00
|
|
|
"postinstall": "yarn --cwd app/assets/javascripts/discourse"
|
2021-08-04 15:04:58 -05:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-11-24 14:16:33 -06:00
|
|
|
"node": "12.* || 14.* || >= 16",
|
2021-08-04 15:04:58 -05:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
2017-12-14 20:15:04 -06:00
|
|
|
}
|
|
|
|
}
|