{ "name": "meshtastic-web", "version": "1.0", "description": "Meshtastic web client", "license": "GPL-3.0-only", "scripts": { "start": "NODE_ENV=development snowpack dev", "build": "snowpack build", "package": "pnpm gzipper c -i html,js,css build build/output", "format": "prettier --write 'src/**/*.{ts,tsx}'", "lint": "eslint 'src/**/*.{ts,tsx}'" }, "dependencies": { "@headlessui/react": "^1.4.0", "@heroicons/react": "^1.0.1", "@meshtastic/meshtasticjs": "^0.6.17", "@reduxjs/toolkit": "^1.6.0", "apexcharts": "^3.27.3", "boring-avatars": "^1.5.8", "i18next": "^20.3.5", "i18next-browser-languagedetector": "^6.1.2", "moment": "^2.29.1", "react": "^17.0.2", "react-apexcharts": "^1.3.9", "react-dom": "^17.0.2", "react-flags-select": "^2.1.2", "react-hook-form": "^7.13.0-next.5", "react-i18next": "^11.11.4", "react-redux": "^7.2.4", "type-route": "^0.6.0", "use-breakpoint": "^2.0.1" }, "devDependencies": { "@snowpack/plugin-dotenv": "^2.0.5", "@snowpack/plugin-postcss": "^1.4.3", "@snowpack/plugin-react-refresh": "^2.5.0", "@snowpack/plugin-typescript": "^1.2.0", "@types/react": "^17.0.13", "@types/react-dom": "^17.0.8", "@types/react-redux": "^7.1.16", "@types/snowpack-env": "^2.3.3", "@typescript-eslint/eslint-plugin": "^4.29.1", "@typescript-eslint/parser": "^4.29.1", "@verypossible/eslint-config": "^1.6.0", "autoprefixer": "^10.2.6", "babel-plugin-module-resolver": "^4.1.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-babel-module": "^5.3.1", "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.24.1", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "gzipper": "^5.0.0", "postcss": "^8.3.5", "prettier": "^2.3.2", "snowpack": "^3.7.1", "tailwindcss": "^2.2.4", "typescript": "^4.3.5" } }