-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.25 KB
/
Copy pathpackage.json
File metadata and controls
105 lines (105 loc) · 3.25 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "nchat",
"private": true,
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"type-check": "pnpm -r type-check",
"test": "pnpm -r test",
"ci:local": "pnpm lint && pnpm type-check && pnpm test && pnpm build"
},
"pnpm": {
"onlyBuiltDependencies": [
"canvas",
"sharp",
"@node-rs/argon2",
"@signalapp/libsignal-client"
],
"overrides": {
"protobufjs@<7.6.3": ">=7.6.3",
"protobufjs@8.3.0": "8.6.6",
"protobufjs@>=8.0.0 <8.6.6": "8.6.6",
"@artilleryio/int-core>protobufjs": "8.6.6",
"@grpc/proto-loader>protobufjs": "8.6.6",
"tar": ">=7.5.19",
"rollup": ">=3.30.0",
"serialize-javascript": ">=7.0.5",
"undici": ">=8.9.0",
"@nhost/nhost-js": "^3.3.1",
"shell-quote": ">=1.9.0",
"vitest": ">=4.1.11 <5.0.0",
"@vitest/utils": ">=4.1.11 <5.0.0",
"@vitest/coverage-v8": ">=4.1.11 <5.0.0",
"@vitest/mocker": ">=4.1.11 <5.0.0",
"qs@<6.16.0": ">=6.16.0",
"morgan@<1.12.0": ">=1.12.0 <2.0.0",
"postcss-selector-parser@<6.1.3": ">=6.1.3 <7.0.0",
"@appium/base-driver@<10.7.0": ">=10.7.0 <11.0.0",
"tmp": ">=0.2.6",
"@grpc/grpc-js": ">=1.14.4",
"esbuild": ">=0.28.1",
"@babel/core@7.29.0": ">=7.29.6 <7.30.0",
"dompurify@3.4.3": ">=3.4.9 <3.5.0",
"dompurify@<3.4.13": ">=3.4.13 <4.0.0",
"form-data@4.0.5": ">=4.0.6 <4.1.0",
"vite@6.4.2": ">=6.4.3 <6.5.0",
"ws@7.5.10": ">=7.5.11 <7.6.0",
"ws@>=8.0.0 <8.21.0": ">=8.21.0",
"js-yaml@<4.2.0": ">=4.2.0",
"markdown-it@<14.2.0": ">=14.2.0",
"@opentelemetry/core@<2.8.0": ">=2.8.0",
"@sentry/browser@<7.119.1": ">=7.119.1",
"nodemailer@<9.1.1": ">=9.1.1 <10.0.0",
"postcss@<8.5.10": ">=8.5.10",
"uuid@<11.1.1": ">=11.1.1",
"@xmldom/xmldom@<0.8.15": ">=0.8.15 <0.9.0",
"@xmldom/xmldom@>=0.9.0 <0.9.12": ">=0.9.12",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.0",
"next": "15.5.24",
"websocket-driver": ">=0.7.5",
"axios": ">=1.18.0",
"next-auth": ">=4.24.15",
"fast-uri": ">=4.1.3",
"fflate": ">=0.8.3",
"ip-address": ">=10.3.1",
"js-yaml": ">=4.3.1",
"linkify-it": ">=5.0.2",
"nanoid": ">=3.3.18",
"postcss": ">=8.5.18",
"react-router": ">=7.18.2",
"sharp": ">=0.35.4 <0.36.0",
"canvas": "^3.2.3",
"socket.io-parser": ">=4.2.7",
"brace-expansion@1": "1.1.18",
"brace-expansion@2": "2.1.4",
"brace-expansion@3": "5.0.9",
"brace-expansion@4": "5.0.9",
"brace-expansion@5": "5.0.9",
"immutable@4": "4.3.9",
"immutable@5": "5.1.8",
"deepmerge-ts@<8.0.0": ">=8.0.0",
"browserslist@<4.28.7": "^4.28.7",
"joi@<17.13.6": ">=17.13.6 <18.0.0",
"js-cookie@<3.0.7": ">=3.0.7"
},
"patchedDependencies": {
"@capacitor/cli@6.2.1": "patches/@capacitor__cli@6.2.1.patch"
},
"auditConfig": {
"ignoreCves": [
"CVE-2025-71330",
"CVE-2025-71329",
"CVE-2026-56876",
"CVE-2026-19693"
]
}
},
"license": "SEE LICENSE IN LICENSE"
}