mirror of
https://github.com/zhigang1992/examples.git
synced 2026-04-29 01:46:00 +08:00
29 lines
783 B
JSON
Executable File
29 lines
783 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.3",
|
|
"@expo/webpack-config": "0.12.16",
|
|
"electron": "6.1.10",
|
|
"expo": "~38.0.0",
|
|
"react": "~16.11.0",
|
|
"react-dom": "~16.11.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
|
|
"react-native-web": "0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@types/react": "~16.9.41",
|
|
"@types/react-dom": "~16.9.8",
|
|
"@types/react-native": "~0.62.13",
|
|
"typescript": "3.8.3"
|
|
}
|
|
}
|