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",
|
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 16:25:58 +03:00
|
|
|
"@discourse/itsatrap": "^2.0.10",
|
2022-02-03 09:16:17 -06:00
|
|
|
"@fortawesome/fontawesome-free": "5.15.4",
|
2022-02-02 23:41:42 +01:00
|
|
|
"@discourse/moment-timezone-names-translations": "^1.0.0",
|
2021-11-13 01:45:02 +01:00
|
|
|
"@highlightjs/cdn-assets": "^10.7.0",
|
2021-12-14 17:21:49 +01:00
|
|
|
"@json-editor/json-editor": "^2.6.1",
|
2021-11-17 13:47:55 +01:00
|
|
|
"@popperjs/core": "v2.10.2",
|
2021-10-18 15:28:27 +10: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 15:02:10 +10:00
|
|
|
"@uppy/utils": "^4.0.3",
|
2021-10-18 15:28:27 +10:00
|
|
|
"@uppy/xhr-upload": "^2.0.4",
|
2021-12-29 11:02:37 -05:00
|
|
|
"ace-builds": "1.4.13",
|
2018-10-03 10:15:43 -04:00
|
|
|
"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",
|
2021-09-09 16:25:58 +03:00
|
|
|
"diffhtml": "^1.0.0-beta.20",
|
2021-11-10 11:03:28 +10:00
|
|
|
"eslint-config-discourse": "^1.1.9",
|
2021-05-12 13:03:17 +02:00
|
|
|
"handlebars": "^4.7.7",
|
2020-11-13 14:26:56 +01:00
|
|
|
"jquery": "3.5.1",
|
2018-10-03 10:15:43 -04:00
|
|
|
"magnific-popup": "1.1.0",
|
2019-10-08 13:00:22 +02:00
|
|
|
"markdown-it": "10.0.0",
|
2020-11-10 22:34:26 -03:00
|
|
|
"moment": "2.29.1",
|
|
|
|
"moment-timezone": "0.5.31",
|
2019-05-13 15:09:04 +02:00
|
|
|
"pikaday": "1.8.0",
|
2021-02-02 11:38:29 +05:30
|
|
|
"workbox-cacheable-response": "^4.3.1",
|
2019-07-15 13:05:55 -03:00
|
|
|
"workbox-core": "^4.3.1",
|
|
|
|
"workbox-expiration": "^4.3.1",
|
|
|
|
"workbox-routing": "^4.3.1",
|
|
|
|
"workbox-strategies": "^4.3.1",
|
2021-09-09 16:25:58 +03:00
|
|
|
"workbox-sw": "^4.3.1"
|
2018-10-03 10:15:43 -04:00
|
|
|
},
|
2017-12-15 10:15:04 +08:00
|
|
|
"devDependencies": {
|
2022-02-15 19:57:13 +02:00
|
|
|
"@arkweid/lefthook": "^0.7.7",
|
2021-05-12 18:07:23 +02:00
|
|
|
"@mixer/parallel-prettier": "^2.0.1",
|
2021-07-07 10:39:33 +10:00
|
|
|
"browserify": "^17.0.0",
|
2022-02-02 10:56:03 -05:00
|
|
|
"chrome-launcher": "^0.14.2",
|
2018-09-10 15:30:28 +08:00
|
|
|
"chrome-remote-interface": "^0.25",
|
2019-07-11 18:27:58 +02:00
|
|
|
"lodash-cli": "https://github.com/lodash-archive/lodash-cli.git",
|
2021-08-05 08:23:01 +10:00
|
|
|
"pretender": "^3.4.7",
|
2021-12-13 09:31:49 +00:00
|
|
|
"puppeteer-core": "^13.0.0",
|
2019-01-10 11:06:01 +01:00
|
|
|
"qunit": "2.8.0",
|
2018-10-04 11:06:14 -04:00
|
|
|
"route-recognizer": "^0.3.3",
|
2022-02-26 13:50:19 +01:00
|
|
|
"sinon": "^13.0.1",
|
2021-06-23 12:31:12 -03:00
|
|
|
"squoosh": "discourse/squoosh#dc9649d"
|
2018-11-05 15:10:27 -05:00
|
|
|
},
|
2021-05-12 18:07:23 +02: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 22:04:58 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-11-24 21:16:33 +01:00
|
|
|
"node": "12.* || 14.* || >= 16",
|
2021-08-04 22:04:58 +02:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
2017-12-15 10:15:04 +08:00
|
|
|
}
|
|
|
|
}
|