mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 22:47:03 +08:00
18 lines
453 B
JSON
18 lines
453 B
JSON
{
|
|
"dependencies": {
|
|
"expo": "~37.0.7",
|
|
"react": "~16.11.0",
|
|
"react-dom": "~16.11.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
|
|
"react-native-screens": "~2.2.0",
|
|
"react-native-web": "~0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.6",
|
|
"@types/react": "~16.9.36",
|
|
"@types/react-dom": "~16.9.8",
|
|
"@types/react-native": "~0.62.13",
|
|
"typescript": "~3.8.3"
|
|
}
|
|
}
|