- 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
83 lines
1.9 KiB
JSON
83 lines
1.9 KiB
JSON
{
|
|
"name": "cacache",
|
|
"version": "18.0.4",
|
|
"cache-version": {
|
|
"content": "2",
|
|
"index": "5"
|
|
},
|
|
"description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"bin/",
|
|
"lib/"
|
|
],
|
|
"scripts": {
|
|
"test": "tap",
|
|
"snap": "tap",
|
|
"coverage": "tap",
|
|
"test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
|
|
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
|
|
"npmclilint": "npmcli-lint",
|
|
"lintfix": "npm run lint -- --fix",
|
|
"postsnap": "npm run lintfix --",
|
|
"postlint": "template-oss-check",
|
|
"posttest": "npm run lint",
|
|
"template-oss-apply": "template-oss-apply --force"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/cacache.git"
|
|
},
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"content-addressable",
|
|
"sri",
|
|
"sri hash",
|
|
"subresource integrity",
|
|
"cache",
|
|
"storage",
|
|
"store",
|
|
"file store",
|
|
"filesystem",
|
|
"disk cache",
|
|
"disk storage"
|
|
],
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@npmcli/fs": "^3.1.0",
|
|
"fs-minipass": "^3.0.0",
|
|
"glob": "^10.2.2",
|
|
"lru-cache": "^10.0.1",
|
|
"minipass": "^7.0.3",
|
|
"minipass-collect": "^2.0.1",
|
|
"minipass-flush": "^1.0.5",
|
|
"minipass-pipeline": "^1.2.4",
|
|
"p-map": "^4.0.0",
|
|
"ssri": "^10.0.0",
|
|
"tar": "^6.1.11",
|
|
"unique-filename": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@npmcli/eslint-config": "^4.0.0",
|
|
"@npmcli/template-oss": "4.22.0",
|
|
"tap": "^16.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.14.0 || >=18.0.0"
|
|
},
|
|
"templateOSS": {
|
|
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
|
|
"windowsCI": false,
|
|
"version": "4.22.0",
|
|
"publish": "true"
|
|
},
|
|
"author": "GitHub Inc.",
|
|
"tap": {
|
|
"nyc-arg": [
|
|
"--exclude",
|
|
"tap-snapshots/**"
|
|
]
|
|
}
|
|
}
|