* add npmrc to root * fix: associated updates related to monorepo updates * removed deno plugin * removed deno plugin * updating cipull/703/head
@ -4,20 +4,7 @@ |
|||
"type": "module", |
|||
"description": "Meshtastic web client", |
|||
"license": "GPL-3.0-only", |
|||
"scripts": { |
|||
"build": "vite build", |
|||
"build:analyze": "BUNDLE_ANALYZE=true deno task build", |
|||
"lint": "deno lint src/", |
|||
"lint:fix": "deno lint --fix src/", |
|||
"format": "deno fmt src/", |
|||
"dev": "deno task dev:ui", |
|||
"dev:ui": "VITE_APP_VERSION=development deno run -A npm:vite dev", |
|||
"test": "deno run -A npm:vitest", |
|||
"check": "deno check", |
|||
"preview": "deno run -A npm:vite preview", |
|||
"generate:routes": "deno run -A npm:@tanstack/router-cli generate --outDir src/ routes --rootRoutePath /", |
|||
"package": "gzipper c -i html,js,css,png,ico,svg,json,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ ." |
|||
}, |
|||
|
|||
"repository": { |
|||
"type": "git", |
|||
"url": "git+https://github.com/meshtastic/web.git" |
|||
@ -30,86 +17,86 @@ |
|||
}, |
|||
"homepage": "https://meshtastic.org", |
|||
"dependencies": { |
|||
"@bufbuild/protobuf": "^2.2.5", |
|||
"@bufbuild/protobuf": "^2.6.0", |
|||
"@hookform/resolvers": "^5.1.1", |
|||
"@meshtastic/core": "npm:@jsr/[email protected]", |
|||
"@meshtastic/js": "npm:@jsr/[email protected]", |
|||
"@meshtastic/transport-http": "npm:@jsr/meshtastic__transport-http", |
|||
"@meshtastic/transport-web-bluetooth": "npm:@jsr/meshtastic__transport-web-bluetooth", |
|||
"@meshtastic/transport-web-serial": "npm:@jsr/meshtastic__transport-web-serial", |
|||
"@noble/curves": "^1.9.0", |
|||
"@radix-ui/react-accordion": "^1.2.8", |
|||
"@radix-ui/react-checkbox": "^1.2.3", |
|||
"@radix-ui/react-dialog": "^1.1.11", |
|||
"@radix-ui/react-dropdown-menu": "^2.1.12", |
|||
"@radix-ui/react-label": "^2.1.4", |
|||
"@radix-ui/react-menubar": "^1.1.12", |
|||
"@radix-ui/react-popover": "^1.1.11", |
|||
"@radix-ui/react-scroll-area": "^1.2.6", |
|||
"@radix-ui/react-select": "^2.2.2", |
|||
"@radix-ui/react-separator": "^1.1.4", |
|||
"@radix-ui/react-slider": "^1.3.2", |
|||
"@radix-ui/react-switch": "^1.2.2", |
|||
"@radix-ui/react-tabs": "^1.1.9", |
|||
"@radix-ui/react-toast": "^1.2.11", |
|||
"@radix-ui/react-toggle-group": "^1.1.9", |
|||
"@radix-ui/react-tooltip": "^1.2.4", |
|||
"@tanstack/react-router": "^1.120.15", |
|||
"@tanstack/react-router-devtools": "^1.120.16", |
|||
"@tanstack/router-cli": "^1.121.37", |
|||
"@tanstack/router-devtools": "^1.120.15", |
|||
"@noble/curves": "^1.9.2", |
|||
"@radix-ui/react-accordion": "^1.2.11", |
|||
"@radix-ui/react-checkbox": "^1.3.2", |
|||
"@radix-ui/react-dialog": "^1.1.14", |
|||
"@radix-ui/react-dropdown-menu": "^2.1.15", |
|||
"@radix-ui/react-label": "^2.1.7", |
|||
"@radix-ui/react-menubar": "^1.1.15", |
|||
"@radix-ui/react-popover": "^1.1.14", |
|||
"@radix-ui/react-scroll-area": "^1.2.9", |
|||
"@radix-ui/react-select": "^2.2.5", |
|||
"@radix-ui/react-separator": "^1.1.7", |
|||
"@radix-ui/react-slider": "^1.3.5", |
|||
"@radix-ui/react-switch": "^1.2.5", |
|||
"@radix-ui/react-tabs": "^1.1.12", |
|||
"@radix-ui/react-toast": "^1.2.14", |
|||
"@radix-ui/react-toggle-group": "^1.1.10", |
|||
"@radix-ui/react-tooltip": "^1.2.7", |
|||
"@tanstack/react-router": "^1.125.4", |
|||
"@tanstack/react-router-devtools": "^1.125.4", |
|||
"@tanstack/router-cli": "^1.125.4", |
|||
"@tanstack/router-devtools": "^1.125.4", |
|||
"@turf/turf": "^7.2.0", |
|||
"@types/node": "^24.0.4", |
|||
"@types/node": "^24.0.10", |
|||
"@types/web-bluetooth": "^0.0.21", |
|||
"base64-js": "^1.5.1", |
|||
"class-variance-authority": "^0.7.1", |
|||
"clsx": "^2.1.1", |
|||
"cmdk": "^1.1.1", |
|||
"crypto-random-string": "^5.0.0", |
|||
"i18next": "^25.2.0", |
|||
"i18next-browser-languagedetector": "^8.1.0", |
|||
"i18next": "^25.3.1", |
|||
"i18next-browser-languagedetector": "^8.2.0", |
|||
"i18next-http-backend": "^3.0.2", |
|||
"idb-keyval": "^6.2.1", |
|||
"idb-keyval": "^6.2.2", |
|||
"immer": "^10.1.1", |
|||
"js-cookie": "^3.0.5", |
|||
"lucide-react": "^0.507.0", |
|||
"maplibre-gl": "5.4.0", |
|||
"lucide-react": "^0.525.0", |
|||
"maplibre-gl": "5.6.1", |
|||
"react": "^19.1.0", |
|||
"react-dom": "^19.1.0", |
|||
"react-error-boundary": "^6.0.0", |
|||
"react-hook-form": "^7.56.2", |
|||
"react-i18next": "^15.5.1", |
|||
"react-hook-form": "^7.60.0", |
|||
"react-i18next": "^15.6.0", |
|||
"react-map-gl": "8.0.4", |
|||
"react-qrcode-logo": "^3.0.0", |
|||
"rfc4648": "^1.5.4", |
|||
"zod": "^3.25.67", |
|||
"zustand": "5.0.5" |
|||
"zod": "^3.25.75", |
|||
"zustand": "5.0.6" |
|||
}, |
|||
"devDependencies": { |
|||
"@tailwindcss/postcss": "^4.1.5", |
|||
"@tanstack/router-plugin": "^1.120.15", |
|||
"@tailwindcss/postcss": "^4.1.11", |
|||
"@tanstack/router-plugin": "^1.125.5", |
|||
"@testing-library/jest-dom": "^6.6.3", |
|||
"@testing-library/react": "^16.3.0", |
|||
"@testing-library/user-event": "^14.6.1", |
|||
"@types/chrome": "^0.0.318", |
|||
"@types/react": "^19.1.2", |
|||
"@types/react-dom": "^19.1.3", |
|||
"@types/serviceworker": "^0.0.133", |
|||
"@types/chrome": "^0.0.329", |
|||
"@types/react": "^19.1.8", |
|||
"@types/react-dom": "^19.1.6", |
|||
"@types/serviceworker": "^0.0.140", |
|||
"@types/js-cookie": "^3.0.6", |
|||
"@types/w3c-web-serial": "^1.0.8", |
|||
"@vitejs/plugin-react": "^4.4.1", |
|||
"@vitejs/plugin-react": "^4.6.0", |
|||
"autoprefixer": "^10.4.21", |
|||
"gzipper": "^8.2.1", |
|||
"happy-dom": "^17.4.6", |
|||
"postcss": "^8.5.3", |
|||
"happy-dom": "^18.0.1", |
|||
"postcss": "^8.5.6", |
|||
"simple-git-hooks": "^2.13.0", |
|||
"tailwind-merge": "^3.2.0", |
|||
"tailwindcss": "^4.1.5", |
|||
"tailwind-merge": "^3.3.1", |
|||
"tailwindcss": "^4.1.11", |
|||
"tailwindcss-animate": "^1.0.7", |
|||
"tar": "^7.4.3", |
|||
"testing-library": "^0.0.2", |
|||
"typescript": "^5.8.3", |
|||
"vite": "^7.0.0", |
|||
"vite": "^7.0", |
|||
"vitest": "^3.2.4" |
|||
} |
|||
} |
|||
|
|||
@ -1,5 +1,5 @@ |
|||
module.exports = { |
|||
plugins: { |
|||
'@tailwindcss/postcss': {}, |
|||
"@tailwindcss/postcss": {}, |
|||
}, |
|||
}; |
|||
|
|||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 77 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 7.4 KiB |
|
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 95 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 89 KiB |
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 112 KiB After Width: | Height: | Size: 131 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 7.7 KiB |
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |