2022-08-22 04:56:39 -04: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 05:35:26 -04:00
|
|
|
"@babel/core": "^7.25.2",
|
2023-07-18 14:07:20 -04:00
|
|
|
"deprecation-silencer": "1.0.0",
|
2022-11-16 03:10:58 -05:00
|
|
|
"discourse-widget-hbs": "1.0.0",
|
2023-10-10 18:18:58 -04:00
|
|
|
"ember-cli-babel": "^8.2.0",
|
2023-08-09 05:26:42 -04:00
|
|
|
"ember-cli-htmlbars": "^6.3.0",
|
2024-05-14 20:27:59 -04:00
|
|
|
"ember-template-imports": "^4.1.1",
|
2023-10-18 05:56:35 -04:00
|
|
|
"ember-this-fallback": "^0.4.0"
|
2022-11-16 03:10:58 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-08-20 18:54:06 -04:00
|
|
|
"ember-cli": "~5.11.0",
|
2024-08-22 19:51:21 -04:00
|
|
|
"webpack": "^5.94.0"
|
2022-08-22 04:56:39 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-02-27 04:48:30 -05:00
|
|
|
"node": ">= 18",
|
2022-08-22 04:56:39 -04:00
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
|
|
|
}
|
|
|
|
}
|