-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"name": "react-native",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "node scripts/check-exact-deps.mjs && biome check .",
"format": "biome format --write .",
"check-types": "turbo run check-types",
"test": "turbo run test --no-cache",
"test:coverage": "turbo run test:coverage --no-cache"
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"turbo": "2.9.14",
"typescript": "6.0.2",
"rimraf": "6.1.3"
},
"pnpm": {
"overrides": {
"@xmldom/xmldom": "0.9.12",
"baseline-browser-mapping": "2.11.23",
"brace-expansion@1": "1.1.18",
"brace-expansion@5": "5.0.9",
"browserslist": "4.28.9",
"js-yaml@3": "3.15.2",
"js-yaml@4": "4.3.2",
"nanoid@3": "3.3.19",
"postcss": "8.5.28",
"shell-quote": "1.10.0",
"uuid@7": "11.1.1",
"ws@7": "7.5.13",
"ws@8": "8.21.3"
}
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}