mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-09 15:08:12 -05:00
25 lines
611 B
JSON
25 lines
611 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": "~37.0.3",
|
|
"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",
|
|
"socket.io": "^4.0.0",
|
|
"socket.io-client": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-expo": "~8.1.0",
|
|
"@babel/core": "^7.8.6"
|
|
},
|
|
"private": true
|
|
}
|