Files
examples/with-react-router/package.json
2020-05-12 17:01:36 -07:00

20 lines
472 B
JSON

{
"scripts": {
"start": "expo start",
"build": "expo build:web",
"deploy": "npx netlify deploy --dir web-build"
},
"dependencies": {
"expo": "37.0.7",
"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",
"react-router-dom": "5.1.2",
"react-router-native": "5.1.2"
},
"devDependencies": {
"@babel/core": "7.9.0"
}
}