- App.tsx: full navigation (Auth stack + Main tabs with 5 screens) - Auth: LoginScreen, RegisterScreen, ForgotPasswordScreen - HomeScreen: dashboard with IoT metrics, weather widget, alerts, quick actions, sensors - MapScreen: interactive map with layer toggles (6 layers) - MarketplaceScreen: categories (6), products (5), search - ChatScreen: AI chat with quick prompts (4), bot responses - ProfileScreen: user info, stats, menu (9 items), logout - AlertsScreen: alert list with severity, acknowledge - SensorsScreen: sensor list with type filters (6 types), search - ZonesScreen: zone cards with stats - SettingsScreen: language picker (FR/EN/ES/DE), privacy, about - Stores: iotStore (sensors, zones, alerts), notificationStore, uiStore + i18n - Hooks: useSensors, useAlerts, useNotifications, useLocation - Components: Card, Button, LoadingSpinner, ErrorBoundary, Header - Services: iotService, notificationService (with axios API client) - Utils: formatters (temp, AQI, noise, dates), validators (email, password, IBAN) - Theme: colors.ts with full design system (Blue Ocean palette) - Ditto: fixed MongoDB connection, new JWT secrets, official gateway image
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "@expo/package-manager",
|
|
"version": "1.12.1",
|
|
"description": "A library for installing and finding packages in a project",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/@expo/package-manager"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"package-manager",
|
|
"package-json",
|
|
"node",
|
|
"yarn",
|
|
"yarnpkg",
|
|
"pnpm",
|
|
"bun"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"homepage": "https://github.com/expo/expo/tree/main/packages/@expo/package-manager#readme",
|
|
"files": [
|
|
"build"
|
|
],
|
|
"dependencies": {
|
|
"@expo/json-file": "^10.2.0",
|
|
"@expo/spawn-async": "^1.8.0",
|
|
"chalk": "^4.0.0",
|
|
"npm-package-arg": "^11.0.0",
|
|
"ora": "^3.4.0",
|
|
"resolve-workspace-root": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/micromatch": "^4.0.2",
|
|
"@types/npm-package-arg": "^6.1.0",
|
|
"expo-module-scripts": "56.0.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "a7adc95c1747db1e92655feba56d0e62660098db",
|
|
"scripts": {
|
|
"build": "expo-module build",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"test": "expo-module test",
|
|
"typecheck": "expo-module typecheck"
|
|
}
|
|
} |