-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
64 lines (64 loc) · 1.64 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "expo-three-orbit-controls",
"version": "2.0.0",
"description": "Universal Three.js Orbit Controls with Expo and React",
"author": "Evan Bacon <[email protected]> (https://baconbrix.com/)",
"main": "build/OrbitControlsView.js",
"types": "build/OrbitControlsView.d.ts",
"keywords": [
"react",
"native",
"gestures",
"expo",
"three.js",
"gl",
"graphics",
"opengl"
],
"files": [
"build"
],
"homepage": "https://github.com/EvanBacon/expo-three-orbit-controls",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"lint": "expo-module lint",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:EvanBacon/expo-three-orbit-controls.git"
},
"devDependencies": {
"@types/three": "^0.103.2",
"expo": "37.0.7",
"expo-gl": "^8.0.0",
"expo-three": "^5.5.1",
"expo-module-scripts": "^1.2.0",
"jest": "^25.1.0",
"jest-expo": "^37.0.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/unstable/sdk-37.tar.gz",
"react-native-web": "^0.11",
"three": "^0.108.0",
"eslint": "^6.8.0",
"prettier": "^1.19.1"
},
"peerDependencies": {
"expo": "^37.0.7",
"expo-gl": "^8.0.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "~0.61",
"react-native-web": "^0.11",
"three": "^0.128.0"
},
"dependencies": {
"react-native-web-hooks": "^3.0.1"
}
}