新增 HostBridge 原生宿主契约和 H5 native_app transport 新增 Expo React Native 移动壳并收紧 WebView 外链边界 新增 Tauri 桌面壳并用 capability 收口受控命令 更新宿主壳方案、文档索引和共享记忆
30 lines
727 B
JSON
30 lines
727 B
JSON
{
|
|
"name": "@genarrative/mobile-shell",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "expo/AppEntry.js",
|
|
"scripts": {
|
|
"dev": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"test": "vitest run -c vitest.config.ts",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@expo/metro-runtime": "^56.0.15",
|
|
"expo": "^56.0.12",
|
|
"expo-clipboard": "^56.0.4",
|
|
"expo-haptics": "^56.0.3",
|
|
"expo-linking": "^56.0.14",
|
|
"expo-status-bar": "^56.0.4",
|
|
"react": "^19.0.0",
|
|
"react-native": "^0.86.0",
|
|
"react-native-webview": "^13.16.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~5.8.2",
|
|
"vitest": "^0.34.6"
|
|
}
|
|
}
|