Files
fiberops-mobile/package.json

39 lines
1023 B
JSON

{
"name": "fiberops-mobile",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^3.0.1",
"@tanstack/react-query": "^5.95.0",
"axios": "^1.13.6",
"expo": "~55.0.8",
"expo-camera": "^55.0.10",
"expo-constants": "^55.0.9",
"expo-image-picker": "^55.0.13",
"expo-linking": "^55.0.8",
"expo-location": "^55.1.4",
"expo-notifications": "^55.0.13",
"expo-router": "^55.0.7",
"expo-secure-store": "^55.0.9",
"expo-status-bar": "~55.0.4",
"nativewind": "^4.2.3",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-safe-area-context": "^5.7.0",
"react-native-screens": "^4.24.0",
"tailwindcss": "^4.2.2",
"zustand": "^5.0.12"
},
"devDependencies": {
"@types/react": "~19.2.2",
"typescript": "~5.9.2"
},
"private": true
}