mirror of
https://github.com/zhigang1992/examples.git
synced 2026-06-13 08:31:23 +08:00
28 lines
748 B
JSON
Executable File
28 lines
748 B
JSON
Executable File
{
|
|
"scripts": {
|
|
"customize": "yarn expo-electron customize",
|
|
"desktop": "yarn expo-electron start",
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"eject": "expo eject"
|
|
},
|
|
"dependencies": {
|
|
"@expo/electron-adapter": "0.0.0-alpha.48",
|
|
"@expo/webpack-config": "0.12.0",
|
|
"electron": "6.1.10",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@types/react": "16.9.34",
|
|
"@types/react-native": "0.61.23",
|
|
"typescript": "3.8.3"
|
|
}
|
|
}
|