-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "dialogporten-frontend",
"version": "1.173.1",
"private": true,
"scripts": {
"hooks:enable": "git config core.hooksPath .hooks",
"hooks:disable": "git config --unset core.hooksPath",
"hooks:status": "if [ \"$(git config core.hooksPath)\" == \".hooks\" ]; then echo 'Git hooks is enabled'; else echo 'git hooks is disabled'; fi",
"biome:fix-staged": "pnpm husky check --staged --fix",
"biome:fix": "pnpm biome check --no-errors-on-unmatched --write"
},
"devDependencies": {
"@biomejs/biome": "2.5.4",
"lint-staged": "17.0.8",
"mprocs": "^0.9.2",
"turbo": "2.9.14"
},
"engines": {
"node": ">=22.22.0"
},
"lint-staged": {
"**/*.*": "biome check --staged --no-errors-on-unmatched --write"
},
"packageManager": "pnpm@10.34.5",
"msw": {
"workerDirectory": [
"dist"
]
},
"pnpm": {
"overrides": {
"@types/hast": "3.0.5",
"mdast-util-gfm-autolink-literal": "2.0.0",
"protobufjs": ">=8.0.1",
"shell-quote": ">=1.9.0",
"websocket-driver": ">=0.7.5",
"brace-expansion@1": "1.1.16",
"brace-expansion@2": "5.0.9",
"brace-expansion@5": ">=5.0.9 <6",
"postcss@8": ">=8.5.23 <9",
"fast-uri@3": ">=3.1.5 <4",
"fast-uri@4": ">=4.1.2 <5",
"find-my-way@9": ">=9.7.0 <10",
"js-yaml@3": "3.15.1",
"js-yaml@4": ">=4.3.1 <5"
}
}
}