2026-03-09 21:29:03 +08:00
|
|
|
{
|
2026-04-22 16:54:51 +08:00
|
|
|
"name": "with_you",
|
2026-06-18 00:03:37 +08:00
|
|
|
"version": "1.0.1",
|
2026-03-24 14:21:31 +08:00
|
|
|
"main": "expo-router/entry",
|
2026-03-09 21:29:03 +08:00
|
|
|
"scripts": {
|
|
|
|
|
"start": "expo start",
|
|
|
|
|
"android": "expo run:android",
|
|
|
|
|
"ios": "expo run:ios",
|
|
|
|
|
"web": "expo start --web",
|
|
|
|
|
"ios:dev": "eas build --platform ios --profile development",
|
|
|
|
|
"ios:simulator": "eas build --platform ios --profile ios-simulator",
|
|
|
|
|
"ios:preview": "eas build --platform ios --profile preview",
|
|
|
|
|
"ios:prod": "eas build --platform ios --profile production",
|
2026-06-06 00:08:34 +08:00
|
|
|
"ios:submit": "eas submit --platform ios --profile production"
|
2026-03-09 21:29:03 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-06-12 23:42:09 +08:00
|
|
|
"@expo/ui": "~56.0.17",
|
2026-03-09 21:29:03 +08:00
|
|
|
"@expo/vector-icons": "^15.1.1",
|
2026-06-01 22:56:37 +08:00
|
|
|
"@livekit/react-native": "^2.11.0",
|
|
|
|
|
"@livekit/react-native-webrtc": "^144.1.0",
|
2026-06-03 01:56:02 +08:00
|
|
|
"@react-native-async-storage/async-storage": "^3.1.1",
|
2026-06-02 01:02:41 +08:00
|
|
|
"@shopify/flash-list": "^2.3.1",
|
2026-06-03 01:56:02 +08:00
|
|
|
"@tanstack/react-query": "^5.100.14",
|
2026-06-12 23:42:09 +08:00
|
|
|
"@types/react": "~19.2.14",
|
2026-06-03 01:56:02 +08:00
|
|
|
"axios": "^1.16.1",
|
|
|
|
|
"date-fns": "^4.4.0",
|
2026-06-12 23:42:09 +08:00
|
|
|
"expo": "~56.0.11",
|
|
|
|
|
"expo-background-task": "~56.0.18",
|
|
|
|
|
"expo-callkit-telecom": "^0.3.9",
|
|
|
|
|
"expo-camera": "~56.0.8",
|
|
|
|
|
"expo-constants": "~56.0.18",
|
|
|
|
|
"expo-dev-client": "~56.0.20",
|
2026-06-18 00:03:37 +08:00
|
|
|
"expo-document-picker": "~56.0.4",
|
2026-06-12 23:42:09 +08:00
|
|
|
"expo-file-system": "~56.0.8",
|
|
|
|
|
"expo-font": "~56.0.6",
|
2026-06-01 22:56:37 +08:00
|
|
|
"expo-haptics": "~56.0.3",
|
|
|
|
|
"expo-image": "~56.0.6",
|
2026-06-12 23:42:09 +08:00
|
|
|
"expo-image-picker": "~56.0.17",
|
2026-06-01 22:56:37 +08:00
|
|
|
"expo-intent-launcher": "~56.0.4",
|
|
|
|
|
"expo-linear-gradient": "~56.0.4",
|
2026-06-12 23:42:09 +08:00
|
|
|
"expo-linking": "~56.0.14",
|
|
|
|
|
"expo-media-library": "~56.0.7",
|
|
|
|
|
"expo-notifications": "~56.0.17",
|
|
|
|
|
"expo-router": "~56.2.10",
|
2026-06-06 00:00:45 +08:00
|
|
|
"expo-splash-screen": "~56.0.10",
|
2026-06-12 23:42:09 +08:00
|
|
|
"expo-sqlite": "~56.0.5",
|
2026-06-01 22:56:37 +08:00
|
|
|
"expo-status-bar": "~56.0.4",
|
|
|
|
|
"expo-system-ui": "~56.0.5",
|
2026-06-12 23:42:09 +08:00
|
|
|
"expo-task-manager": "~56.0.18",
|
|
|
|
|
"expo-updates": "~56.0.19",
|
|
|
|
|
"expo-video": "~56.1.3",
|
2026-06-03 01:56:02 +08:00
|
|
|
"jcore-react-native": "^2.3.6",
|
|
|
|
|
"jpush-react-native": "^3.2.7",
|
|
|
|
|
"katex": "^0.17.0",
|
2026-06-12 23:42:09 +08:00
|
|
|
"livekit-client": "^2.19.2",
|
2026-06-03 01:56:02 +08:00
|
|
|
"markdown-it": "^14.2.0",
|
2026-05-17 23:37:38 +08:00
|
|
|
"pako": "^2.1.0",
|
2026-03-25 16:09:43 +08:00
|
|
|
"prismjs": "^1.30.0",
|
2026-06-01 22:56:37 +08:00
|
|
|
"react": "19.2.3",
|
|
|
|
|
"react-dom": "19.2.3",
|
|
|
|
|
"react-native": "0.85.3",
|
2026-06-03 01:56:02 +08:00
|
|
|
"react-native-gesture-handler": "^3.0.0",
|
|
|
|
|
"react-native-pager-view": "^8.0.2",
|
|
|
|
|
"react-native-paper": "^5.15.3",
|
2026-06-04 12:14:29 +08:00
|
|
|
"react-native-reanimated": "~4.3.1",
|
2026-06-03 01:56:02 +08:00
|
|
|
"react-native-safe-area-context": "~5.8.0",
|
2026-06-01 22:56:37 +08:00
|
|
|
"react-native-screens": "4.25.2",
|
2026-06-03 01:56:02 +08:00
|
|
|
"react-native-share": "^12.3.1",
|
2026-03-10 12:58:23 +08:00
|
|
|
"react-native-sse": "^1.2.1",
|
2026-03-09 21:29:03 +08:00
|
|
|
"react-native-web": "^0.21.0",
|
2026-06-01 22:56:37 +08:00
|
|
|
"react-native-webview": "13.16.1",
|
2026-06-04 12:14:29 +08:00
|
|
|
"react-native-worklets": "^0.8.3",
|
2026-06-03 01:56:02 +08:00
|
|
|
"zod": "^4.4.3",
|
|
|
|
|
"zustand": "^5.0.14"
|
2026-03-09 21:29:03 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-03 01:56:02 +08:00
|
|
|
"@react-native-community/cli": "^20.1.3",
|
2026-05-17 23:37:38 +08:00
|
|
|
"@types/pako": "^2.0.4",
|
2026-06-03 01:56:02 +08:00
|
|
|
"@types/react": "~19.2.16",
|
2026-03-09 21:29:03 +08:00
|
|
|
"@types/react-native-vector-icons": "^6.4.18",
|
2026-06-01 22:56:37 +08:00
|
|
|
"typescript": "~6.0.3"
|
2026-03-09 21:29:03 +08:00
|
|
|
},
|
2026-06-01 22:56:37 +08:00
|
|
|
"private": true,
|
|
|
|
|
"expo": {
|
|
|
|
|
"install": {
|
2026-06-02 01:02:41 +08:00
|
|
|
"exclude": [
|
|
|
|
|
"expo-image"
|
|
|
|
|
]
|
2026-06-01 22:56:37 +08:00
|
|
|
}
|
|
|
|
|
}
|
2026-03-09 21:29:03 +08:00
|
|
|
}
|