-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1023 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
39
40
41
42
43
{
"name": "worklets-deadlock",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"prebuild": "expo prebuild --clean"
},
"dependencies": {
"expo": "~55.0.25",
"expo-build-properties": "~55.0.14",
"expo-status-bar": "~55.0.6",
"react": "19.2.0",
"react-native": "0.83.6",
"react-native-nitro-image": "^0.14.0",
"react-native-nitro-modules": "^0.35.7",
"react-native-vision-camera": "^5.0.10",
"react-native-vision-camera-resizer": "^5.0.10",
"react-native-vision-camera-worklets": "^5.0.10",
"react-native-worklets": "^0.8.3"
},
"devDependencies": {
"@types/react": "~19.2.10",
"typescript": "~5.9.2"
},
"expo": {
"install": {
"exclude": [
"react-native-worklets"
]
},
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"react-native-nitro-image"
]
}
}
},
"private": true
}