47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "mobile",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"run:android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.1.1",
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@react-native-picker/picker": "^2.11.1",
|
|
"@react-navigation/native": "^7.1.33",
|
|
"expo": "~55.0.8",
|
|
"expo-camera": "~17.0.9",
|
|
"expo-clipboard": "~8.0.7",
|
|
"expo-constants": "~55.0.9",
|
|
"expo-easytier-vpn": "file:./modules/expo-easytier-vpn",
|
|
"expo-font": "~55.0.4",
|
|
"expo-linear-gradient": "~15.0.7",
|
|
"expo-linking": "~55.0.8",
|
|
"expo-modules-core": "~55.0.17",
|
|
"expo-router": "~55.0.7",
|
|
"expo-splash-screen": "~55.0.12",
|
|
"expo-status-bar": "~55.0.4",
|
|
"expo-symbols": "~55.0.5",
|
|
"expo-web-browser": "~55.0.10",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-native": "0.83.2",
|
|
"react-native-reanimated": "4.2.1",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.23.0",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.2.2",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true,
|
|
"packageManager": "pnpm@10.25.0+sha1.2cfb3ab644446565c127f58165cc76368c9c920b"
|
|
}
|