2020-04-30 00:18:21 +08:00
|
|
|
{
|
|
|
|
"name": "discourse-common",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Shared code between discourse apps",
|
|
|
|
"author": "Discourse",
|
2020-08-14 18:00:35 +08:00
|
|
|
"license": "GPL-2.0-only",
|
2020-04-30 00:18:21 +08:00
|
|
|
"keywords": [
|
|
|
|
"ember-addon"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"build": "ember build",
|
|
|
|
"lint:hbs": "ember-template-lint .",
|
|
|
|
"lint:js": "eslint .",
|
|
|
|
"start": "ember serve"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-05 17:35:26 +08:00
|
|
|
"@babel/core": "^7.25.2",
|
2024-08-27 20:31:12 +08:00
|
|
|
"@ember/string": "^4.0.0",
|
2023-07-03 08:07:34 +08:00
|
|
|
"@uppy/aws-s3": "3.0.6",
|
2023-06-30 12:05:19 +08:00
|
|
|
"@uppy/aws-s3-multipart": "3.1.3",
|
2023-06-29 23:08:33 +08:00
|
|
|
"@uppy/core": "3.0.4",
|
2024-02-21 08:13:25 +08:00
|
|
|
"@uppy/drop-target": "2.0.1",
|
2023-08-30 10:50:46 +08:00
|
|
|
"@uppy/utils": "5.4.3",
|
2023-06-29 23:08:33 +08:00
|
|
|
"@uppy/xhr-upload": "3.1.1",
|
2024-09-03 17:51:07 +08:00
|
|
|
"discourse-i18n": "workspace:1.0.0",
|
2024-06-26 07:35:06 +08:00
|
|
|
"ember-auto-import": "^2.7.4",
|
2023-10-11 06:18:58 +08:00
|
|
|
"ember-cli-babel": "^8.2.0",
|
2023-08-09 17:26:42 +08:00
|
|
|
"ember-cli-htmlbars": "^6.3.0",
|
2024-09-12 18:09:11 +08:00
|
|
|
"ember-resolver": "^13.0.0",
|
2023-08-02 07:07:36 +08:00
|
|
|
"handlebars": "^4.7.8",
|
2024-09-03 17:51:07 +08:00
|
|
|
"truth-helpers": "workspace:1.0.0"
|
2020-04-30 00:18:21 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-22 06:17:02 +08:00
|
|
|
"@ember/optional-features": "^2.1.0",
|
2024-04-18 22:48:10 +08:00
|
|
|
"@embroider/test-setup": "^4.0.0",
|
2022-06-23 19:35:42 +08:00
|
|
|
"@glimmer/component": "^1.1.2",
|
2024-05-08 16:40:14 +08:00
|
|
|
"@types/jquery": "^3.5.30",
|
2024-01-17 06:43:19 +08:00
|
|
|
"@types/qunit": "^2.19.10",
|
|
|
|
"@types/rsvp": "^4.0.9",
|
2020-04-30 00:18:21 +08:00
|
|
|
"broccoli-asset-rev": "^3.0.0",
|
2024-08-21 06:54:06 +08:00
|
|
|
"ember-cli": "~5.11.0",
|
2022-06-22 06:12:15 +08:00
|
|
|
"ember-cli-inject-live-reload": "^2.1.0",
|
2020-04-30 00:18:21 +08:00
|
|
|
"ember-cli-sri": "^2.1.1",
|
2022-06-28 00:13:46 +08:00
|
|
|
"ember-cli-terser": "^4.0.2",
|
2020-04-30 00:18:21 +08:00
|
|
|
"ember-disable-prototype-extensions": "^1.1.3",
|
|
|
|
"ember-load-initializers": "^2.1.1",
|
2024-01-11 01:30:50 +08:00
|
|
|
"ember-source": "~5.5.0",
|
2022-06-22 06:12:43 +08:00
|
|
|
"ember-source-channel-url": "^3.0.0",
|
2023-05-03 16:25:13 +08:00
|
|
|
"loader.js": "^4.7.0",
|
2024-08-23 07:51:21 +08:00
|
|
|
"webpack": "^5.94.0"
|
2020-04-30 00:18:21 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-02-27 17:48:30 +08:00
|
|
|
"node": ">= 18",
|
2024-09-03 17:51:07 +08:00
|
|
|
"npm": "please-use-pnpm",
|
|
|
|
"yarn": "please-use-pnpm",
|
|
|
|
"pnpm": ">= 9"
|
2024-09-05 03:14:13 +08:00
|
|
|
},
|
2020-04-30 00:18:21 +08:00
|
|
|
"ember": {
|
2022-06-24 04:19:54 +08:00
|
|
|
"edition": "default"
|
2020-04-30 00:18:21 +08:00
|
|
|
}
|
|
|
|
}
|