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",
|
2023-02-23 06:38:32 +08:00
|
|
|
"ember-auto-import": "^2.6.1",
|
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",
|
2023-02-28 01:43:28 +08:00
|
|
|
"ember-cli-htmlbars": "^6.2.0",
|
2023-03-24 20:10:34 +08:00
|
|
|
"webpack": "^5.76.3"
|
2022-11-16 16:10:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-15 21:29:16 +08:00
|
|
|
"@babel/core": "^7.21.3"
|
2022-08-22 16:56:39 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "16.* || >= 18",
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
|
|
|
}
|
|
|
|
}
|