35 lines
997 B
JSON
35 lines
997 B
JSON
|
|
{
|
||
|
|
"name": "funconnect-mobile",
|
||
|
|
"version": "1.1.0",
|
||
|
|
"description": "FunConnect - Minecraft 联机客户端 (iOS & Android)",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"start": "expo start",
|
||
|
|
"android": "expo run:android",
|
||
|
|
"ios": "expo run:ios",
|
||
|
|
"build:android": "eas build --platform android",
|
||
|
|
"build:ios": "eas build --platform ios",
|
||
|
|
"build:all": "eas build --platform all"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"expo": "~50.0.0",
|
||
|
|
"expo-status-bar": "~1.11.1",
|
||
|
|
"expo-clipboard": "~5.0.1",
|
||
|
|
"expo-constants": "~15.4.5",
|
||
|
|
"react": "18.2.0",
|
||
|
|
"react-native": "0.73.4",
|
||
|
|
"react-native-safe-area-context": "4.8.2",
|
||
|
|
"react-native-screens": "~3.29.0",
|
||
|
|
"@react-navigation/native": "^6.1.9",
|
||
|
|
"@react-navigation/bottom-tabs": "^6.5.11",
|
||
|
|
"@react-native-async-storage/async-storage": "1.21.0",
|
||
|
|
"axios": "^1.6.2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/core": "^7.20.0",
|
||
|
|
"@types/react": "~18.2.45",
|
||
|
|
"typescript": "^5.3.0"
|
||
|
|
},
|
||
|
|
"private": true
|
||
|
|
}
|