- 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
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@expo/config-plugins",
|
|
"version": "8.0.11",
|
|
"description": "A library for Expo config plugins",
|
|
"main": "build/index.js",
|
|
"scripts": {
|
|
"build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\",\"src/**/__integration_tests__/*\"",
|
|
"clean": "expo-module clean",
|
|
"lint": "expo-module lint",
|
|
"prepare": "expo-module clean && yarn run build",
|
|
"prepublishOnly": "expo-module prepublishOnly",
|
|
"test": "expo-module test",
|
|
"typecheck": "expo-module typecheck"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expo/expo.git",
|
|
"directory": "packages/@expo/config-plugins"
|
|
},
|
|
"keywords": [
|
|
"json",
|
|
"expo",
|
|
"react-native",
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo/issues"
|
|
},
|
|
"homepage": "https://docs.expo.dev/guides/config-plugins/",
|
|
"files": [
|
|
"build",
|
|
"paths"
|
|
],
|
|
"dependencies": {
|
|
"@expo/config-types": "^51.0.3",
|
|
"@expo/json-file": "~8.3.0",
|
|
"@expo/plist": "^0.1.0",
|
|
"@expo/sdk-runtime-versions": "^1.0.0",
|
|
"chalk": "^4.1.2",
|
|
"debug": "^4.3.1",
|
|
"find-up": "~5.0.0",
|
|
"getenv": "^1.0.0",
|
|
"glob": "7.1.6",
|
|
"resolve-from": "^5.0.0",
|
|
"semver": "^7.5.4",
|
|
"slash": "^3.0.0",
|
|
"slugify": "^1.6.6",
|
|
"xcode": "^3.0.1",
|
|
"xml2js": "0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/debug": "^4.1.5",
|
|
"@types/find-up": "^4.0.0",
|
|
"@types/xml2js": "~0.4.11",
|
|
"expo-module-scripts": "^3.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "672a1e49651614f047f5f104fa2bb65ac7fb050e"
|
|
}
|