-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.97 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "neutral-press",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:ci": "turbo run lint:ci",
"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.9.14",
"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": {
"@babel/core": "^7.29.7",
"glob": "^11.1.0",
"tar": "^7.5.7",
"jws": "^3.2.3",
"qs": "^6.15.2",
"dompurify": "^3.4.12",
"esbuild": "^0.28.1",
"fast-xml-builder": "^1.3.0",
"form-data": "^4.0.6",
"js-yaml": "^4.3.0",
"linkify-it": "^5.0.2",
"mdast-util-to-hast": "^13.2.1",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"undici": "^6.27.0",
"defu": "^6.1.6",
"effect": "^3.21.0",
"fast-xml-parser": "^5.7.0",
"flatted": "^3.4.2",
"immutable": "^5.1.9",
"postcss": "^8.5.25",
"uuid": "^11.1.1",
"ws": "^8.21.1",
"yaml": "^2.8.3",
"brace-expansion@<1.1.16": "1.1.16",
"brace-expansion@>=5.0.0 <5.0.8": "5.0.8",
"shell-quote": "^1.9.0",
"sharp": "^0.35.3",
"fast-xml-parser@<5.7.0": "5.7.0",
"markdown-it@>=13.0.0 <14.3.0": "14.3.0",
"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"
}
}
}