-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.66 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "neutral-press",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,css,md}\" --log-level warn",
"check-types": "turbo run check-types",
"generate-openapi": "turbo run generate-openapi",
"prepare": "husky",
"check": "turbo lint check-types format"
},
"devDependencies": {
"husky": "^9.1.7",
"prettier": "^3.6.2",
"turbo": "^2.5.6",
"typescript": "^5.9.3",
"lint-staged": "^16.2.7"
},
"packageManager": "pnpm@10.18.3",
"engines": {
"node": ">=18"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,md}": "prettier --write"
},
"pnpm": {
"overrides": {
"glob": "^11.1.0",
"tar": "^7.5.7",
"jws": "^3.2.3",
"qs": "^6.14.2",
"dompurify": "^3.3.3",
"js-yaml": "^4.1.1",
"mdast-util-to-hast": "^13.2.1",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"undici": "^6.24.0",
"defu": "^6.1.6",
"effect": "^3.21.0",
"fast-xml-parser": "^5.5.10",
"flatted": "^3.4.2",
"immutable": "^5.1.5",
"yaml": "^2.8.3",
"brace-expansion@<1.1.13": "1.1.13",
"brace-expansion@>=5.0.0 <5.0.5": "5.0.5",
"fast-xml-parser@<5.5.10": "5.5.10",
"markdown-it@>=13.0.0 <14.1.1": "14.1.1",
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.2",
"picomatch@<2.3.2": "2.3.2",
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
"ajv@<6.14.0": "6.14.0",
"bn.js@<4.12.3": "4.12.3",
"minimatch@<3.1.4": "3.1.4",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"minimatch@>=10.0.0 <10.2.3": "10.2.3"
}
}
}