Files
territory-log/package.json
root 0e9c953564
Some checks are pending
Build (EAS) / EAS Build (Android Preview APK) (push) Waiting to run
fix: add .npmrc legacy-peer-deps for EAS build compatibility
2026-02-20 00:44:31 +08:00

53 lines
1.5 KiB
JSON

{
"name": "territory-log",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"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-camera": "~16.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",
"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-svg": "15.8.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.0",
"@types/react": "~18.3.12",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.0",
"prettier": "^3.3.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
}
}