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"
|
|
|
|
],
|
|
|
|
"repository": "",
|
|
|
|
"dependencies": {
|
2022-11-16 16:10:58 +08:00
|
|
|
"discourse-widget-hbs": "1.0.0",
|
2022-10-17 05:57:28 +08:00
|
|
|
"ember-auto-import": "^2.4.3",
|
2022-11-16 18:07:58 +08:00
|
|
|
"ember-cli": "~3.28.5",
|
2022-08-22 16:56:39 +08:00
|
|
|
"ember-cli-babel": "^7.26.10",
|
2022-11-16 18:58:10 +08:00
|
|
|
"ember-cli-htmlbars": "^6.1.1",
|
|
|
|
"webpack": "^5.75.0"
|
2022-11-16 16:10:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/core": "^7.20.2"
|
2022-08-22 16:56:39 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "16.* || >= 18",
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
|
|
|
}
|
|
|
|
}
|