Files
HouseOrg/package.json
T
2026-06-01 23:16:10 +02:00

55 lines
1.6 KiB
JSON

{
"name": "houseorg",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"lint": "eslint ."
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/datetimepicker": "8.4.4",
"@react-native-community/netinfo": "^11.4.1",
"@tanstack/react-query": "^5.0.0",
"date-fns": "^4.0.0",
"expo": "~54.0.0",
"expo-camera": "~17.0.10",
"expo-constants": "~18.0.13",
"expo-device": "~8.0.10",
"expo-image-manipulator": "~14.0.8",
"expo-image-picker": "~17.0.11",
"expo-linking": "~8.0.12",
"expo-notifications": "~0.32.17",
"expo-router": "~6.0.23",
"expo-secure-store": "~15.0.8",
"expo-status-bar": "~3.0.9",
"openai": "^4.0.0",
"pocketbase": "^0.26.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "^0.21.0",
"react-native-worklets": "^0.5.1",
"uuid": "^11.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@expo/ngrok": "^4.1.3",
"@types/react": "~19.1.0",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~9.2.0",
"typescript": "~5.8.3"
}
}