-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 940 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
{
"name": "gl-react-cookbook-expo",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/slider": "^5.0.1",
"expo": "~54.0.0",
"expo-camera": "~17.0.10",
"expo-gl": "~16.0.10",
"expo-status-bar": "~3.0.9",
"gl-react": "workspace:^",
"gl-react-expo": "workspace:^",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "^5.7.0",
"webgltexture-loader": "2.1.2",
"webgltexture-loader-expo": "2.1.2",
"webgltexture-loader-expo-camera": "2.1.2"
},
"devDependencies": {
"@react-native-community/cli": "^19.0.0",
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true,
"installConfig": {
"hoistingLimits": "workspaces"
}
}