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"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2023-07-19 02:07:20 +08:00
|
|
|
"deprecation-silencer": "1.0.0",
|
2022-11-16 16:10:58 +08:00
|
|
|
"discourse-widget-hbs": "1.0.0",
|
2023-10-11 06:18:58 +08:00
|
|
|
"ember-cli-babel": "^8.2.0",
|
2023-08-09 17:26:42 +08:00
|
|
|
"ember-cli-htmlbars": "^6.3.0",
|
2023-10-18 19:42:26 +08:00
|
|
|
"ember-template-imports": "^4.0.0",
|
2023-10-18 17:56:35 +08:00
|
|
|
"ember-this-fallback": "^0.4.0"
|
2022-11-16 16:10:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-13 06:08:07 +08:00
|
|
|
"@babel/core": "^7.23.2",
|
2023-06-30 19:01:45 +08:00
|
|
|
"ember-cli": "~5.0.0",
|
2023-10-16 17:23:00 +08:00
|
|
|
"webpack": "^5.89.0"
|
2022-08-22 16:56:39 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "16.* || >= 18",
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
|
|
|
}
|
|
|
|
}
|