{ "name": "meshtastic-web", "version": "1.0", "description": "Meshtastic web client", "license": "GPL-3.0-only", "scripts": { "dev": "vite", "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/)", "format": "prettier --write 'src/**/*.{ts,tsx}'", "lint": "eslint 'src/**/*.{ts,tsx}'" }, "dependencies": { "@floating-ui/react-dom": "^0.4.3", "@headlessui/react": "^1.4.2", "@meshtastic/components": "^1.0.15", "@meshtastic/meshtasticjs": "^0.6.37", "@reduxjs/toolkit": "^1.7.1", "base64-js": "^1.5.1", "boring-avatars": "^1.6.1", "i18next": "^21.6.5", "i18next-browser-languagedetector": "^6.1.2", "mapbox-gl": "^2.6.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-error-boundary": "^3.1.4", "react-file-icon": "^1.1.0", "react-hook-form": "^7.22.5", "react-i18next": "^11.15.3", "react-icons": "^4.3.1", "react-json-pretty": "^2.2.0", "react-qr-code": "^2.0.3", "react-redux": "^7.2.6", "react-select": "^5.2.1", "rfc4648": "^1.5.1", "swr": "^1.1.2", "timeago-react": "^3.0.4", "type-route": "^0.6.0", "use-breakpoint": "^3.0.1" }, "devDependencies": { "@types/mapbox-gl": "^2.6.0", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/react-file-icon": "^1.0.1", "@types/w3c-web-serial": "^1.0.2", "@types/web-bluetooth": "^0.0.12", "@typescript-eslint/eslint-plugin": "^5.9.0", "@typescript-eslint/parser": "^5.9.0", "@verypossible/eslint-config": "^1.6.1", "@vitejs/plugin-react": "^1.1.4", "autoprefixer": "^10.4.2", "babel-plugin-module-resolver": "^4.1.0", "eslint": "8.6.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-babel-module": "^5.3.1", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "gzipper": "^6.2.1", "postcss": "^8.4.5", "prettier": "^2.5.1", "tailwindcss": "^3.0.12", "tar": "^6.1.11", "typescript": "^4.5.4", "vite": "^2.7.10", "vite-plugin-cdn-import": "^0.3.5", "vite-plugin-pwa": "^0.11.12", "workbox-window": "^6.4.2" } }