Files
examples/with-three/package.json

20 lines
491 B
JSON

{
"dependencies": {
"expo": "~38.0.0",
"expo-gl": "~8.3.1",
"expo-three": "^5.4.0",
"react": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-web": "0.11.7",
"react-dom": "~16.11.0",
"three": "^0.108.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@types/react": "~16.9.41",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.62.13",
"typescript": "^3.4.5"
}
}