2021-01-19 05:12:45 +08:00
|
|
|
{
|
|
|
|
"name": "discourse",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
2022-08-18 06:27:16 +08:00
|
|
|
"description": "A platform for community discussion. Free, open, simple.",
|
2021-01-19 05:12:45 +08:00
|
|
|
"repository": "",
|
2022-08-18 06:27:16 +08:00
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"author": "Discourse",
|
2021-01-19 05:12:45 +08:00
|
|
|
"directories": {
|
|
|
|
"doc": "doc",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "ember build",
|
|
|
|
"start": "ember serve",
|
2023-04-12 20:15:53 +08:00
|
|
|
"test": "ember test",
|
2023-04-20 20:57:40 +08:00
|
|
|
"postinstall": "yarn --silent --cwd .. patch-package"
|
2021-01-19 05:12:45 +08:00
|
|
|
},
|
2021-08-27 05:19:44 +08:00
|
|
|
"dependencies": {
|
2023-05-17 16:42:20 +08:00
|
|
|
"@ember/string": "^3.1.1",
|
2022-10-12 18:14:41 +08:00
|
|
|
"@discourse/backburner.js": "^2.7.1-0",
|
2022-11-16 16:10:58 +08:00
|
|
|
"@discourse/itsatrap": "^2.0.10",
|
2022-11-18 01:44:23 +08:00
|
|
|
"@ember-compat/tracked-built-ins": "^0.9.1",
|
2022-03-14 18:25:52 +08:00
|
|
|
"@ember/jquery": "^2.0.0",
|
2023-03-17 19:55:29 +08:00
|
|
|
"@ember/legacy-built-in-components": "^0.4.2",
|
2023-06-03 02:47:52 +08:00
|
|
|
"@ember/render-modifiers": "^2.1.0",
|
2022-12-22 17:38:01 +08:00
|
|
|
"@ember/test-helpers": "^2.9.3",
|
2022-06-23 19:35:42 +08:00
|
|
|
"@glimmer/component": "^1.1.2",
|
2023-03-24 06:20:33 +08:00
|
|
|
"@glimmer/syntax": "^0.84.3",
|
2022-06-28 00:13:04 +08:00
|
|
|
"@glimmer/tracking": "^1.1.2",
|
2023-05-29 19:22:01 +08:00
|
|
|
"@popperjs/core": "^2.11.8",
|
2022-09-11 17:59:51 +08:00
|
|
|
"a11y-dialog": "7.5.2",
|
2022-11-16 16:10:58 +08:00
|
|
|
"admin": "1.0.0",
|
2022-07-04 17:36:51 +08:00
|
|
|
"bootstrap": "3.4.1",
|
2022-11-16 18:58:10 +08:00
|
|
|
"bootstrap-json": "1.0.0",
|
2023-03-20 20:02:44 +08:00
|
|
|
"deepmerge": "^4.3.1",
|
2022-11-16 23:43:45 +08:00
|
|
|
"dialog-holder": "1.0.0",
|
2022-11-16 16:10:58 +08:00
|
|
|
"discourse-common": "1.0.0",
|
|
|
|
"discourse-hbr": "1.0.0",
|
|
|
|
"discourse-plugins": "1.0.0",
|
|
|
|
"discourse-widget-hbs": "1.0.0",
|
2022-06-22 06:12:04 +08:00
|
|
|
"ember-buffered-proxy": "^2.1.1",
|
2022-10-07 06:58:21 +08:00
|
|
|
"ember-cached-decorator-polyfill": "^1.0.1",
|
2023-02-21 22:11:53 +08:00
|
|
|
"ember-decorators": "^6.1.1",
|
2022-09-12 16:22:42 +08:00
|
|
|
"ember-exam": "^8.0.0",
|
2021-01-19 05:12:45 +08:00
|
|
|
"ember-export-application-global": "^2.0.1",
|
|
|
|
"ember-load-initializers": "^2.1.1",
|
2023-03-01 17:24:54 +08:00
|
|
|
"ember-modifier": "^4.1.0",
|
2022-08-30 01:59:57 +08:00
|
|
|
"ember-on-resize-modifier": "^1.1.0",
|
2023-03-10 18:37:28 +08:00
|
|
|
"ember-production-deprecations": "1.0.0",
|
2023-01-23 05:56:17 +08:00
|
|
|
"ember-rfc176-data": "^0.3.18",
|
2023-05-05 07:02:51 +08:00
|
|
|
"ember-source": "~3.28.12",
|
2021-11-29 18:08:05 +08:00
|
|
|
"ember-test-selectors": "^6.0.0",
|
2022-11-16 16:10:58 +08:00
|
|
|
"handlebars": "^4.7.7",
|
2023-06-07 16:54:20 +08:00
|
|
|
"html-entities": "^2.3.5",
|
2022-06-28 00:13:29 +08:00
|
|
|
"js-yaml": "^4.1.0",
|
2023-05-29 18:59:56 +08:00
|
|
|
"jsdom": "^22.1.0",
|
2022-08-30 02:11:59 +08:00
|
|
|
"markdown-it": "^13.0.1",
|
2023-01-13 20:22:00 +08:00
|
|
|
"message-bus-client": "^4.3.2",
|
2021-09-08 20:00:29 +08:00
|
|
|
"messageformat": "0.1.5",
|
2022-11-16 16:10:58 +08:00
|
|
|
"pretty-text": "1.0.0",
|
|
|
|
"select-kit": "1.0.0",
|
2022-06-17 20:50:21 +08:00
|
|
|
"tippy.js": "^6.3.7",
|
2022-11-18 18:45:52 +08:00
|
|
|
"util": "^0.12.5",
|
2023-04-19 02:42:25 +08:00
|
|
|
"virtual-dom": "^2.1.1",
|
2022-11-16 16:10:58 +08:00
|
|
|
"wizard": "1.0.0",
|
|
|
|
"xss": "^1.0.14"
|
2021-01-19 05:12:45 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-06-29 02:52:31 +08:00
|
|
|
"node": "16.* || >= 18",
|
2021-08-05 04:04:58 +08:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
2021-01-19 05:12:45 +08:00
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
2023-04-20 20:57:40 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-29 19:00:40 +08:00
|
|
|
"@babel/core": "^7.22.1",
|
2023-05-30 14:55:58 +08:00
|
|
|
"@babel/standalone": "^7.22.4",
|
2023-05-03 16:25:13 +08:00
|
|
|
"@ember/optional-features": "^2.0.0",
|
|
|
|
"@uppy/aws-s3": "^3.0.6",
|
|
|
|
"@uppy/aws-s3-multipart": "^3.1.3",
|
|
|
|
"@uppy/core": "^3.0.4",
|
|
|
|
"@uppy/drop-target": "^2.0.1",
|
|
|
|
"@uppy/utils": "^5.2.0",
|
|
|
|
"@uppy/xhr-upload": "^3.1.1",
|
|
|
|
"babel-import-util": "^1.3.0",
|
|
|
|
"babel-plugin-ember-template-compilation": "^2.0.0",
|
|
|
|
"broccoli-asset-rev": "^3.0.0",
|
|
|
|
"ember-auto-import": "^2.6.3",
|
2023-05-09 01:59:41 +08:00
|
|
|
"ember-auto-import-chunks-json-generator": "^1.1.0",
|
2023-04-20 20:57:40 +08:00
|
|
|
"ember-cached-decorator-polyfill": "^1.0.1",
|
2023-05-03 16:25:13 +08:00
|
|
|
"ember-cli": "~4.12.0",
|
|
|
|
"ember-cli-app-version": "^6.0.0",
|
|
|
|
"ember-cli-babel": "^7.26.11",
|
|
|
|
"ember-cli-dependency-checker": "^3.3.1",
|
2023-04-20 20:57:40 +08:00
|
|
|
"ember-cli-deprecation-workflow": "^2.1.0",
|
2023-05-03 16:25:13 +08:00
|
|
|
"ember-cli-htmlbars": "^6.2.0",
|
|
|
|
"ember-cli-inject-live-reload": "^2.1.0",
|
|
|
|
"ember-cli-progress-ci": "1.0.0",
|
|
|
|
"ember-cli-sri": "^2.1.1",
|
|
|
|
"ember-cli-terser": "^4.0.2",
|
|
|
|
"ember-qunit": "^6.2.0",
|
|
|
|
"ember-exam": "^8.0.0",
|
2023-06-05 08:03:03 +08:00
|
|
|
"eslint": "^8.42.0",
|
2023-05-03 16:25:13 +08:00
|
|
|
"eslint-plugin-qunit": "^7.3.4",
|
|
|
|
"imports-loader": "^4.0.1",
|
|
|
|
"loader.js": "^4.7.0",
|
|
|
|
"pretender": "^3.4.7",
|
2023-06-12 07:59:44 +08:00
|
|
|
"sass": "^1.63.3",
|
2023-05-19 15:15:01 +08:00
|
|
|
"sinon": "^15.1.0",
|
2023-05-03 16:25:13 +08:00
|
|
|
"source-map": "^0.7.4",
|
|
|
|
"qunit": "^2.19.4",
|
|
|
|
"qunit-dom": "^2.0.0",
|
2023-06-03 02:47:11 +08:00
|
|
|
"terser": "^5.17.7",
|
2023-06-09 18:14:11 +08:00
|
|
|
"webpack": "^5.85.1",
|
|
|
|
"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"
|
2021-01-19 05:12:45 +08:00
|
|
|
}
|
|
|
|
}
|