stadtwerke/innungsapp/apps/mobile/package.json

53 lines
1.4 KiB
JSON

{
"name": "@innungsapp/mobile",
"version": "0.1.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"dev": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "expo lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "^2.1.0",
"@tanstack/react-query": "^5.59.0",
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"better-auth": "^1.2.0",
"expo": "~52.0.0",
"expo-calendar": "~13.0.0",
"expo-constants": "~17.0.0",
"expo-dev-client": "~5.0.0",
"expo-document-picker": "~13.0.0",
"expo-font": "~13.0.0",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.0",
"expo-notifications": "~0.29.0",
"expo-router": "~4.0.0",
"expo-splash-screen": "~0.29.0",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.0",
"expo-web-browser": "~14.0.0",
"nativewind": "^4.1.0",
"react": "18.3.1",
"react-native": "0.76.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.0.0",
"react-native-reanimated": "~3.16.0",
"react-native-gesture-handler": "~2.21.0",
"superjson": "^2.2.1",
"zustand": "^5.0.0",
"date-fns": "^3.6.0",
"zod": "^3.23.0"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/react": "~18.3.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.6.0"
}
}