mirror of
https://github.com/zhigang1992/examples.git
synced 2026-04-29 09:56:01 +08:00
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"dependencies": {
|
|
"expo": "~38.0.0",
|
|
"next": "9.3.5",
|
|
"react": "~16.11.0",
|
|
"react-dom": "~16.11.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
|
"react-native-web": "0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@expo/next-adapter": "2.1.0"
|
|
}
|
|
}
|