- 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
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "babel-plugin-polyfill-corejs2",
|
|
"version": "0.4.17",
|
|
"description": "A Babel plugin to inject imports to core-js@2 polyfills",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel-polyfills.git",
|
|
"directory": "packages/babel-plugin-polyfill-corejs2"
|
|
},
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.js",
|
|
"exports": {
|
|
".": [
|
|
{
|
|
"import": "./esm/index.mjs",
|
|
"default": "./lib/index.js"
|
|
},
|
|
"./lib/index.js"
|
|
],
|
|
"./package.json": "./package.json"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"dependencies": {
|
|
"@babel/compat-data": "^7.28.6",
|
|
"@babel/helper-define-polyfill-provider": "^0.6.8",
|
|
"semver": "^6.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.6",
|
|
"@babel/helper-plugin-test-runner": "^7.27.1",
|
|
"@babel/plugin-transform-for-of": "^7.27.1",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.28.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
},
|
|
"gitHead": "86eff78e98adc17cdf0eb9ba4d94140eb7cb0da0"
|
|
} |