-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 3.01 KB
/
package.json
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
{
"name": "haohaohow",
"packageManager": "[email protected]",
"workspaces": [
"projects/*"
],
"devDependencies": {
"@types/semver": "7.5.x",
"@yarnpkg/parsers": "^3.0.2",
"@yarnpkg/types": "^4.0.0",
"prettier": "^3.4.2",
"semver": "^7.5.0",
"typescript": "patch:typescript@npm%3A5.7.2#~/.yarn/patches/typescript-npm-5.7.2-b1f84a8b28.patch",
"yaml": "^2.7.0"
},
"engines": {
"node": "~23.6.0"
},
"resolutions": {
"@testing-library/user-event@npm:14.3.0": "npm:@testing-library/user-event@^14.5.0",
"@types/pg@npm:8.11.6": "npm:^8 <=8.12.x",
"@sentry/types@npm:^8.48.0": "8.48.0",
"debug@npm:^4.1.0": "4.3.4",
"debug@npm:^4.1.1": "4.3.4",
"debug@npm:4.1.1": "4.3.4",
"debug@npm:4": "4.3.4",
"next@npm:14.1.0": "^14.1.0",
"nanoid@npm:3.3.7": "^3.3.8",
"semver@npm:^7.2.1": "7.5.2",
"semver@npm:^7.3.5": "7.5.2",
"semver@npm:^7.3.7": "7.5.2",
"semver@npm:7.3.5": "7.5.2",
"send@npm:^0.18.0": "^0.19.0",
"tar@npm:4.4.18": "^6.2.1",
"ts-node@npm:10.9.1": "^10.9.2",
"undici@npm:5.26.5": "^5.28.4",
"ws@npm:~8.11.0": "^8.17.0",
"@expo/cli@npm:0.18.21": "patch:@expo/cli@npm%3A0.18.21#~/.yarn/patches/@expo-cli-npm-0.18.21-5f35999d26.patch",
"metro-runtime@npm:0.80.12": "patch:metro-runtime@npm%3A0.80.12#~/.yarn/patches/metro-runtime-npm-0.80.9-3f02d2003d.patch",
"react-native-css-interop@npm:~0.0.21": "0.1.15",
"metro-runtime@npm:^0.80.3": "patch:metro-runtime@npm%3A0.80.12#~/.yarn/patches/metro-runtime-npm-0.80.12-8e7410ce37.patch",
"metro-runtime@npm:0.80.9": "patch:metro-runtime@npm%3A0.80.12#~/.yarn/patches/metro-runtime-npm-0.80.12-8e7410ce37.patch",
"@expo/cli@npm:0.21.8": "patch:@expo/cli@npm%3A0.21.8#~/.yarn/patches/@expo-cli-npm-0.21.8-5950619da9.patch",
"@types/node@npm:*": "patch:@types/node@patch%3A@types/node@npm%253A22.10.2%23~/.yarn/patches/@types-node-npm-22.10.2-572466b048.patch%3A%3Aversion=22.10.2&hash=819d81#~/.yarn/patches/@types-node-patch-8935673d40.patch",
"@types/node@npm:^18.17.15": "patch:@types/node@patch%3A@types/node@npm%253A22.10.2%23~/.yarn/patches/@types-node-npm-22.10.2-572466b048.patch%3A%3Aversion=22.10.2&hash=819d81#~/.yarn/patches/@types-node-patch-8935673d40.patch",
"@types/node@npm:>=10.0.0": "patch:@types/node@patch%3A@types/node@npm%253A22.10.2%23~/.yarn/patches/@types-node-npm-22.10.2-572466b048.patch%3A%3Aversion=22.10.2&hash=819d81#~/.yarn/patches/@types-node-patch-8935673d40.patch",
"@types/node@npm:^18.11.18": "patch:@types/node@patch%3A@types/node@npm%253A22.10.2%23~/.yarn/patches/@types-node-npm-22.10.2-572466b048.patch%3A%3Aversion=22.10.2&hash=819d81#~/.yarn/patches/@types-node-patch-8935673d40.patch",
"typescript@npm:^5.5.2": "patch:typescript@npm%3A5.7.2#~/.yarn/patches/typescript-npm-5.7.2-b1f84a8b28.patch",
"typescript@npm:5.1.6": "patch:typescript@npm%3A5.7.2#~/.yarn/patches/typescript-npm-5.7.2-b1f84a8b28.patch",
"@expo/cli@npm:0.22.7": "patch:@expo/cli@npm%3A0.22.7#~/.yarn/patches/@expo-cli-npm-0.22.7-9efc9f6be8.patch"
}
}