diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..521a9f7 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true diff --git a/package.json b/package.json index 48a70a7..6014434 100644 --- a/package.json +++ b/package.json @@ -10,39 +10,44 @@ "lint": "eslint . --ext .ts,.tsx" }, "dependencies": { + "@gorhom/bottom-sheet": "^5.0.0", + "ajv": "^8.18.0", + "ajv-keywords": "^5.1.0", "expo": "~52.0.0", - "expo-crypto": "~13.0.0", - "expo-router": "~4.0.0", - "expo-sqlite": "~15.0.0", - "expo-location": "~18.0.0", - "expo-local-authentication": "~14.0.0", "expo-camera": "~16.0.0", - "expo-sharing": "~12.0.0", + "expo-crypto": "~13.0.0", "expo-document-picker": "~12.0.0", "expo-file-system": "~18.0.0", + "expo-local-authentication": "~14.0.0", + "expo-location": "~18.0.0", + "expo-router": "~4.0.0", + "expo-secure-store": "~14.0.1", + "expo-sharing": "~12.0.0", + "expo-sqlite": "~15.0.0", + "lucide-react-native": "^0.460.0", + "nativewind": "^4.0.0", "react": "18.3.1", "react-native": "0.76.7", - "expo-secure-store": "~14.0.1", + "react-native-gesture-handler": "~2.20.0", + "react-native-map-clustering": "^1.1.0", + "react-native-maps": "1.27.1", "react-native-qrcode-svg": "^6.3.0", + "react-native-reanimated": "~3.16.0", "react-native-safe-area-context": "4.12.0", "react-native-screens": "~4.0.0", - "react-native-gesture-handler": "~2.20.0", - "react-native-reanimated": "~3.16.0", - "@gorhom/bottom-sheet": "^5.0.0", - "zustand": "^5.0.0", - "nativewind": "^4.0.0", - "lucide-react-native": "^0.460.0", "react-native-svg": "15.8.0", - "react-native-maps": "1.27.1", - "react-native-map-clustering": "^1.1.0" + "zustand": "^5.0.0" }, "devDependencies": { "@babel/core": "^7.25.0", "@types/react": "~18.3.12", - "typescript": "^5.3.0", - "tailwindcss": "^3.4.0", "eslint": "^8.57.0", "eslint-config-expo": "~8.0.0", - "prettier": "^3.3.0" + "prettier": "^3.3.0", + "tailwindcss": "^3.4.0", + "typescript": "^5.3.0" + }, + "engines": { + "node": ">=18.0.0" } -} +} \ No newline at end of file