{
  "name": "openscad-playground",
  "version": "2.4.0",
  "type": "module",
  "description": "OpenSCAD in the browser - React component for 3D CAD modeling",
  "keywords": [
    "openscad",
    "cad",
    "3d",
    "modeling",
    "wasm",
    "react",
    "component"
  ],
  "author": "",
  "license": "GPL-2.0-or-later",
  "repository": {
    "type": "git",
    "url": ""
  },
  "main": "./index.cjs",
  "module": "./index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./index.cjs"
    },
    "./worker": {
      "types": "./openscad-worker.d.ts",
      "import": "./openscad-worker.js"
    },
    "./styles": "./style.css"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@gltf-transform/core": "^4.1.1",
    "@gltf-transform/extensions": "^4.1.1",
    "@monaco-editor/loader": "^1.7.0",
    "@monaco-editor/react": "^4.7.0",
    "@mui/icons-material": "^7.1.0",
    "@mui/material": "^7.1.0",
    "blurhash": "^2.0.5",
    "chroma-js": "^3.2.0",
    "debug": "^4.4.1",
    "jszip": "^3.10.1",
    "monaco-editor": "^0.52.2",
    "react-router-dom": "^7.6.1",
    "thumbhash": "^0.1.1",
    "uuid": "^13.0.0",
    "uzip": "^0.20201231.0"
  }
}
