-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 859 Bytes
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
{
"name": "react-native-list",
"version": "2.0.0-alpha.0",
"module": "index.ts",
"type": "module",
"files": [
"package.json"
],
"devDependencies": {
"@types/bun": "latest",
"react-native-worklets": "catalog:"
},
"peerDependencies": {
"typescript": "^5"
},
"workspaces": [
"package/",
"example/"
],
"patchedDependencies": {
"metro@0.83.7": "patches/metro@0.83.7.patch",
"metro-runtime@0.83.7": "patches/metro-runtime@0.83.7.patch",
"react-native@0.83.6": "patches/react-native@0.83.6.patch"
},
"scripts": {},
"dependencies": {
"expo": "~55.0.19",
"react": "19.2.0",
"react-native": "0.83.6"
},
"catalog": {
"react": "19.2.0",
"react-native": "0.83.6",
"react-native-worklets": "0.10.0",
"nitrogen": "^0.35.6",
"react-native-nitro-modules": "^0.35.6"
}
}