-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "@gpujs/expo-gl-example",
"private": false,
"version": "1.0.0",
"description": "A GPU.js native example used with https://github.com/gpujs/expo-gl",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpujs/expo-gl-example.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/gpujs/expo-gl-example/issues"
},
"homepage": "https://github.com/gpujs/expo-gl-example#readme",
"dependencies": {
"@gpujs/expo-gl": "^0.0.12",
"expo": "^36.0.2",
"expo-cli": "^3.13.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-native": "^0.61.5",
"react-native-screens": "^2.2.0",
"react-native-web": "^0.12.2"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@types/react": "~16.9.0",
"@types/react-native": "~0.60.23",
"babel-preset-expo": "~8.0.0",
"typescript": "~3.6.3"
}
}