{ "name": "ironfans", "version": "1.0.0", "main": "node_modules/expo/AppEntry.js", "author": { "name": "RNE" }, "keywords": [ "react-native", "react-native-elements", "react-native-template", "expo" ], "scripts": { "start": "expo start", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "eject": "expo eject", "build:tailwind": "tailwindcss --input input.css --output tailwind.css --no-autoprefixer && tailwind-rn", "dev:tailwind": "concurrently \"tailwindcss --input input.css --output tailwind.css --no-autoprefixer --watch\" \"tailwind-rn --watch\"" }, "dependencies": { "@react-native-async-storage/async-storage": "1.18.2", "@react-native-picker/picker": "2.4.10", "@react-navigation/bottom-tabs": "^6.5.8", "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "@rneui/base": "^4.0.0-rc.8", "@rneui/themed": "^4.0.0-rc.8", "@shopify/flash-list": "1.4.3", "dayjs": "^1.11.9", "expo": "^49.0.0", "expo-application": "~5.3.0", "expo-av": "~13.4.1", "expo-camera": "~13.4.4", "expo-clipboard": "~4.3.1", "expo-constants": "~14.4.2", "expo-crypto": "~12.4.1", "expo-device": "~5.4.0", "expo-file-system": "~15.4.4", "expo-image": "~1.3.4", "expo-image-multiple-picker": "^4.8.3", "expo-intent-launcher": "~10.7.0", "expo-linear-gradient": "~12.3.0", "expo-linking": "~5.0.2", "expo-media-library": "~15.4.1", "expo-network": "~5.4.0", "expo-splash-screen": "~0.20.5", "expo-status-bar": "~1.6.0", "expo-updates": "~0.18.17", "expo-video-thumbnails": "~7.4.0", "formik": "^2.4.4", "jsencrypt": "^3.3.2", "mime": "^3.0.0", "react": "18.2.0", "react-dom": "18.2.0", "react-native": "0.72.6", "react-native-gifted-chat": "^2.4.0", "react-native-image-zoom-viewer": "^3.0.1", "react-native-picker-select": "^8.1.0", "react-native-safe-area-context": "4.6.3", "react-native-screens": "~3.22.0", "react-native-svg": "13.9.0", "react-native-swiper": "^1.6.0", "react-native-toast-message": "^2.1.6", "react-native-web": "~0.19.6", "react-native-webview": "13.2.2", "tailwind-rn": "^4.2.0" }, "devDependencies": { "@babel/core": "^7.12.9", "@types/react": "~18.2.14", "@types/react-native": "~0.64.12", "concurrently": "^8.2.1", "postcss": "^8.4.29", "tailwindcss": "^3.3.3", "typescript": "^5.1.3" }, "private": true }