90 lines
2.9 KiB
JSON
90 lines
2.9 KiB
JSON
{
|
|
"name": "amba",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"build:android": "eas build --platform android --profile preview",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web"
|
|
},
|
|
"dependencies": {
|
|
"@chatwoot/react-native-widget": "^0.0.21",
|
|
"@expo/metro-runtime": "~5.0.4",
|
|
"@expo/vector-icons": "^14.1.0",
|
|
"@lottiefiles/dotlottie-react": "^0.17.10",
|
|
"@react-native-async-storage/async-storage": "2.1.2",
|
|
"@react-native-firebase/app": "^23.5.0",
|
|
"@react-native-firebase/auth": "^23.5.0",
|
|
"@react-native-firebase/firestore": "^23.5.0",
|
|
"@react-native-firebase/functions": "^23.5.0",
|
|
"@react-native-firebase/messaging": "^23.5.0",
|
|
"@react-native-firebase/storage": "^23.7.0",
|
|
"@react-native-google-signin/google-signin": "^16.0.0",
|
|
"@react-navigation/material-top-tabs": "^7.4.2",
|
|
"@rn-primitives/accordion": "^1.1.0",
|
|
"@rn-primitives/checkbox": "^1.2.0",
|
|
"@rn-primitives/label": "^1.1.0",
|
|
"@rn-primitives/portal": "^1.3.0",
|
|
"@rn-primitives/progress": "^1.1.0",
|
|
"@rn-primitives/select": "^1.1.0",
|
|
"@rn-primitives/slot": "^1.1.0",
|
|
"@rn-primitives/tabs": "^1.1.0",
|
|
"@rn-primitives/types": "^1.1.0",
|
|
"@shopify/flash-list": "^2.2.0",
|
|
"big.js": "^7.0.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"expo": "^53.0.0",
|
|
"expo-auth-session": "~6.2.1",
|
|
"expo-calendar": "^15.0.8",
|
|
"expo-camera": "^16.1.11",
|
|
"expo-clipboard": "~7.1.5",
|
|
"expo-constants": "~17.1.7",
|
|
"expo-contacts": "~14.2.5",
|
|
"expo-crypto": "~14.1.5",
|
|
"expo-dev-client": "~5.2.4",
|
|
"expo-haptics": "~14.1.4",
|
|
"expo-image-picker": "~16.1.4",
|
|
"expo-linking": "~7.1.7",
|
|
"expo-local-authentication": "~14.0.1",
|
|
"expo-network": "~7.1.5",
|
|
"expo-router": "~5.1.6",
|
|
"expo-status-bar": "~2.2.3",
|
|
"firebase": "^12.2.1",
|
|
"i18next": "^25.7.2",
|
|
"libphonenumber-js": "^1.12.22",
|
|
"lottie-react-native": "^7.3.4",
|
|
"lucide-react-native": "^0.400.0",
|
|
"nativewind": "^4.1.23",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-i18next": "^16.5.0",
|
|
"react-native": "0.79.5",
|
|
"react-native-country-picker-modal": "^2.0.0",
|
|
"react-native-pager-view": "^6.9.1",
|
|
"react-native-qrcode-svg": "^6.3.21",
|
|
"react-native-reanimated": "~3.17.4",
|
|
"react-native-safe-area-context": "5.4.0",
|
|
"react-native-screens": "~4.11.1",
|
|
"react-native-svg": "^15.11.2",
|
|
"react-native-web": "^0.20.0",
|
|
"react-native-webview": "13.13.5",
|
|
"react-native-wheel-pick": "^1.2.6",
|
|
"tailwind-merge": "^3.0.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"valibot": "^1.1.0",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/big.js": "^6.2.2",
|
|
"@types/react": "~19.0.10",
|
|
"patch-package": "^8.0.1",
|
|
"typescript": "~5.8.3"
|
|
},
|
|
"private": true
|
|
}
|