Files
examples/with-react-three-fiber/package.json
2020-06-02 13:30:53 -07:00

17 lines
385 B
JSON

{
"dependencies": {
"expo": "37.0.7",
"expo-gl": "8.2.0",
"expo-three": "5.4.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-web": "0.11.7",
"react-three-fiber": "^4.2.8",
"three": "^0.117.1"
},
"devDependencies": {
"@babel/core": "7.9.0"
}
}