Files
examples/with-electron/package.json

29 lines
778 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.12",
"@expo/webpack-config": "^0.10.7",
"electron": "6.1.7",
"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.1.tar.gz",
"react-native-web": "^0.11.7"
},
"devDependencies": {
"@types/react": "^16.9.0",
"@types/react-native": "^0.57.65",
"babel-preset-expo": "^7.1.0",
"typescript": "^3.7.4"
},
"private": true
}