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