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-30 00:18:21 +08:00
|
|
|
"license": "GPL-2.0-only",
|
2018-10-03 22:15:43 +08:00
|
|
|
"dependencies": {
|
2021-09-09 21:25:58 +08:00
|
|
|
"@discourse/itsatrap": "^2.0.10",
|
2022-02-03 23:16:17 +08:00
|
|
|
"@fortawesome/fontawesome-free": "5.15.4",
|
2022-02-03 06:41:42 +08:00
|
|
|
"@discourse/moment-timezone-names-translations": "^1.0.0",
|
2021-11-13 08:45:02 +08:00
|
|
|
"@highlightjs/cdn-assets": "^10.7.0",
|
2021-12-15 00:21:49 +08:00
|
|
|
"@json-editor/json-editor": "^2.6.1",
|
2022-05-02 23:10:26 +08:00
|
|
|
"tippy.js": "^6.3.7",
|
2021-11-17 20:47:55 +08:00
|
|
|
"@popperjs/core": "v2.10.2",
|
2022-03-23 21:28:55 +08: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",
|
2021-12-30 00:02:37 +08:00
|
|
|
"ace-builds": "1.4.13",
|
2018-10-03 22:15:43 +08:00
|
|
|
"bootbox": "3.2.0",
|
2019-03-21 21:18:12 +08:00
|
|
|
"bootstrap": "v3.4.1",
|
2021-08-23 19:49:49 +08:00
|
|
|
"chart.js": "3.5.1",
|
|
|
|
"chartjs-plugin-datalabels": "^2.0.0",
|
2021-09-09 21:25:58 +08:00
|
|
|
"diffhtml": "^1.0.0-beta.20",
|
2022-03-07 01:15:15 +08:00
|
|
|
"eslint-config-discourse": "^2.0.0",
|
2021-05-12 19:03:17 +08:00
|
|
|
"handlebars": "^4.7.7",
|
2020-11-13 21:26:56 +08:00
|
|
|
"jquery": "3.5.1",
|
2018-10-03 22:15:43 +08:00
|
|
|
"magnific-popup": "1.1.0",
|
2019-10-08 19:00:22 +08:00
|
|
|
"markdown-it": "10.0.0",
|
2022-04-12 01:27:24 +08:00
|
|
|
"moment": "2.29.2",
|
2020-11-11 09:34:26 +08:00
|
|
|
"moment-timezone": "0.5.31",
|
2019-05-13 21:09:04 +08:00
|
|
|
"pikaday": "1.8.0",
|
2021-02-02 14:08:29 +08:00
|
|
|
"workbox-cacheable-response": "^4.3.1",
|
2019-07-16 00:05:55 +08:00
|
|
|
"workbox-core": "^4.3.1",
|
|
|
|
"workbox-expiration": "^4.3.1",
|
|
|
|
"workbox-routing": "^4.3.1",
|
|
|
|
"workbox-strategies": "^4.3.1",
|
2021-09-09 21:25:58 +08:00
|
|
|
"workbox-sw": "^4.3.1"
|
2018-10-03 22:15:43 +08:00
|
|
|
},
|
2017-12-15 10:15:04 +08:00
|
|
|
"devDependencies": {
|
2022-02-16 01:57:13 +08:00
|
|
|
"@arkweid/lefthook": "^0.7.7",
|
2021-05-13 00:07:23 +08:00
|
|
|
"@mixer/parallel-prettier": "^2.0.1",
|
2021-07-07 08:39:33 +08:00
|
|
|
"browserify": "^17.0.0",
|
2022-03-13 02:52:07 +08:00
|
|
|
"chrome-launcher": "^0.15.0",
|
|
|
|
"chrome-remote-interface": "^0.31.2",
|
2021-08-05 06:23:01 +08:00
|
|
|
"pretender": "^3.4.7",
|
2022-05-04 02:58:58 +08:00
|
|
|
"puppeteer-core": "^13.7.0",
|
2019-01-10 18:06:01 +08:00
|
|
|
"qunit": "2.8.0",
|
2018-10-04 23:06:14 +08:00
|
|
|
"route-recognizer": "^0.3.3",
|
2022-02-26 20:50:19 +08:00
|
|
|
"sinon": "^13.0.1",
|
2021-06-23 23:31:12 +08:00
|
|
|
"squoosh": "discourse/squoosh#dc9649d"
|
2018-11-06 04:10:27 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-05-10 21:34:24 +08:00
|
|
|
"postinstall": "yarn --cwd app/assets/javascripts/discourse"
|
2021-08-05 04:04:58 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2021-11-25 04:16:33 +08:00
|
|
|
"node": "12.* || 14.* || >= 16",
|
2021-08-05 04:04:58 +08:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
2017-12-15 10:15:04 +08:00
|
|
|
}
|
|
|
|
}
|