- 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
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "babel-plugin-polyfill-corejs3",
|
|
"version": "0.13.0",
|
|
"description": "A Babel plugin to inject imports to core-js@3 polyfills",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel-polyfills.git",
|
|
"directory": "packages/babel-plugin-polyfill-corejs3"
|
|
},
|
|
"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/helper-define-polyfill-provider": "^0.6.5",
|
|
"core-js-compat": "^3.43.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.27.7",
|
|
"@babel/helper-plugin-test-runner": "^7.27.1",
|
|
"@babel/plugin-proposal-decorators": "^7.27.1",
|
|
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
"@babel/plugin-transform-classes": "^7.27.7",
|
|
"@babel/plugin-transform-for-of": "^7.27.1",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
"@babel/plugin-transform-runtime": "^7.27.4",
|
|
"@babel/plugin-transform-spread": "^7.27.1",
|
|
"core-js": "^3.43.0",
|
|
"core-js-pure": "^3.43.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
},
|
|
"gitHead": "fddd6fc6e7c3c41b1234d82e53faf5de832bbf2b"
|
|
} |