Files
examples/with-typescript/package.json
2020-02-04 09:29:45 +00:00

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"
}
}