UNPKG

1.93 kBJSONView Raw
1{
2 "name": "expo-three",
3 "version": "5.3.0",
4 "sideEffects": true,
5 "description": "Utilities for using THREE.js with Expo",
6 "main": "build/index.js",
7 "types": "build/index.d.ts",
8 "homepage": "https://github.com/expo/expo-three#readme",
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/expo/expo-three.git"
12 },
13 "bugs": {
14 "url": "https://github.com/expo/expo-three/issues"
15 },
16 "scripts": {
17 "build": "expo-module build",
18 "clean": "expo-module clean",
19 "test": "expo-module test",
20 "prepare": "expo-module prepare",
21 "prepublishOnly": "expo-module prepublishOnly",
22 "expo-module": "expo-module",
23 "sync-example": "cp -a build/ example/node_modules/expo-three/build/"
24 },
25 "contributors": [
26 "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
27 ],
28 "keywords": [
29 "three.js",
30 "three",
31 "gaming",
32 "graphics",
33 "opengl",
34 "gl",
35 "expo",
36 "arkit",
37 "expo-web",
38 "react",
39 "react-native",
40 "react-native-web"
41 ],
42 "author": "Nikhilesh Sigatapu",
43 "license": "MIT",
44 "dependencies": {
45 "@expo/browser-polyfill": "^0.1.0",
46 "color-temperature": "0.2.7",
47 "expo-asset-utils": "^1.0.0"
48 },
49 "unimodulePeerDependencies": {
50 "expo-asset": "*",
51 "@unimodules/core": "*",
52 "expo-file-system": "*"
53 },
54 "peerDependencies": {
55 "react-native": "*",
56 "three": "^0.108.0"
57 },
58 "devDependencies": {
59 "@types/three": "^0.103.2",
60 "@unimodules/core": "^3.0.2",
61 "expo": "^34.0.4",
62 "expo-asset": "^6.0.0",
63 "expo-constants": "^6.0.0",
64 "expo-file-system": "^6.0.2",
65 "expo-font": "^6.0.1",
66 "expo-module-scripts": "^1.1.0",
67 "jest": "^24.9.0",
68 "jest-expo": "^34.1.0",
69 "react": "^16.9.0",
70 "react-dom": "^16.9.0",
71 "react-native": "https://github.com/expo/react-native/archive/sdk-34.0.0.tar.gz",
72 "react-native-web": "^0.11.7",
73 "three": "^0.108.0"
74 }
75}