expo-app/package.json

42 lines
1.3 KiB
JSON

{
"name": "app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@miblanchard/react-native-slider": "^2.3.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/slider": "^4.4.2",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"expo": "~48.0.18",
"expo-haptics": "~12.2.1",
"expo-linear-gradient": "~12.1.2",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"i18next": "^23.2.11",
"i18next-browser-languagedetector": "^7.1.0",
"react": "18.2.0",
"react-i18next": "^13.0.2",
"react-native": "0.71.8",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-uuid": "^2.0.1",
"react-native-zeroconf": "^0.13.8",
"reanimated-color-picker": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}