mirror of
https://github.com/meshtastic/web.git
synced 2026-01-18 12:31:35 -05:00
82 lines
2.5 KiB
JSON
82 lines
2.5 KiB
JSON
{
|
|
"name": "meshtastic-web",
|
|
"version": "2.2.16-0",
|
|
"type": "module",
|
|
"description": "Meshtastic web client",
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"check": "rome check .",
|
|
"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/)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/meshtastic/web.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/meshtastic/web/issues"
|
|
},
|
|
"homepage": "https://meshtastic.org",
|
|
"dependencies": {
|
|
"@emeraldpay/hashicon-react": "^0.5.2",
|
|
"@meshtastic/meshtasticjs": "2.2.16-0",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-menubar": "^1.0.4",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@turf/turf": "^6.5.0",
|
|
"base64-js": "^1.5.1",
|
|
"class-transformer": "^0.5.1",
|
|
"class-validator": "^0.14.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"cmdk": "^0.2.0",
|
|
"immer": "^10.0.3",
|
|
"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.7",
|
|
"react-qrcode-logo": "^2.9.0",
|
|
"rfc4648": "^1.5.3",
|
|
"tailwind-merge": "^2.2.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"timeago-react": "^3.0.6",
|
|
"zustand": "4.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chrome": "^0.0.254",
|
|
"@types/node": "^20.10.5",
|
|
"@types/react": "^18.2.45",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@types/w3c-web-serial": "^1.0.6",
|
|
"@types/web-bluetooth": "^0.0.20",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"biome": "^0.3.3",
|
|
"gzipper": "^7.2.0",
|
|
"postcss": "^8.4.32",
|
|
"rollup-plugin-visualizer": "^5.11.0",
|
|
"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"
|
|
}
|
|
}
|