/
ALEEYmooon
/
schedule
Обзор
Документация
Войти
/
ALEEYmooon
/
schedule
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
91 строка
3 KB
danilbutakov
Добавлена функция смены темы в приложении. Версия приложения: 1.4.1. Версия кода для Android: 31.
31 июл 2023, 11:39
31 июл 2023, 11:39
73c0157
Код
Авторство
О чём код?
{ "name": "schedulle", "version": "1.0.0", "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web" }, "dependencies": { "@expo/webpack-config": "^0.17.2", "@gorhom/bottom-sheet": "^4.4.5", "@react-native-async-storage/async-storage": "^1.17.11", "@react-native-community/blur": "^4.3.0", "@react-native-community/netinfo": "^9.3.9", "@react-native-firebase/app": "^16.4.4", "@react-native-firebase/auth": "^16.4.4", "@react-native-firebase/database": "^16.4.6", "@react-native-google-signin/google-signin": "^8.2.1", "@react-native-masked-view/masked-view": "^0.2.8", "@react-navigation/bottom-tabs": "^6.4.0", "@react-navigation/material-bottom-tabs": "^6.2.4", "@react-navigation/material-top-tabs": "^6.4.0", "@react-navigation/native": "^6.0.13", "@react-navigation/native-stack": "^6.9.1", "@react-navigation/stack": "^6.3.4", "@reduxjs/toolkit": "^1.9.3", "@shopify/flash-list": "^1.4.3", "deepmerge": "^4.3.1", "expo": "~47.0.5", "expo-app-loading": "^2.1.1", "expo-asset": "^8.6.2", "expo-auth-session": "^3.7.2", "expo-constants": "^14.0.2", "expo-contacts": "^11.0.1", "expo-dev-client": "^2.0.0", "expo-font": "^11.0.1", "expo-image-picker": "^14.0.2", "expo-linear-gradient": "~12.0.1", "expo-random": "^13.0.0", "expo-splash-screen": "~0.17.5", "expo-status-bar": "~1.4.2", "firebase": "^9.14.0", "lodash": "^4.17.21", "lodash.debounce": "^4.0.8", "nanoid": "^4.0.0", "native-base": "^3.4.25", "react": "18.1.0", "react-dom": "18.1.0", "react-firebase-hooks": "^5.1.1", "react-hook-form": "^7.45.2", "react-native": "0.70.6", "react-native-animatable": "^1.3.3", "react-native-animated-splash-screen": "^2.0.5", "react-native-calendars": "^1.1293.0", "react-native-easy-grid": "^0.2.2", "react-native-extended-stylesheet": "^0.12.0", "react-native-gesture-handler": "^2.8.0", "react-native-get-random-values": "^1.8.0", "react-native-gifted-chat": "^1.0.4", "react-native-image-viewing": "^0.2.2", "react-native-offline": "^6.0.2", "react-native-pager-view": "^6.1.2", "react-native-paper": "^4.12.5", "react-native-popup-confirm-toast": "^2.2.2", "react-native-reanimated": "^2.12.0", "react-native-reanimated-carousel": "^3.3.0", "react-native-safe-area-context": "^4.4.1", "react-native-screens": "^3.18.2", "react-native-snap-carousel": "4.0.0-beta.6", "react-native-status-bar-height": "^2.6.0", "react-native-svg": "^13.5.0", "react-native-svg-transformer": "^1.0.0", "react-native-swipeable": "^0.6.0", "react-native-tab-view": "^3.3.2", "react-native-vector-icons": "^9.2.0", "react-native-web": "~0.18.9", "react-navigation-tabs": "^2.11.2", "react-redux": "^8.0.5", "redux-devtools-extension": "^2.13.9", "uid": "^2.0.1" }, "devDependencies": { "@babel/core": "^7.12.9", "@types/react": "~18.0.14", "@types/react-native": "~0.70.6", "@types/react-native-get-random-values": "1.8.0", "typescript": "^4.6.3" }, "private": true }