-
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
24 lines (24 loc) · 848 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"private": true,
"name": "root-vue-dompurify-html-repo",
"packageManager": "pnpm@9.15.5",
"scripts": {
"typecheck": "turbo run typecheck",
"build": "turbo run build",
"test": "turbo run test",
"test-mutation": "turbo run test-mutation",
"lint": "eslint '**/*.ts' '**/*.mts' && prettier --check '**/*.md' '**.json' './.github/'",
"lint-fix": "eslint '**/*.ts' '**/*.mts' --fix && prettier --write '**/*.md' '**/*.json' './.github/'"
},
"devDependencies": {
"@eslint/js": "9.19.0",
"@types/eslint__js": "8.42.3",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"prettier": "3.4.2",
"turbo": "2.4.0",
"typescript": "5.7.3",
"typescript-eslint": "8.23.0"
}
}