mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 22:47:03 +08:00
16 lines
390 B
JSON
16 lines
390 B
JSON
{
|
|
"dependencies": {
|
|
"@apollo/client": "^3.0.0-beta.48",
|
|
"@apollo/link-context": "^2.0.0-beta.3",
|
|
"expo": "~37.0.3",
|
|
"graphql": "^15.0.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"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.6"
|
|
}
|
|
}
|