{
  "name": "react-home-ar",
  "version": "0.5.103",
  "description": "React Interior AR",
  "homepage": "cambrian.io",
  "author": "cambrian",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "opencv": {
    "path": "../opencv"
  },
  "files": [
    "dist/",
    "includes/"
  ],
  "scripts": {
    "bump": "npm version patch --no-git-tag-version",
    "add-branding": "cross-var sh scripts/add_branding.sh $npm_package_name $npm_package_version",
    "build": "npm-run-all clean build:js",
    "build:js": "rollup -c",
    "clean": "rimraf dist",
    "format": "prettier --write 'src/**/*' 'demo/src/**/*'",
    "prepare": "npm-run-all clean build add-branding",
    "build-opencv": "python3 ../opencv/platforms/js/build_js.py --cmake_option=\"-DCMAKE_BUILD_TYPE=Release\" --build_flags \"-s FORCE_FILESYSTEM=0\" --config ./opencv_js.config.py build_js; cp -f build_js/bin/opencv.js includes/opencv.js",
    "if-building-opencv-click-here": "https://docs.opencv.org/4.x/d4/da1/tutorial_js_setup.html",
    "build-opencv-full": "python3 ../opencv/platforms/js/build_js.py --cmake_option=\"-DCMAKE_BUILD_TYPE=Release\" --build_flags \"-s FORCE_FILESYSTEM=0\" build_js; cp -f build_js/bin/opencv.js includes/opencv-full.js",
    "copycv": "cp includes/*.js dist/",
    "postpublish": "npm-run-all bump",
    "start": "npm-run-all --parallel start:js",
    "start:js": "rollup -c -w",
    "version": "npm view react-home-ar versions  --json | grep \\\" | tail -1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CambrianTech/react-home-ar.git"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/CambrianTech/react-home-ar/issues"
  },
  "dependencies": {
    "@juggle/resize-observer": "^3.3.1",
    "@tensorflow-models/deeplab": "^0.2.1",
    "@tensorflow/tfjs": "^3.21.0",
    "@tensorflow/tfjs-converter": "^3.21.0",
    "@tensorflow/tfjs-core": "^3.21.0",
    "@types/dat.gui": "^0.7.7",
    "@types/offscreencanvas": "^2019.7.0",
    "@types/randomstring": "^1.1.8",
    "@types/three": "^0.128.0",
    "cambrian-base": "^1.0.156",
    "dat.gui": "^0.7.9",
    "exif-js": "^2.3.0",
    "gammacv": "^0.5.2",
    "mirada": "^0.0.15",
    "path-browserify": "^1.0.1",
    "react-zoom-pan-pinch": "^2.1.3",
    "threads": "^1.7.0",
    "three": "^0.128.0"
  },
  "devDependencies": {
    "@types/node": "^17.0.21",
    "@types/react": "^18.0.12",
    "@types/react-dom": "^18.0.5",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "cross-var": "^1.1.0",
    "eslint": "^8.17.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^2.79.1",
    "rollup-plugin-multi-input": "^1.3.1",
    "rollup-plugin-threads": "^1.2.0",
    "rollup-plugin-typescript2": "^0.32.1",
    "ts-interface-checker": "^1.0.2",
    "typescript": "^4.7.3"
  },
  "peerDependencies": {
    "@types/react": ">=17.0.0",
    "@types/react-dom": ">=17.0.0",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  }
}
