| { | |
| "name": "beszel", | |
| "private": true, | |
| "version": "0.18.7", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite --host", | |
| "build": "lingui extract --overwrite && lingui compile && vite build", | |
| "preview": "vite preview", | |
| "sync": "lingui extract --overwrite && lingui compile", | |
| "sync_no_compile": "lingui extract --overwrite --clean", | |
| "sync_and_purge": "lingui extract --overwrite --clean && lingui compile", | |
| "format": "biome format --write .", | |
| "lint": "biome lint .", | |
| "check": "biome check .", | |
| "check:fix": "biome check --fix ." | |
| }, | |
| "dependencies": { | |
| "@henrygd/queue": "^1.0.7", | |
| "@henrygd/semaphore": "^0.0.2", | |
| "@lingui/detect-locale": "^5.4.1", | |
| "@lingui/macro": "^5.4.1", | |
| "@lingui/react": "^5.4.1", | |
| "@nanostores/react": "^0.7.3", | |
| "@nanostores/router": "^0.11.0", | |
| "@radix-ui/react-alert-dialog": "^1.1.15", | |
| "@radix-ui/react-checkbox": "^1.3.3", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-direction": "^1.1.1", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-label": "^2.1.7", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-separator": "^1.1.7", | |
| "@radix-ui/react-slider": "^1.3.6", | |
| "@radix-ui/react-slot": "^1.2.3", | |
| "@radix-ui/react-switch": "^1.2.6", | |
| "@radix-ui/react-tabs": "^1.1.13", | |
| "@radix-ui/react-toast": "^1.2.15", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "@tanstack/react-table": "^8.21.3", | |
| "@tanstack/react-virtual": "^3.13.12", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "cmdk": "^1.1.1", | |
| "d3-time": "^3.1.0", | |
| "input-otp": "^1.4.2", | |
| "lucide-react": "^0.452.0", | |
| "nanostores": "^0.11.4", | |
| "pocketbase": "^0.26.2", | |
| "react": "^19.1.2", | |
| "react-dom": "^19.1.2", | |
| "recharts": "^2.15.4", | |
| "shiki": "^3.13.0", | |
| "tailwind-merge": "^3.3.1", | |
| "valibot": "^1.3.1" | |
| }, | |
| "devDependencies": { | |
| "@biomejs/biome": "2.2.4", | |
| "@lingui/cli": "^5.4.1", | |
| "@lingui/swc-plugin": "^5.6.1", | |
| "@lingui/vite-plugin": "^5.4.1", | |
| "@tailwindcss/container-queries": "^0.1.1", | |
| "@tailwindcss/vite": "^4.1.12", | |
| "@types/bun": "^1.2.20", | |
| "@types/react": "^19.1.11", | |
| "@types/react-dom": "^19.1.7", | |
| "@vitejs/plugin-react-swc": "^4.0.1", | |
| "tailwindcss": "^4.1.12", | |
| "tw-animate-css": "^1.3.7", | |
| "typescript": "^5.9.2", | |
| "vite": "^7.1.3" | |
| }, | |
| "overrides": { | |
| "@nanostores/router": { | |
| "nanostores": "^0.11.3" | |
| } | |
| }, | |
| "optionalDependencies": { | |
| "@esbuild/linux-arm64": "^0.21.5" | |
| } | |
| } |