{
  "name": "browzarr",
  "version": "0.7.1",
  "description": "A browser-based visualization toolkit for exploring and analyzing Zarr data stores.",
  "type": "module",
  "keywords": [
    "zarr",
    "netcdf",
    "icechunk",
    "3d",
    "graphics",
    "visualization",
    "threejs",
    "rendering",
    "geometry",
    "webgpu"
  ],
  "homepage": "https://browzarr.io",
  "license": "Apache-2.0",
  "author": {
    "name": "Jeran Poehls",
    "email": "jpoehls@bgc-jena.mpg.de"
  },
  "contributors": [
    {
      "name": "Lazaro Alonso",
      "email": "lazarus.alon@gmail.com",
      "url": "https://lazarusa.github.io"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EarthyScience/Browzarr.git"
  },
  "bugs": {
    "url": "https://github.com/EarthyScience/Browzarr/issues/"
  },
  "packageManager": "pnpm@10.11.1",
  "files": [
    "out/",
    "cli.mjs",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "browzarr": "./cli.mjs"
  },
  "scripts": {
    "prBuild": "pnpm buildRepo",
    "prLint": "pnpm lint",
    "dev": "node src/hooks/copy-wasm.mjs && next dev",
    "buildRepo": "pnpm rmBuild && pnpm build",
    "rmBuild": "pnpm -r exec rm -rf out",
    "build": "node src/hooks/copy-wasm.mjs && next build",
    "start": "next start",
    "prepublishOnly": "pnpm run rmBuild && pnpm run build",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint . --max-warnings=100"
  },
  "dependencies": {
    "@base-ui/react": "^1.3.0",
    "@earthyscience/netcdf4-wasm": "0.2.4",
    "@ffmpeg/ffmpeg": "^0.12.15",
    "@ffmpeg/util": "^0.12.2",
    "@hookform/resolvers": "^5.2.2",
    "@monaco-editor/react": "^4.7.0",
    "@react-spring/three": "^10.0.0",
    "@react-three/drei": "^10.7.7",
    "@react-three/fiber": "^9.5.0",
    "@react-three/postprocessing": "^3.0.4",
    "@types/three": "^0.182.0",
    "@types/webpack": "^5.28.5",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "date-fns": "^4.1.0",
    "embla-carousel-react": "^8.6.0",
    "fflate": "^0.8.2",
    "gsap": "^3.13.0",
    "icechunk-js": "^0.4.0",
    "input-otp": "^1.4.2",
    "js-colormaps-es": "^0.0.5",
    "lucide-react": "^0.562.0",
    "next": "^16.2.7",
    "next-themes": "^0.4.6",
    "radix-ui": "1.4.3",
    "react": "^19.0.0",
    "react-day-picker": "^9.14.0",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.71.2",
    "react-icons": "^5.5.0",
    "react-resizable-panels": "^4.7.3",
    "recharts": "2.15.4",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.3.0",
    "three": "^0.182.0",
    "three-stdlib": "^2.36.0",
    "vaul": "^1.1.2",
    "webgpu-utils": "^1.11.0",
    "zarrita": "^0.7.3",
    "zod": "^4.3.6",
    "zustand": "^5.0.8"
  },
  "devDependencies": {
    "@biomejs/biome": "2.3.8",
    "@eslint/eslintrc": "^3",
    "@tailwindcss/postcss": "^4",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.3.0",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@vitejs/plugin-react": "^4.4.1",
    "@vitest/coverage-v8": "^4.1.8",
    "eslint": "^9",
    "eslint-config-next": "^16.2.0",
    "eslint-plugin-next": "^0.0.0",
    "jsdom": "^26.1.0",
    "raw-loader": "^4.0.2",
    "tailwindcss": "^4",
    "tw-animate-css": "^1.3.4",
    "typescript": "^5",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^4.1.8"
  }
}
