forked from NikitaDudin/expo-three
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.61 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
65
66
67
68
{
"name": "expo-three",
"version": "6.0.1",
"sideEffects": true,
"description": "Utilities for using THREE.js with Expo",
"main": "build/index.js",
"types": "build/index.d.ts",
"homepage": "https://github.com/expo/expo-three#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo-three.git"
},
"bugs": {
"url": "https://github.com/expo/expo-three/issues"
},
"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"
},
"contributors": [
"Evan Bacon <[email protected]> (https://github.com/evanbacon)"
],
"keywords": [
"three.js",
"three",
"gaming",
"graphics",
"opengl",
"gl",
"expo",
"arkit",
"expo-web",
"react",
"react-native",
"react-native-web"
],
"author": "Nikhilesh Sigatapu",
"license": "MIT",
"dependencies": {
"@expo/browser-polyfill": "^0.1.1",
"expo-asset-utils": "~3.0.0"
},
"peerDependencies": {
"expo-asset": "*",
"expo-file-system": "*",
"expo-modules-core": "*",
"react-native": "*",
"three": "^0.127.0"
},
"devDependencies": {
"@types/three": "^0.103.2",
"eslint": "^6.8.0",
"expo-asset": "~8.4.0",
"expo-file-system": "~13.0.0",
"expo-module-scripts": "^2.0.0",
"prettier": "^1.19.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-native": "0.64.2",
"react-native-web": "^0.11.0",
"three": "^0.117.1"
}
}