/
psyhack
/
chat-app
Обзор
Документация
Войти
/
psyhack
/
chat-app
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
47 строк
1 KB
sanchine
load project
19 июн 2024, 16:50
Не верифицирован
19 июн 2024, 16:50
3b45049
Код
Авторство
О чём код?
{ "name": "chat_algus", "version": "1.0.0", "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "test": "jest" }, "dependencies": { "@expo/config-plugins": "~6.0.0", "@expo/prebuild-config": "~6.0.0", "@expo/vector-icons": "^13.0.0", "@react-native-async-storage/async-storage": "^1.21.0", "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "@reduxjs/toolkit": "^2.2.1", "axios": "^1.4.0", "base-64": "^1.0.0", "eas-cli": "^7.0.0", "expo": "~48.0.21", "expo-app-loading": "^2.1.1", "expo-font": "~11.1.1", "expo-screen-orientation": "^6.4.1", "expo-splash-screen": "~0.18.2", "expo-status-bar": "~1.4.4", "fast-deep-equal": "^3.1.3", "react": "18.2.0", "react-native": "0.73.4", "react-native-debugger": "^1.1.0", "react-native-gesture-handler": "~2.9.0", "react-native-reanimated": "~2.14.4", "react-navigation": "^4.4.4", "react-navigation-header-buttons": "^10.0.0", "react-redux": "^8.1.1", "redux-devtools-extension": "^2.13.9", "remote-redux-devtools": "^0.5.16", "reselect": "^5.1.0", "typescript": "^4.9.4" }, "devDependencies": { "@babel/core": "^7.20.0", "jest": "^29.7.0" }, "private": true }