{
  "name": "@react-three/postprocessing",
  "version": "2.19.1",
  "description": "postprocessing wrapper for React and @react-three/fiber",
  "keywords": [
    "postprocessing",
    "react",
    "three",
    "@react-three/fiber",
    "webgl",
    "3d"
  ],
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "exports": {
    "types": "./dist/index.d.ts",
    "require": "./dist/index.cjs",
    "import": "./dist/index.js"
  },
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmndrs/react-postprocessing.git"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix"
    ]
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "vite build && tsc --emitDeclarationOnly",
    "prepare": "yarn build",
    "eslint": "eslint . --fix --ext=js,ts,jsx,tsx",
    "eslint:ci": "eslint . --ext=js,ts,jsx,tsx",
    "test": "vitest run",
    "typecheck": "tsc --noEmit false --strict --jsx react",
    "release": "semantic-release",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "maath": "^0.6.0",
    "n8ao": "^1.6.6",
    "postprocessing": "^6.32.1",
    "three-stdlib": "^2.23.4"
  },
  "devDependencies": {
    "@react-three/drei": "^9.68.2",
    "@react-three/fiber": "^8.13.0",
    "@storybook/addon-essentials": "^7.0.10",
    "@storybook/addon-interactions": "^7.0.10",
    "@storybook/addon-links": "^7.0.10",
    "@storybook/blocks": "^7.0.10",
    "@storybook/react": "^7.0.10",
    "@storybook/react-vite": "^7.0.11",
    "@storybook/testing-library": "^0.0.14-next.2",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.1",
    "@types/three": "^0.150.2",
    "@typescript-eslint/eslint-plugin": "^5.59.1",
    "@typescript-eslint/parser": "^5.59.1",
    "eslint": "^8.39.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-storybook": "^0.6.12",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.2",
    "prettier": "^2.8.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^5.0.0",
    "semantic-release": "^21.0.2",
    "storybook": "^7.0.10",
    "three": "^0.151.3",
    "typescript": "^5.0.4",
    "vite": "^4.3.5",
    "vitest": "^2.1.8"
  },
  "peerDependencies": {
    "@react-three/fiber": "^8.0",
    "react": "^18.0",
    "three": ">= 0.138.0"
  }
}
