{ "name": "meshtastic-web", "version": "1.0.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": { "@emeraldpay/hashicon-react": "^0.5.1", "@floating-ui/react-dom": "^0.4.3", "@meshtastic/components": "^1.0.23", "@meshtastic/meshtasticjs": "^0.6.39", "@reduxjs/toolkit": "^1.7.2", "base64-js": "^1.5.1", "framer-motion": "^6.2.4", "graphql-request": "^4.0.0", "mapbox-gl": "^2.7.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-error-boundary": "^3.1.4", "react-flow-renderer": "^10.0.0-next.38", "react-hook-form": "^7.26.0", "react-icons": "^4.3.1", "react-json-pretty": "^2.2.0", "react-multi-select-component": "^4.2.1", "react-qr-code": "^2.0.3", "react-redux": "^7.2.6", "react-use-clipboard": "^1.0.7", "rfc4648": "^1.5.1", "rollup-plugin-visualizer": "^5.5.4", "swr": "^1.2.1", "timeago-react": "^3.0.4", "type-route": "^0.6.0", "vite-plugin-environment": "^1.1.0" }, "devDependencies": { "@types/mapbox-gl": "^2.6.1", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.11", "@types/w3c-web-serial": "^1.0.2", "@types/web-bluetooth": "^0.0.12", "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "@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.8.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": "^7.0.0", "postcss": "^8.4.6", "prettier": "^2.5.1", "prettier-plugin-tailwindcss": "^0.1.5", "tailwindcss": "^3.0.18", "tar": "^6.1.11", "typescript": "^4.5.5", "vite": "^2.7.13", "vite-plugin-cdn-import": "^0.3.5", "vite-plugin-pwa": "^0.11.13", "workbox-window": "^6.4.2" } }