2022-01-18 09:18:21 -05:00
|
|
|
{
|
2024-01-16 17:41:09 +01:00
|
|
|
"private": true,
|
2022-01-18 09:18:21 -05:00
|
|
|
"devDependencies": {
|
2026-03-13 13:56:55 +01:00
|
|
|
"@discourse/lint-configs": "2.43.0",
|
|
|
|
|
"@glint/ember-tsc": "1.1.1",
|
2026-01-29 15:37:00 +01:00
|
|
|
"concurrently": "^9.2.1",
|
2026-03-13 13:56:55 +01:00
|
|
|
"discourse": "npm:@discourse/types@2026.3.0-887c5be4",
|
2026-01-29 15:37:00 +01:00
|
|
|
"ember-template-lint": "7.9.3",
|
|
|
|
|
"eslint": "9.39.2",
|
2026-03-13 13:56:55 +01:00
|
|
|
"lint-to-the-future": "^2.6.4",
|
|
|
|
|
"lint-to-the-future-eslint": "^3.3.0",
|
|
|
|
|
"prettier": "3.8.1",
|
|
|
|
|
"stylelint": "17.4.0"
|
2026-01-29 15:37:00 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
|
|
|
|
|
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
|
|
|
|
|
"lint:css": "pnpm stylelint {javascripts,desktop,mobile,common,scss}/**/*.scss --allow-empty-input",
|
|
|
|
|
"lint:css:fix": "pnpm stylelint {javascripts,desktop,mobile,common,scss}/**/*.scss --fix --allow-empty-input",
|
|
|
|
|
"lint:js": "eslint {javascripts,test} --cache --no-error-on-unmatched-pattern",
|
|
|
|
|
"lint:js:fix": "eslint {javascripts,test} --fix --no-error-on-unmatched-pattern",
|
|
|
|
|
"lint:hbs": "ember-template-lint javascripts/**/*.gjs --no-error-on-unmatched-pattern",
|
|
|
|
|
"lint:hbs:fix": "ember-template-lint javascripts/**/*.gjs --fix --no-error-on-unmatched-pattern",
|
|
|
|
|
"lint:prettier": "pnpm prettier {javascripts,desktop,mobile,common,scss}/**/*.scss {javascripts,test}/**/*.{js,gjs} --check --no-error-on-unmatched-pattern",
|
|
|
|
|
"lint:prettier:fix": "pnpm prettier {javascripts,desktop,mobile,common,scss}/**/*.scss {javascripts,test}/**/*.{js,gjs} -w --no-error-on-unmatched-pattern",
|
2026-03-13 13:56:55 +01:00
|
|
|
"lint:types": "ember-tsc -b",
|
|
|
|
|
"lttf:ignore": "lint-to-the-future ignore"
|
2024-10-14 15:33:20 +08:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2025-02-06 17:00:07 +00:00
|
|
|
"node": ">= 22",
|
2024-10-14 15:33:20 +08:00
|
|
|
"npm": "please-use-pnpm",
|
|
|
|
|
"yarn": "please-use-pnpm",
|
2026-01-29 15:37:00 +01:00
|
|
|
"pnpm": "^10"
|
2025-02-06 17:00:07 +00:00
|
|
|
},
|
2026-01-29 15:37:00 +01:00
|
|
|
"packageManager": "pnpm@10.28.0"
|
2022-01-18 09:18:21 -05:00
|
|
|
}
|