{
  "name": "react-three-fiber-cambrian",
  "private": false,
  "version": "4.0.18",
  "description": "React-fiber renderer for THREE.js",
  "main": "web.cjs.js",
  "module": "web.js",
  "react-native": "native.js",
  "types": "targets/web.d.ts",
  "files": [
    "**"
  ],
  "sideEffects": false,
  "scripts": {
    "prebuild": "rimraf dist && npm run typegen",
    "build": "rollup -c && yarn copy",
    "prepare": "npm run build",
    "eslint": "eslint src/**/*.{js,ts,jsx,tsx}",
    "test": "jest",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false --strict --jsx react",
    "typegen": "tsc && mv dist/src/* dist && rm -rf dist/src || true",
    "typegen:components": "npx ts-node src/components/generateExports.ts",
    "copy": "copyfiles package.json readme.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.husky=undefined; this.prettier=undefined; this.jest=undefined; this['lint-staged']=undefined;\"",
    "pack-dist": "cd dist && yarn pack && mv *.tgz .."
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "prettier": {
    "semi": false,
    "trailingComma": "es5",
    "singleQuote": true,
    "jsxBracketSameLine": true,
    "tabWidth": 2,
    "printWidth": 120
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "prettier --write",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drcmda/react-three-fiber.git"
  },
  "keywords": [
    "react",
    "renderer",
    "fiber",
    "three",
    "threejs"
  ],
  "author": "Paul Henschel",
  "contributors": [
    "Birkir Gudjonsson <birkir.gudjonsson@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/drcmda/react-three-fiber/issues"
  },
  "homepage": "https://github.com/drcmda/react-three-fiber#readme",
  "dependencies": {
    "@babel/runtime": "^7.7.7",
    "@juggle/resize-observer": "^3.0.2",
    "react-merge-refs": "^1.0.0",
    "react-promise-suspense": "^0.3.2",
    "react-reconciler": "0.24.0",
    "react-use-measure": "^2.0.0",
    "resize-observer-polyfill": "^1.5.1",
    "scheduler": "0.18.0",
    "tiny-emitter": "^2.1.0",
    "utility-types": "^3.10.0"
  },
  "peerDependencies": {
    "react": ">=16.12",
    "react-dom": ">=16.12",
    "three": ">=0.113"
  },
  "devDependencies": {
    "@ampproject/rollup-plugin-closure-compiler": "^0.18.1",
    "@babel/core": "7.7.7",
    "@babel/plugin-transform-modules-commonjs": "7.7.5",
    "@babel/plugin-transform-parameters": "7.7.7",
    "@babel/plugin-transform-runtime": "7.7.6",
    "@babel/plugin-transform-template-literals": "7.7.4",
    "@babel/preset-env": "7.7.7",
    "@babel/preset-react": "7.7.4",
    "@babel/preset-typescript": "^7.7.7",
    "@types/jest": "^24.0.25",
    "@types/lodash-es": "^4.17.3",
    "@types/react": "^16.9.17",
    "@types/react-dom": "^16.9.4",
    "@types/react-native": "^0.60.28",
    "@types/react-reconciler": "^0.18.0",
    "@types/scheduler": "^0.16.1",
    "@typescript-eslint/eslint-plugin": "^2.15.0",
    "@typescript-eslint/parser": "^2.15.0",
    "babel-eslint": "^10.0.3",
    "@types/react-test-renderer": "^16.9.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "copyfiles": "^2.1.1",
    "cypress": "^3.8.1",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.9.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-react-hooks": "^2.3.0",
    "expo-gl": "^8.0.0",
    "expo-three": "^5.3.0",
    "husky": "^4.0.1",
    "json": "^9.0.6",
    "lint-staged": "^9.5.0",
    "prettier": "^1.19.1",
    "jest": "^24.9.0",
    "react-dom": "^16.11.0",
    "react-test-renderer": "^16.12.0",
    "react": "^16.11.0",
    "rimraf": "^3.0.0",
    "rollup": "^1.28.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-size-snapshot": "^0.10.0",
    "three": "^0.113.2",
    "typescript": "^3.7.4",
    "ts-jest": "^24.3.0",
    "wait-on": "^3.3.0"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-three-fiber"
  }
}
