-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 890 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
{
"name": "@gpujs/expo-gl-example",
"version": "2.0.0",
"description": "A GPU.js native example used with https://github.com/gpujs/expo-gl",
"main": "index.ts",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"typecheck": "tsc --noEmit",
"bundle": "expo export --platform ios --output-dir /tmp/expo-gl-example-bundle"
},
"dependencies": {
"@gpujs/expo-gl": "^1.0.0",
"expo": "~57.0.8",
"expo-gl": "~57.0.2",
"expo-status-bar": "~57.0.1",
"gpu.js": "^2.19.9",
"react": "19.2.3",
"react-native": "0.86.0"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~6.0.3"
},
"overrides": {
"node-gyp": "^11.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpujs/expo-gl-example.git"
},
"license": "MIT"
}