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": {
|
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-02-05 18:11:40 -05:00
|
|
|
"ember-template-imports": "^4.1.0",
|
2023-10-18 05:56:35 -04:00
|
|
|
"ember-this-fallback": "^0.4.0"
|
2022-11-16 03:10:58 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-25 16:45:19 -05:00
|
|
|
"@babel/core": "^7.23.9",
|
2023-06-30 07:01:45 -04:00
|
|
|
"ember-cli": "~5.0.0",
|
2024-02-19 17:13:34 -05:00
|
|
|
"webpack": "^5.90.3"
|
2022-08-22 04:56:39 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "16.* || >= 18",
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
|
|
|
}
|
|
|
|
}
|