mirror of
https://github.com/meshtastic/web.git
synced 2026-01-26 08:19:13 -05:00
97 lines
3.1 KiB
JSON
97 lines
3.1 KiB
JSON
{
|
|
"name": "meshtastic-web",
|
|
"version": "2.0.13-0",
|
|
"type": "module",
|
|
"description": "Meshtastic web client",
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc && vite build",
|
|
"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",
|
|
"@hookform/error-message": "^2.0.1",
|
|
"@hookform/resolvers": "^2.9.11",
|
|
"@meshtastic/meshtasticjs": "2.0.20-5",
|
|
"@preact/signals-react": "^1.2.2",
|
|
"@radix-ui/react-accordion": "^1.1.0",
|
|
"@radix-ui/react-checkbox": "^1.0.1",
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.2",
|
|
"@radix-ui/react-label": "^2.0.0",
|
|
"@radix-ui/react-menubar": "^1.0.0",
|
|
"@radix-ui/react-popover": "^1.0.3",
|
|
"@radix-ui/react-select": "^1.2.0",
|
|
"@radix-ui/react-separator": "^1.0.1",
|
|
"@radix-ui/react-switch": "^1.0.1",
|
|
"@radix-ui/react-tabs": "^1.0.2",
|
|
"@radix-ui/react-toast": "^1.1.2",
|
|
"@radix-ui/react-tooltip": "^1.0.3",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@turf/turf": "^6.5.0",
|
|
"base64-js": "^1.5.1",
|
|
"class-transformer": "^0.5.1",
|
|
"class-validator": "^0.14.0",
|
|
"class-variance-authority": "^0.4.0",
|
|
"clsx": "^1.2.1",
|
|
"cmdk": "^0.1.22",
|
|
"geodesy": "^2.4.0",
|
|
"immer": "^9.0.19",
|
|
"lucide-react": "^0.115.0",
|
|
"mapbox-gl": "npm:empty-npm-package@^1.0.0",
|
|
"maplibre-gl": "2.4.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.43.1",
|
|
"react-map-gl": "^7.0.21",
|
|
"react-qrcode-logo": "^2.8.0",
|
|
"rfc4648": "^1.5.2",
|
|
"tailwind-merge": "^1.9.1",
|
|
"tailwindcss-animate": "^1.0.5",
|
|
"timeago-react": "^3.0.5",
|
|
"zustand": "4.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@types/chrome": "^0.0.216",
|
|
"@types/geodesy": "^2.2.3",
|
|
"@types/node": "^18.14.0",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/w3c-web-serial": "^1.0.3",
|
|
"@types/web-bluetooth": "^0.0.16",
|
|
"@typescript-eslint/eslint-plugin": "^5.52.0",
|
|
"@typescript-eslint/parser": "^5.52.0",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "^8.34.0",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-import-resolver-typescript": "^3.5.3",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"gzipper": "^7.2.0",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.4",
|
|
"prettier-plugin-tailwindcss": "^0.2.3",
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
"tailwindcss": "^3.2.7",
|
|
"tar": "^6.1.13",
|
|
"tslib": "^2.5.0",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.1.2",
|
|
"vite-plugin-environment": "^1.1.3",
|
|
"vite-plugin-pwa": "^0.14.4"
|
|
}
|
|
}
|