{ "name": "remoteterm-meshcore-frontend", "private": true, "version": "3.6.1", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "packaged-build": "vite build --outDir prebuilt", "preview": "vite preview", "test": "vitest", "test:run": "vitest run", "lint": "eslint src/ --cache", "lint:fix": "eslint src/ --fix --cache", "format": "prettier --write src/", "format:check": "prettier --check src/" }, "dependencies": { "@codemirror/lang-python": "^6.2.1", "@codemirror/theme-one-dark": "^6.1.3", "@michaelhart/meshcore-decoder": "npm:meshcore-decoder-multibyte-patch@0.3.0", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", "@uiw/react-codemirror": "^4.25.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "d3-force": "^3.0.0", "d3-force-3d": "^3.0.6", "leaflet": "^1.9.4", "lucide-react": "^0.562.0", "meshcore-hashtag-cracker": "^1.11.0", "nosleep.js": "^0.12.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-leaflet": "^4.2.1", "react-swipeable": "^7.0.2", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.7", "three": "^0.182.0" }, "devDependencies": { "@eslint/js": "^9.17.0", "@testing-library/jest-dom": "^6.6.0", "@testing-library/react": "^16.0.0", "@testing-library/user-event": "^14.6.1", "@types/d3-force": "^3.0.10", "@types/leaflet": "^1.9.21", "@types/node": "^25.0.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@types/three": "^0.182.0", "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.23", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.1.0", "jsdom": "^25.0.0", "postcss": "^8.5.6", "prettier": "^3.4.2", "tailwindcss": "^3.4.19", "typescript": "^5.6.3", "typescript-eslint": "^8.19.0", "vite": "^6.0.3", "vitest": "^2.1.0" } }