Files
examples/with-three/package.json
2020-05-14 09:26:08 -07:00

19 lines
450 B
JSON

{
"dependencies": {
"expo": "37.0.7",
"expo-gl": "^8.0.0",
"expo-three": "^5.4.0",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-web": "^0.11",
"react-dom": "16.9.0",
"three": "^0.108.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@types/react": "^16.8.23",
"@types/react-native": "^0.57.65",
"typescript": "^3.4.5"
}
}