forked from theexperiencecompany/gaia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.83 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.83 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
{
"name": "gaia",
"scripts": {},
"dependencies": {
"@react-navigation/native": "^7.1.25",
"@react-navigation/native-stack": "^7.8.6",
"@swc/core": "^1.15.13",
"@swc/helpers": "^0.5.19",
"next": "~16.0.1",
"nx": "latest",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"packageManager": "pnpm@10.17.1",
"devDependencies": {
"@nx/docker": "^22.2.3",
"@nx/next": "22.2.3",
"knip": "^5",
"nx": "22.2.3",
"tsx": "^4.21.0"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@heroui/shared-utils"
],
"onlyBuiltDependencies": [
"@heroui/shared-utils",
"@modelcontextprotocol/ext-apps",
"@parcel/watcher",
"@sentry/cli",
"canvas",
"core-js",
"electron",
"esbuild",
"nx",
"sharp"
],
"overrides": {
"react": "19.1.0",
"react-dom": "19.1.0",
"fast-xml-parser@<4.5.5": "4.5.5",
"fast-xml-parser@>=5.0.0 <5.5.6": "5.5.6",
"node-forge@<1.4.0": "1.4.0",
"minimatch@<3.1.3": "3.1.3",
"minimatch@>=8.0.0 <8.0.6": "8.0.6",
"minimatch@>=9.0.0 <9.0.6": "9.0.6",
"undici@>=6.0.0 <6.24.0": "6.24.0",
"undici@>=7.0.0 <7.24.0": "7.24.0",
"flatted@<3.4.2": "3.4.2",
"axios@<1.13.5": "1.13.5",
"picomatch@<2.3.2": "2.3.2",
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
"preact@<10.28.2": "10.28.2",
"serialize-javascript@<7.0.3": "7.0.3",
"trim-newlines@<3.0.1": "3.0.1",
"hono@<4.12.4": "4.12.4",
"immutable@>=5.0.0 <5.1.5": "5.1.5",
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.0",
"express-rate-limit@>=8.0.0 <8.2.2": "8.2.2",
"@xmldom/xmldom@<0.8.12": "0.8.12",
"simple-git@<3.32.3": "3.32.3"
},
"peerDependencyRules": {
"allowedVersions": {
"react-remove-scroll>@types/react": "^19.0.0"
}
}
}
}