You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.0 KiB

{
"name": "rndanovinexpo",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
3 years ago
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/netinfo": "7.1.3",
"@react-native-community/slider": "4.1.12",
3 years ago
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.1.8",
3 years ago
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"axios": "^0.24.0",
"expo": "^44.0.1",
"expo-app-loading": "~1.3.0",
"expo-av": "^10.2.0",
"expo-barcode-scanner": "~11.2.0",
"expo-blur": "~11.0.0",
"expo-camera": "~12.1.0",
3 years ago
"expo-device": "~4.1.0",
"expo-font": "^10.0.4",
"expo-image-picker": "~12.0.1",
"expo-linear-gradient": "~11.0.3",
"expo-linking": "~3.0.0",
"expo-screen-orientation": "~4.1.1",
"expo-splash-screen": "~0.14.1",
"expo-status-bar": "~1.2.0",
"fiction-expo-restart": "^1.1.2",
3 years ago
"i18next": "^21.6.3",
"install": "^0.13.0",
"jalali-moment": "^3.3.11",
"react": "17.0.1",
"react-dom": "17.0.1",
3 years ago
"react-i18next": "^11.15.1",
"react-native": "0.64.3",
3 years ago
"react-native-awesome-alerts": "^1.5.2",
2 years ago
"react-native-copilot": "^2.5.1",
"react-native-htmlview": "^0.16.0",
"react-native-openanything": "^0.0.6",
"react-native-qrcode-scanner": "^1.5.4",
"react-native-ratings": "^8.1.0",
"react-native-raw-bottom-sheet": "^2.2.0",
3 years ago
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-select-dropdown": "^1.6.0",
"react-native-svg": "^12.1.1",
3 years ago
"react-native-web": "0.17.1",
"react-native-webview": "11.15.0",
"react-navigation-stack": "^2.10.4",
3 years ago
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"tailwind-rn": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}