- splash: 繁中 consent 使用元件內 ZH_TW_CONSENT,避免 bundle 快取 - splash: 使用 isTraditionalChineseLocaleTag 判斷繁中 - i18n: 註解與 __DEV__ debug log - package: clean:cache, start:clean, ios:clean, clean:ios-build - ALL_COPY: 故障排除與 consent 只改 zh-TW.json 說明 - spec_kit: Splash Consent overflow 記錄排查結論 Co-authored-by: Cursor <cursoragent@cursor.com>
56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"name": "client",
|
|
"main": "expo-router/entry",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"start:clean": "expo start -c",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios --scheme \"Hey Mama\"",
|
|
"ios:clean": "npm run clean:cache && npm run clean:ios-build && expo run:ios --scheme \"Hey Mama\"",
|
|
"web": "expo start --web",
|
|
"test": "vitest run",
|
|
"clean:cache": "rm -rf node_modules/.cache .expo 2>/dev/null; echo 'Cleared .expo and node_modules/.cache'",
|
|
"clean:ios-build": "rm -rf ~/Library/Developer/Xcode/DerivedData/client-* 2>/dev/null; echo 'Cleared Xcode DerivedData for client'"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.0.3",
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@react-navigation/native": "^7.1.8",
|
|
"expo": "~54.0.32",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-crypto": "^15.0.8",
|
|
"expo-dev-client": "^6.0.20",
|
|
"expo-device": "^8.0.10",
|
|
"expo-font": "~14.0.11",
|
|
"expo-linear-gradient": "^15.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-localization": "^17.0.8",
|
|
"expo-notifications": "^0.32.16",
|
|
"expo-router": "~6.0.22",
|
|
"expo-splash-screen": "~31.0.13",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-web-browser": "~15.0.10",
|
|
"i18next": "^25.8.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-i18next": "^16.5.4",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "^2.30.0",
|
|
"react-native-reanimated": "~4.1.1",
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-svg": "15.12.1",
|
|
"react-native-svg-transformer": "^1.5.3",
|
|
"react-native-web": "~0.21.0",
|
|
"react-native-worklets": "0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "~19.1.0",
|
|
"react-test-renderer": "19.1.0",
|
|
"typescript": "~5.9.2",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"private": true
|
|
}
|