mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 22:47:03 +08:00
15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"dependencies": {
|
|
"expo": "36.0.0",
|
|
"expo-sqlite": "~8.0.0",
|
|
"react": "16.9.0",
|
|
"react-dom": "16.9.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
|
|
"react-native-web": "0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.0.0",
|
|
"babel-preset-expo": "8.0.0"
|
|
}
|
|
}
|