-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 2 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": "ntask",
"private": true,
"version": "1.4.0",
"license": "MIT",
"packageManager": "pnpm@10.30.1",
"description": "ɳTask monorepo workspace root",
"pnpm": {
"overrides": {
"ntask-tv>react-native": "npm:react-native-tvos@^0.79.2-0",
"form-data@<3.0.5": "^3.0.5",
"form-data@>=4.0.0 <4.0.6": "^4.0.6",
"uuid@<11.1.1": "^11.1.1",
"esbuild@<0.28.1": "^0.28.1",
"vite@<6.4.3": "^6.4.3",
"@opentelemetry/core@<2.8.0": "^2.8.0",
"@xmldom/xmldom": "^0.9.10",
"fast-xml-parser": "^5.7.0",
"joi": "^17.13.4",
"send": "^0.19.0",
"@hono/node-server@<1.19.15": "^1.19.15",
"brace-expansion@<1.1.18": "^1.1.18",
"brace-expansion@>=2.0.0 <2.1.4": "^2.1.4",
"brace-expansion@>=5.0.0 <5.0.9": "^5.0.9",
"dompurify@<3.4.13": "^3.4.13",
"fast-uri@<3.1.5": "^3.1.5",
"immutable@<5.1.8": "^5.1.8",
"ip-address@<10.3.1": "^10.3.1",
"nanoid@<3.3.18": "^3.3.18",
"postcss@<8.5.23": "^8.5.23",
"shell-quote@<1.9.0": "^1.9.0",
"tar@<7.5.21": "^7.5.21",
"undici@<6.28.0": "^6.28.0",
"undici@>=7.0.0 <7.29.0": "^7.29.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"ajv@>=8.0.0 <8.18.0": "^8.18.0",
"minimatch@>=10.0.0 <10.2.3": "^10.2.3",
"path-to-regexp@>=6.0.0 <6.3.0": "^6.3.0",
"smol-toml@>=1.0.0 <1.6.1": "^1.6.1",
"@tootallnate/once@>=2.0.0 <2.0.1": "^2.0.1",
"decode-uri-component@<0.5.0": "^0.5.0",
"hono@<4.13.5": "^4.13.5",
"js-yaml@<4.3.2": "^4.3.2",
"vitest@<4.1.11": "^4.1.11"
},
"patchedDependencies": {
"@expo/plist@0.2.2": "patches/@expo__plist@0.2.2.patch",
"@expo/plist@0.3.5": "patches/@expo__plist@0.3.5.patch"
}
},
"scripts": {
"version-check": "bash scripts/check-version-lockstep.sh",
"i18n:check": "tsx scripts/check-i18n-completeness.ts",
"test:e2e": "playwright test -c tests/playwright.config.ts"
},
"devDependencies": {
"@playwright/test": "^1.62.1"
}
}