41ee5a5358
This PR merges the topic-list-item card component into the nextgen theme. Also does the following cleanup: * Use template-only ember components * Use `fire` instead of deprecated `fa-fire` icon * Lower version requirement for node to 18 to match core * Add english locale strings for topic status column * Remove dummy theme settings --------- Co-authored-by: Martin Brennan <martin@discourse.org>
17 lines
329 B
JSON
17 lines
329 B
JSON
{
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@discourse/lint-configs": "2.4.0",
|
|
"ember-template-lint": "6.1.0",
|
|
"eslint": "9.19.0",
|
|
"prettier": "2.8.8"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": "9.x"
|
|
},
|
|
"packageManager": "pnpm@9.15.5"
|
|
}
|