UNPKG

expo-three

Version:

Utilities for using THREE.js on Expo

55 lines (54 loc) 1.28 kB
{ "name": "expo-three", "version": "4.0.4", "sideEffects": true, "description": "Utilities for using THREE.js on 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", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "expo", "three.js", "graphics", "opengl", "gl", "arkit" ], "author": "Nikhilesh Sigatapu", "license": "MIT", "dependencies": { "@expo/browser-polyfill": "^0.1.0", "color-temperature": "0.2.7", "expo": "^34.0.3", "expo-asset": "^6.0.0", "expo-asset-utils": "^1.0.0", "expo-file-system": "^6.0.0", "three": "^0.102.1" }, "jest": { "preset": "expo-module-scripts" }, "peerDependencies": { "expo": ">= 30.0.0", "react-native": "*" }, "devDependencies": { "@types/three": "^0.93.22", "expo-module-scripts": "^1.0.1" } }