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-04-19 18:58:29 +08:00
|
|
|
"ember-auto-import": "^2.6.3",
|
|
|
|
"ember-cli": "~4.12.0",
|
|
|
|
"ember-cli-babel": "^7.26.11",
|
2023-02-28 01:43:28 +08:00
|
|
|
"ember-cli-htmlbars": "^6.2.0",
|
2023-06-01 10:37:14 +08:00
|
|
|
"webpack": "^5.85.0"
|
2022-11-16 16:10:58 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-29 19:00:40 +08:00
|
|
|
"@babel/core": "^7.22.1"
|
2022-08-22 16:56:39 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "16.* || >= 18",
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": ">= 1.21.1"
|
|
|
|
},
|
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
|
|
|
}
|
|
|
|
}
|