1
0
mirror of synced 2026-05-22 22:13:15 +00:00
Files

37 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2020-09-04 14:37:08 +02:00
{
2024-01-16 17:48:38 +01:00
"private": true,
2020-09-04 14:37:08 +02:00
"devDependencies": {
2026-03-26 14:41:37 +01:00
"@discourse/lint-configs": "2.44.1",
2026-03-13 13:46:37 +01:00
"@glint/ember-tsc": "1.1.1",
2026-01-28 12:52:21 +01:00
"concurrently": "^9.2.1",
2026-03-26 14:41:37 +01:00
"discourse": "npm:@discourse/types@2026.3.0-d02b2966",
2026-01-28 12:52:21 +01:00
"ember-template-lint": "7.9.3",
"eslint": "9.39.2",
2026-03-13 13:46:37 +01:00
"lint-to-the-future": "^2.6.4",
"lint-to-the-future-eslint": "^3.3.0",
"prettier": "3.8.1",
2026-03-26 14:41:37 +01:00
"stylelint": "17.5.0"
2026-01-28 12:52:21 +01:00
},
"scripts": {
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
2026-03-26 14:41:37 +01:00
"lint:css": "pnpm stylelint 'assets/stylesheets/**/*.scss' --allow-empty-input",
"lint:css:fix": "pnpm stylelint 'assets/stylesheets/**/*.scss' --fix --allow-empty-input",
2026-01-28 12:52:21 +01:00
"lint:js": "eslint {assets,admin/assets,test}/javascripts --cache --no-error-on-unmatched-pattern",
"lint:js:fix": "eslint {assets,admin/assets,test}/javascripts --fix --no-error-on-unmatched-pattern",
2026-03-26 14:41:37 +01:00
"lint:hbs": "ember-template-lint '{assets,admin/assets,test}/javascripts/**/*.gjs' --no-error-on-unmatched-pattern",
"lint:hbs:fix": "ember-template-lint '{assets,admin/assets,test}/javascripts/**/*.gjs' --fix --no-error-on-unmatched-pattern",
"lint:prettier": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' --check --no-error-on-unmatched-pattern",
"lint:prettier:fix": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' -w --no-error-on-unmatched-pattern",
2026-03-13 13:46:37 +01:00
"lint:types": "ember-tsc -b",
"lttf:ignore": "lint-to-the-future ignore"
2024-10-14 19:54:57 +08:00
},
"engines": {
"node": ">= 22",
2024-10-14 19:54:57 +08:00
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
2026-01-28 12:52:21 +01:00
"pnpm": "^10"
},
2026-01-28 12:52:21 +01:00
"packageManager": "pnpm@10.28.0"
2020-09-04 14:37:08 +02:00
}