mirror of
https://github.com/zhigang1992/examples.git
synced 2026-04-28 09:26:34 +08:00
18 lines
458 B
JSON
18 lines
458 B
JSON
{
|
|
"dependencies": {
|
|
"expo": "~36.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-screens": "2.0.0-alpha.12",
|
|
"react-native-web": "~0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~16.9.0",
|
|
"@types/react-native": "~0.60.23",
|
|
"@babel/core": "~7.0.0",
|
|
"babel-preset-expo": "~8.0.0",
|
|
"typescript": "~3.6.3"
|
|
}
|
|
}
|