2022-08-22 16:56:39 +08:00
|
|
|
{
|
|
|
|
"name": "discourse-plugins",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "An addon providing a broccoli tree for each Discourse plugin",
|
|
|
|
"author": "Discourse",
|
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"keywords": [
|
|
|
|
"ember-addon"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-08-05 17:35:26 +08:00
|
|
|
"@babel/core": "^7.25.2",
|
2023-07-19 02:07:20 +08:00
|
|
|
"deprecation-silencer": "1.0.0",
|
2022-11-16 16:10:58 +08:00
|
|
|
"discourse-widget-hbs": "1.0.0",
|
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-05-15 08:27:59 +08:00
|
|
|
"ember-template-imports": "^4.1.1",
|
2023-10-18 17:56:35 +08:00
|
|
|
"ember-this-fallback": "^0.4.0"
|
2022-11-16 16:10:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-10 19:28:45 +08:00
|
|
|
"ember-cli": "~5.10.0",
|
2024-07-12 07:30:31 +08:00
|
|
|
"webpack": "^5.93.0"
|
2022-08-22 16:56:39 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-02-27 17:48:30 +08:00
|
|
|
"node": ">= 18",
|
2022-08-22 16:56:39 +08:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
|
|
|
}
|
|
|
|
}
|