/
Daydya
/
Balagan
Обзор
Документация
Войти
/
Daydya
/
Balagan
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
package.json
51 строка
1 KB
Daydya
Файлы приложения
19 дек 2025, 21:05
19 дек 2025, 21:05
15bdbd0
Код
Авторство
О чём код?
{ "name": "greenhouse-app", "version": "1.0.0", "description": "Greenhouse & Fridge Automation Mobile App", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "test": "jest" }, "keywords": [ "react-native", "expo", "greenhouse", "iot", "mqtt" ], "author": "Your Name", "license": "MIT", "dependencies": { "@expo/vector-icons": "^15.0.3", "@react-native-async-storage/async-storage": "2.2.0", "@react-navigation/bottom-tabs": "^7.8.12", "@react-navigation/native": "^7.1.7", "axios": "^1.7.9", "expo": "~54.0.0", "expo-build-properties": "~1.0.10", "expo-device": "~8.0.10", "expo-font": "~14.0.10", "expo-navigation-bar": "~5.0.10", "expo-notifications": "~0.32.15", "expo-status-bar": "~3.0.9", "expo-system-ui": "^6.0.9", "paho-mqtt": "^1.1.0", "react": "19.1.0", "react-dom": "19.1.0", "react-native": "0.81.5", "react-native-chart-kit": "^6.12.0", "react-native-safe-area-context": "~5.6.0", "react-native-screens": "~4.16.0", "react-native-svg": "15.12.1" }, "devDependencies": { "@babel/core": "^7.26.0", "@types/react": "~19.1.10", "typescript": "~5.9.2" }, "private": true }