27 lines
655 B
JSON
27 lines
655 B
JSON
{
|
|
"name": "wirelessphonemouse",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/netinfo": "^9.4.1",
|
|
"expo": "~49.0.7",
|
|
"expo-status-bar": "~1.6.0",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.3",
|
|
"react-native-tcp-socket": "^6.0.6",
|
|
"react-native-vector-icons": "^10.0.0",
|
|
"toggle-switch-react-native": "^3.3.0",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0"
|
|
},
|
|
"private": true
|
|
}
|