{ "name": "meshtastic-web", "version": "2.3.3-0", "type": "module", "description": "Meshtastic web client", "license": "GPL-3.0-only", "scripts": { "build": "vite build", "build:analyze": "BUNDLE_ANALYZE=true vite build", "check": "biome check src/", "check:fix": "pnpm check --write src/", "format": "biome format --write src/", "dev": "vite dev --open", "test": "vitest", "test:ui": "vitest --ui", "test:run": "vitest run", "preview": "vite preview", "package": "gzipper c -i html,js,css,png,ico,svg,webmanifest,txt dist dist/output && tar -cvf dist/build.tar -C ./dist/output/ $(ls ./dist/output/)", "postinstall": "npx simple-git-hooks" }, "simple-git-hooks": { "pre-commit": "bun run check:fix && bun run format" }, "lint-staged": { "*.{ts,tsx}": [ "bun run check:fix", "bun run format" ] }, "repository": { "type": "git", "url": "git+https://github.com/meshtastic/web.git" }, "bugs": { "url": "https://github.com/meshtastic/web/issues" }, "homepage": "https://meshtastic.org", "dependencies": { "@bufbuild/protobuf": "^1.10.0", "@meshtastic/js": "2.3.7-5", "@noble/curves": "^1.8.1", "@radix-ui/react-accordion": "^1.2.3", "@radix-ui/react-checkbox": "^1.1.4", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dropdown-menu": "^2.1.6", "@radix-ui/react-label": "^2.1.2", "@radix-ui/react-menubar": "^1.1.6", "@radix-ui/react-popover": "^1.1.6", "@radix-ui/react-scroll-area": "^1.2.3", "@radix-ui/react-select": "^2.1.6", "@radix-ui/react-separator": "^1.1.2", "@radix-ui/react-switch": "^1.1.3", "@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-toast": "^1.2.6", "@radix-ui/react-tooltip": "^1.1.8", "@turf/turf": "^7.2.0", "base64-js": "^1.5.1", "class-validator": "^0.14.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "^1.0.4", "crypto-random-string": "^5.0.0", "immer": "^10.1.1", "js-cookie": "^3.0.5", "lucide-react": "^0.475.0", "mapbox-gl": "^3.9.4", "maplibre-gl": "4.1.2", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "^7.54.2", "react-map-gl": "7.1.9", "react-qrcode-logo": "^3.0.0", "rfc4648": "^1.5.4", "vite-plugin-node-polyfills": "^0.23.0", "zustand": "5.0.3" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@tailwindcss/postcss": "^4.0.7", "@testing-library/react": "^16.2.0", "@types/chrome": "^0.0.304", "@types/js-cookie": "^3.0.6", "@types/node": "^22.13.4", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@types/w3c-web-serial": "^1.0.7", "@types/web-bluetooth": "^0.0.20", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "gzipper": "^8.2.0", "happy-dom": "^17.1.4", "postcss": "^8.5.1", "simple-git-hooks": "^2.11.1", "tailwind-merge": "^3.0.1", "tailwindcss": "^4.0.7", "tailwindcss-animate": "^1.0.7", "tar": "^7.4.3", "typescript": "^5.7.3", "vite": "^6.1.1", "vitest": "^3.0.6" } }