mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 05:33:44 +08:00
eb94ec16da
The gjs/gts formats are a new pattern for authoring Ember components. This commit introduces support for these patterns to our build pipeline for core/plugins, and converts a handful of components to use the new format. It also introduces relevant updates to our linting config, and to our sample vscode configuration. Co-authored-by: Godfrey Chan <godfreykfc@gmail.com> Co-authored-by: Krystan HuffMenne <kmenne+github@gmail.com>
32 lines
730 B
JSON
32 lines
730 B
JSON
{
|
|
"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": {
|
|
"deprecation-silencer": "1.0.0",
|
|
"discourse-widget-hbs": "1.0.0",
|
|
"ember-auto-import": "^2.6.3",
|
|
"ember-cli-babel": "^7.26.11",
|
|
"ember-cli-htmlbars": "^6.2.0",
|
|
"ember-template-imports": "^3.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.9",
|
|
"ember-cli": "~5.0.0",
|
|
"webpack": "^5.88.2"
|
|
},
|
|
"engines": {
|
|
"node": "16.* || >= 18",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">= 1.21.1"
|
|
},
|
|
"ember": {
|
|
"edition": "default"
|
|
}
|
|
}
|