forked from expo/expo-three
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.65 KB
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
69
70
71
{
"name": "expo-three",
"version": "7.0.0",
"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 <bacon@expo.io> (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": "^1.0.0",
"expo-asset-utils": "~3.0.0"
},
"peerDependencies": {
"expo-asset": "*",
"expo-file-system": "*",
"expo-modules-core": "*",
"react-native": "*",
"three": "^0.145.0"
},
"devDependencies": {
"@types/three": "^0.144.0",
"expo-asset": "~8.4.0",
"expo-file-system": "~13.0.0",
"expo-module-scripts": "^2.0.0",
"prettier": "^2.7.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-web": "~0.18.7",
"three": "^0.145.0",
"jest": "26"
},
"jest": {
"preset": "expo-module-scripts"
}
}