49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "han-chat",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"go": "expo start --go",
|
|
"web": "expo start --web",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "15.0.3",
|
|
"@tanstack/react-query": "5.101.2",
|
|
"expo": "~57.0.15",
|
|
"expo-application": "~57.0.2",
|
|
"expo-auth-session": "~57.0.8",
|
|
"expo-constants": "~57.0.13",
|
|
"expo-crypto": "~57.0.1",
|
|
"expo-dev-client": "~57.0.0",
|
|
"expo-document-picker": "~57.0.0",
|
|
"expo-file-system": "~57.0.0",
|
|
"expo-font": "~57.0.0",
|
|
"expo-linking": "~57.0.7",
|
|
"expo-router": "~57.0.15",
|
|
"expo-secure-store": "~57.0.1",
|
|
"expo-sharing": "~57.0.0",
|
|
"expo-status-bar": "~57.0.1",
|
|
"expo-web-browser": "~57.0.2",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-native": "0.86.2",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "4.26.0",
|
|
"react-native-web": "~0.21.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "19.2.17",
|
|
"@vitejs/plugin-react": "6.0.3",
|
|
"jsdom": "29.1.1",
|
|
"typescript": "~6.0.3",
|
|
"vite": "8.1.4",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|