{
  "name": "dissolveit",
  "version": "2.2.1",
  "description": "A customizable dissolve effect component for React Three Fiber applications",
  "keywords": [
    "react-three-fiber",
    "three.js",
    "dissolve-effect",
    "transitions",
    "animation",
    "3D",
    "webgl",
    "fade-in",
    "fade-out",
    "noise-based",
    "gl-noise",
    "react",
    "shader",
    "post-processing",
    "glow-effect",
    "edge-effect",
    "mesh-effects",
    "real-time-graphics",
    "visual-effects",
    "material-effects",
    "geometry-effects",
    "bloom",
    "custom-shaders",
    "interactive-3d",
    "react-components",
    "threejs-effects",
    "3d-transitions",
    "webgl-animations",
    "mesh-dissolve",
    "material-transitions"
  ],
  "type": "module",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "lint": "eslint .",
    "preview": "vite preview",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@react-three/drei": "^9.120.4",
    "@react-three/fiber": "^8.17.10",
    "@react-three/postprocessing": "^2.16.3",
    "gl-noise": "^1.6.1",
    "maath": "^0.10.8",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "three": "^0.171.0",
    "three-custom-shader-material": "^6.2.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@types/node": "^22.10.2",
    "@types/react": "^18.3.17",
    "@types/react-dom": "^18.3.5",
    "@types/three": "^0.171.0",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.17.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.16",
    "globals": "^15.13.0",
    "typescript": "~5.6.2",
    "typescript-eslint": "^8.18.1",
    "vite": "^6.0.3",
    "vite-plugin-dts": "^4.4.0"
  }
}
