2022-08-22 09:56:39 +01: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": {
|
2024-10-27 23:06:49 +01:00
|
|
|
"@babel/core": "^7.26.0",
|
2024-09-03 10:51:07 +01:00
|
|
|
"deprecation-silencer": "workspace:1.0.0",
|
|
|
|
"discourse-hbr": "workspace:1.0.0",
|
|
|
|
"discourse-widget-hbs": "workspace:1.0.0",
|
2023-10-11 00:18:58 +02:00
|
|
|
"ember-cli-babel": "^8.2.0",
|
2023-08-09 11:26:42 +02:00
|
|
|
"ember-cli-htmlbars": "^6.3.0",
|
2024-10-09 23:41:00 +02:00
|
|
|
"ember-template-imports": "^4.1.3",
|
2023-10-18 10:56:35 +01:00
|
|
|
"ember-this-fallback": "^0.4.0"
|
2022-11-16 09:10:58 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-02 01:56:08 +02:00
|
|
|
"ember-cli": "~5.12.0",
|
2024-09-30 14:50:21 +02:00
|
|
|
"webpack": "^5.95.0"
|
2022-08-22 09:56:39 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-02-27 10:48:30 +01:00
|
|
|
"node": ">= 18",
|
2024-09-03 10:51:07 +01:00
|
|
|
"npm": "please-use-pnpm",
|
|
|
|
"yarn": "please-use-pnpm",
|
|
|
|
"pnpm": ">= 9"
|
2024-09-04 21:14:13 +02:00
|
|
|
},
|
2022-08-22 09:56:39 +01:00
|
|
|
"ember": {
|
|
|
|
"edition": "default"
|
|
|
|
}
|
|
|
|
}
|