mirror of
https://github.com/zhigang1992/examples.git
synced 2026-01-12 22:47:03 +08:00
29 lines
765 B
JSON
29 lines
765 B
JSON
{
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject"
|
|
},
|
|
"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",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-router-native": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@types/react": "~16.9.0",
|
|
"@types/react-native": "~0.60.23",
|
|
"babel-preset-expo": "~8.0.0",
|
|
"typescript": "~3.6.3"
|
|
},
|
|
"private": true
|
|
}
|