-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.6 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.6 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
72
73
74
75
{
"name": "@vertesia/packages",
"version": "1.1.0",
"license": "Apache-2.0",
"private": true,
"type": "module",
"scripts": {
"bump": "pnpm exec wst bump minor -x llumiverse",
"release": "pnpm -r publish --access public",
"build": "pnpm exec turbo run build",
"ci:test": "pnpm exec turbo run test --filter=@vertesia/api-fetch-client --filter=@vertesia/client --filter=@vertesia/converters --filter=@vertesia/json --filter=@vertesia/workflow",
"test": "pnpm -r test",
"clean": "rimraf ./node_modules && pnpm -r clean",
"prepublishOnly": "pnpm build",
"lint": "pnpm -r lint"
},
"devDependencies": {
"eslint": "^10.0.2",
"npm-ws-tools": "^0.3.0",
"rimraf": "^5.0.5",
"turbo": "^2.8.10",
"typescript": "^6.0.2",
"vite": "^7.3.2"
},
"packageManager": "pnpm@10.30.1",
"pnpm": {
"patchedDependencies": {
"ts-dual-module@0.6.3": "patches/ts-dual-module@0.6.3.patch"
},
"overrides": {
"react": "19.2.3",
"react-dom": "19.2.3",
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3",
"brace-expansion@>=1.0.0 <2.0.0": "^1.1.12",
"brace-expansion@>=2.0.0 <3.0.0": "^2.0.2",
"@isaacs/brace-expansion@>=5.0.0 <6.0.0": "^5.0.1",
"brace-expansion@<5.0.5": "^5.0.5",
"cross-spawn@<6.0.6": "^6.0.6",
"esbuild@<0.25.0": "^0.27.1",
"glob@>=10.2.0 <10.5.0": "^10.5.0",
"js-yaml@>=4.0.0 <4.1.1": "^4.1.1",
"koa@<2.16.4": "^2.16.4",
"@hono/node-server@<1.19.10": "^1.19.10",
"hono@<4.12.14": "^4.12.14",
"serialize-javascript@<7.0.3": "^7.0.5",
"dompurify@<=3.3.3": "^3.4.0",
"undici@>=6.0.0 <6.21.3": "^7.24.1",
"vite": "$vite",
"is-generator-function": "1.0.10",
"mdast-util-to-hast@>=13.0.0 <13.2.1": "^13.2.1",
"jws@>=3.0.0 <3.2.3": "^3.2.3",
"jws@>=4.0.0 <4.0.1": "^4.0.1",
"qs@>=6.0.0 <6.14.0": "^6.14.1",
"lodash-es@<4.18.1": "^4.18.1",
"lodash@<4.18.1": "^4.18.1",
"fast-xml-parser@<5.7.2": "^5.7.2",
"@eslint/config-array": "^0.23.3",
"minimatch@>=3.0.0 <4.0.0": "legacy-v3",
"minimatch@>=5.0.0 <6.0.0": "legacy-v5",
"minimatch@>=9.0.0 <10.0.0": "legacy-v9",
"minimatch@>=10.0.0 <11.0.0": "^10.2.4",
"diff@>=4.0.0 <5.0.0": "^4.0.4",
"diff@>=5.0.0 <5.2.2": "^5.2.2",
"diff@>=6.0.0 <8.0.3": "^8.0.3",
"ajv@>=6.0.0 <6.14.0": "^6.14.0",
"@types/node": "^25.6.0",
"flatted@<3.4.2": "^3.4.2",
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
"picomatch@<2.3.2": "^2.3.2",
"picomatch@>=4.0.0 <4.0.4": "^4.0.4",
"protobufjs@<7.5.5": "^7.5.5"
}
}
}