{
  "name": "react-babylonjs",
  "version": "3.2.5-beta.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/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": "tsc-watch --onSuccess \"rollup -c\"",
    "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": "^7.28.0",
    "@babylonjs/gui": "^7.28.0",
    "@rollup/plugin-json": "^4.0.2",
    "@rollup/plugin-replace": "^3.0.0",
    "@types/lodash.camelcase": "^4.3.6",
    "@types/mocha": "^9.1.0",
    "@types/node": "^14.18.21",
    "@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": "^7.11.0",
    "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",
    "github-release-notes": "0.17.2",
    "lodash.camelcase": "^4.3.0",
    "mocha": "^9.2.2",
    "prettier": "^2.6.1",
    "prettier-plugin-organize-imports": "^2.3.4",
    "react": "^19",
    "react-dom": "^19",
    "rimraf": "^3.0.2",
    "rollup": "^2.0.6",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "sinon": "^9.2.4",
    "ts-morph": "^14.0.0",
    "ts-node": "^10.7.0",
    "tsc-watch": "4.1.0",
    "tsconfig-paths": "^3.9.0",
    "tslib": "^2.4.0",
    "typescript": "^4.8.3"
  },
  "peerDependencies": {
    "@babylonjs/core": "5.x || 6.x || 7.x || 8.x",
    "@babylonjs/gui": "5.x || 6.x || 7.x || 8.x",
    "react": ">=17",
    "react-dom": ">=17",
    "react-reconciler": "0.29.2 || 0.31.0"
  },
  "peerDependenciesMeta": {
    "react-dom": {
      "optional": true
    }
  }
}
