- 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
38 lines
1006 B
JSON
38 lines
1006 B
JSON
{
|
|
"name": "@react-native-community/cli-server-api",
|
|
"version": "13.6.4",
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@react-native-community/cli-debugger-ui": "13.6.4",
|
|
"@react-native-community/cli-tools": "13.6.4",
|
|
"compression": "^1.7.1",
|
|
"connect": "^3.6.5",
|
|
"errorhandler": "^1.5.1",
|
|
"nocache": "^3.0.1",
|
|
"pretty-format": "^26.6.2",
|
|
"serve-static": "^1.13.1",
|
|
"ws": "^7.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/compression": "^1.7.2",
|
|
"@types/connect": "^3.4.33",
|
|
"@types/errorhandler": "^1.5.0",
|
|
"@types/ws": "^7.4.7"
|
|
},
|
|
"files": [
|
|
"build",
|
|
"!*.map"
|
|
],
|
|
"homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-server-api",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/cli.git",
|
|
"directory": "packages/cli-server-api"
|
|
},
|
|
"gitHead": "a31b57ec24073420cef566c8bff2c6ae3e87c14f"
|
|
}
|