61 lines
1.7 KiB
JSON
61 lines
1.7 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/metro-runtime": "~6.1.2",
|
|
"@expo/vector-icons": "^15.0.3",
|
|
"@innungsapp/shared": "workspace:*",
|
|
"@react-native-async-storage/async-storage": "^2.2.0",
|
|
"@tanstack/react-query": "^5.59.0",
|
|
"@trpc/client": "^11.0.0",
|
|
"@trpc/react-query": "^11.0.0",
|
|
"better-auth": "^1.2.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"expo": "~54.0.33",
|
|
"expo-calendar": "~15.0.8",
|
|
"expo-constants": "~18.0.13",
|
|
"expo-dev-client": "~6.0.20",
|
|
"expo-document-picker": "~14.0.8",
|
|
"expo-font": "~14.0.11",
|
|
"expo-haptics": "~15.0.8",
|
|
"expo-linking": "~8.0.11",
|
|
"expo-notifications": "~0.32.16",
|
|
"expo-router": "~6.0.23",
|
|
"expo-splash-screen": "~31.0.13",
|
|
"expo-status-bar": "~3.0.9",
|
|
"expo-system-ui": "~6.0.9",
|
|
"expo-web-browser": "~15.0.10",
|
|
"nativewind": "^4.1.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "^18.3.0",
|
|
"react-native": "0.81.5",
|
|
"react-native-gesture-handler": "~2.28.0",
|
|
"react-native-reanimated": "~4.1.6",
|
|
"react-native-safe-area-context": "5.6.2",
|
|
"react-native-screens": "~4.16.0",
|
|
"react-native-web": "^0.21.2",
|
|
"superjson": "^2.2.1",
|
|
"tailwind-merge": "^2.5.0",
|
|
"zod": "^3.23.0",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.0",
|
|
"@innungsapp/admin": "workspace:*",
|
|
"@types/react": "~19.1.17",
|
|
"eslint-config-expo": "~10.0.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|