{
  "name": "react-xr",
  "version": "1.1.0",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "license": "MIT",
  "scripts": {
    "prebuild": "rimraf dist && npm run typegen",
    "build": "rollup -c",
    "prepare": "npm run build",
    "eslint": "eslint src/**/*.{js,ts,jsx,tsx}",
    "test": "echo no tests yet",
    "typecheck": "tsc --noEmit --emitDeclarationOnly false --strict --jsx react",
    "typegen": "tsc && mv dist/src/* dist && rm -rf dist/src || true"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged --pattern '**/*.*(js|jsx|ts|tsx)'"
    }
  },
  "devDependencies": {
    "@babel/core": "7.9.0",
    "@babel/plugin-transform-modules-commonjs": "7.9.0",
    "@babel/plugin-transform-parameters": "7.9.5",
    "@babel/plugin-transform-runtime": "7.9.0",
    "@babel/plugin-transform-template-literals": "7.8.3",
    "@babel/preset-env": "7.9.5",
    "@babel/preset-react": "7.9.4",
    "@babel/preset-typescript": "^7.9.0",
    "@types/jest": "^25.2.1",
    "@types/lodash-es": "^4.17.3",
    "@types/react": "^16.9.34",
    "@types/react-dom": "^16.9.6",
    "@typescript-eslint/eslint-plugin": "^2.29.0",
    "@typescript-eslint/parser": "^2.29.0",
    "babel-eslint": "^10.1.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^3.0.0",
    "husky": "^4.2.5",
    "jest": "^25.4.0",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-three-fiber": "^4.2.20",
    "rimraf": "^3.0.2",
    "rollup": "^2.7.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-size-snapshot": "^0.11.0",
    "three": "^0.120.0",
    "typescript": "^3.8.3"
  },
  "peerDependencies": {
    "react": ">=16.13",
    "react-dom": ">=16.13",
    "react-three-fiber": ">=4.0"
  }
}
