Files
examples/with-nextjs/package.json
2020-05-12 14:17:56 -07:00

15 lines
330 B
JSON

{
"dependencies": {
"expo": "37.0.7",
"next": "9.3.5",
"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"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@expo/next-adapter": "2.1.0"
}
}