|
|
|
@ -21,10 +21,7 @@ |
|
|
|
"homepage": "https://meshtastic.org", |
|
|
|
"dependencies": { |
|
|
|
"@emeraldpay/hashicon-react": "^0.5.2", |
|
|
|
"@hookform/error-message": "^2.0.1", |
|
|
|
"@hookform/resolvers": "^3.3.2", |
|
|
|
"@meshtastic/meshtasticjs": "2.2.16-0", |
|
|
|
"@preact/signals-react": "^1.3.8", |
|
|
|
"@radix-ui/react-accordion": "^1.1.2", |
|
|
|
"@radix-ui/react-checkbox": "^1.0.4", |
|
|
|
"@radix-ui/react-dialog": "^1.0.5", |
|
|
|
@ -39,7 +36,6 @@ |
|
|
|
"@radix-ui/react-tabs": "^1.0.4", |
|
|
|
"@radix-ui/react-toast": "^1.1.5", |
|
|
|
"@radix-ui/react-tooltip": "^1.0.7", |
|
|
|
"@tailwindcss/typography": "^0.5.10", |
|
|
|
"@turf/turf": "^6.5.0", |
|
|
|
"base64-js": "^1.5.1", |
|
|
|
"class-transformer": "^0.5.1", |
|
|
|
@ -47,29 +43,24 @@ |
|
|
|
"class-variance-authority": "^0.7.0", |
|
|
|
"clsx": "^2.0.0", |
|
|
|
"cmdk": "^0.2.0", |
|
|
|
"esptool-js": "^0.3.2", |
|
|
|
"geodesy": "^2.4.0", |
|
|
|
"immer": "^10.0.3", |
|
|
|
"jszip": "^3.10.1", |
|
|
|
"lucide-react": "^0.298.0", |
|
|
|
"lucide-react": "^0.302.0", |
|
|
|
"mapbox-gl": "npm:empty-npm-package@^1.0.0", |
|
|
|
"maplibre-gl": "3.6.2", |
|
|
|
"react": "^18.2.0", |
|
|
|
"react-dom": "^18.2.0", |
|
|
|
"react-hook-form": "^7.49.2", |
|
|
|
"react-map-gl": "7.1.6", |
|
|
|
"react-map-gl": "7.1.7", |
|
|
|
"react-qrcode-logo": "^2.9.0", |
|
|
|
"rfc4648": "^1.5.3", |
|
|
|
"tailwind-merge": "^2.1.0", |
|
|
|
"tailwind-merge": "^2.2.0", |
|
|
|
"tailwindcss-animate": "^1.0.7", |
|
|
|
"timeago-react": "^3.0.6", |
|
|
|
"zustand": "4.4.7" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@tailwindcss/forms": "^0.5.7", |
|
|
|
"@types/chrome": "^0.0.254", |
|
|
|
"@types/geodesy": "^2.2.7", |
|
|
|
"@types/node": "^20.10.4", |
|
|
|
"@types/node": "^20.10.5", |
|
|
|
"@types/react": "^18.2.45", |
|
|
|
"@types/react-dom": "^18.2.18", |
|
|
|
"@types/w3c-web-serial": "^1.0.6", |
|
|
|
@ -80,12 +71,11 @@ |
|
|
|
"gzipper": "^7.2.0", |
|
|
|
"postcss": "^8.4.32", |
|
|
|
"rollup-plugin-visualizer": "^5.11.0", |
|
|
|
"tailwindcss": "^3.3.6", |
|
|
|
"tailwindcss": "^3.4.0", |
|
|
|
"tar": "^6.2.0", |
|
|
|
"tslib": "^2.6.2", |
|
|
|
"typescript": "^5.3.3", |
|
|
|
"vite": "^5.0.10", |
|
|
|
"vite-plugin-environment": "^1.1.3", |
|
|
|
"vite-plugin-pwa": "^0.17.4" |
|
|
|
"vite-plugin-environment": "^1.1.3" |
|
|
|
} |
|
|
|
} |
|
|
|
|