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"
|
|
|
|
],
|
|
|
|
"repository": "",
|
|
|
|
"dependencies": {
|
2022-11-16 03:10:58 -05:00
|
|
|
"discourse-widget-hbs": "1.0.0",
|
2023-02-22 17:38:32 -05:00
|
|
|
"ember-auto-import": "^2.6.1",
|
2022-11-16 05:07:58 -05:00
|
|
|
"ember-cli": "~3.28.5",
|
2022-08-22 04:56:39 -04:00
|
|
|
"ember-cli-babel": "^7.26.10",
|
2023-02-27 12:43:28 -05:00
|
|
|
"ember-cli-htmlbars": "^6.2.0",
|
2023-03-24 08:10:34 -04:00
|
|
|
"webpack": "^5.76.3"
|
2022-11-16 03:10:58 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-03 05:01:24 -04:00
|
|
|
"@babel/core": "^7.21.4"
|
2022-08-22 04:56:39 -04:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "16.* || >= 18",
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
|
|
|
}
|
|
|
|
}
|