{
  "name": "react-babylonjs",
  "version": "4.0.2",
  "description": "React for Babylon.js",
  "homepage": "https://brianzinn.github.io/react-babylonjs/",
  "keywords": [
    "3d",
    "webgl",
    "react",
    "babylon",
    "babylon.js",
    "renderer",
    "react-reconciler"
  ],
  "main": "dist/react-babylonjs.js",
  "module": "dist/react-babylonjs.js",
  "esnext": "dist/react-babylonjs.js",
  "typings": "dist/types/react-babylonjs.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "author": "Brian Zinn <github@wakeskate.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brianzinn/react-babylonjs.git"
  },
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "lint": "concurrently 'yarn:lint:check:*'",
    "lint:check:eslint": "eslint src/**/*.{ts,tsx}",
    "lint:check:prettier": "prettier -c \"**/*.{ts,js,tsx,jsx,json,md,mdx}\"",
    "lint:fix": "concurrently 'yarn:lint:fix:*'",
    "lint:fix:eslint": "eslint --fix . --ext .ts",
    "lint:fix:prettier": "prettier -w \"**/*.{ts,js,tsx,jsx,json,md,mdx}\"",
    "prebuild": "rimraf dist",
    "build": "cross-env NODE_ENV=production rollup -c",
    "build:dev": "rollup -c",
    "start": "rollup -cw",
    "generate-code": "cross-env NODE_OPTIONS=--max_old_space_size=4096 node --experimental-specifier-resolution=node --loader ts-node/esm tools/generate-code.ts",
    "unit-test": "cross-env TS_NODE_PROJECT=\"test/tsconfig.json\" mocha",
    "test": "npm run unit-test",
    "test:coverage": "c8 --reporter=lcov --reporter=text-summary npm run test"
  },
  "devDependencies": {
    "@babylonjs/core": "^9.0.0",
    "@babylonjs/gui": "^9.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-replace": "^5.0.5",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.1",
    "@types/lodash.camelcase": "^4.3.6",
    "@types/mocha": "^10.0.6",
    "@types/node": "^22.10.0",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "@types/react-reconciler": "^0.31.0",
    "@types/sinon": "^9.0.10",
    "@typescript-eslint/eslint-plugin": "^4.29.1",
    "@typescript-eslint/parser": "^4.29.1",
    "c8": "^10.1.2",
    "concurrently": "^7.0.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-react-hooks": "^4.4.0",
    "esm": "^3.2.25",
    "lodash.camelcase": "^4.3.0",
    "mocha": "^10.4.0",
    "prettier": "^2.6.1",
    "prettier-plugin-organize-imports": "^2.3.4",
    "react": "^19",
    "react-dom": "^19",
    "rimraf": "^3.0.2",
    "rollup": "^4.18.0",
    "sinon": "^9.2.4",
    "ts-morph": "^14.0.0",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^3.9.0",
    "tslib": "^2.4.0",
    "typescript": "^5.4.5"
  },
  "peerDependencies": {
    "@babylonjs/core": ">=8.32.0 <10",
    "@babylonjs/gui": ">=8.32.0 <10",
    "react": ">=19",
    "react-dom": ">=19"
  },
  "dependencies": {
    "react-reconciler": "^0.31.0"
  },
  "peerDependenciesMeta": {
    "react-dom": {
      "optional": true
    }
  }
}
