{
  "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": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./worker": {
      "types": "./dist/openscad-worker.d.ts",
      "import": "./dist/openscad-worker.js"
    },
    "./styles": "./dist/openscad-playground.css"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build && node scripts/post-build.js",
    "build:demo": "vite build --mode demo",
    "build:watch": "vite build --watch",
    "build:libs": "tsx scripts/build-libs.ts",
    "preview": "vite preview",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "type-check": "tsc --noEmit",
    "prepublishOnly": "npm run build"
  },
  "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"
  },
  "devDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.6",
    "@semantic-release/npm": "^12.0.2",
    "@types/chroma-js": "^3.1.2",
    "@types/debug": "^4.1.12",
    "@types/node": "^24.10.1",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@types/uzip": "^0.20201231.2",
    "@vitejs/plugin-react": "^5.1.1",
    "@vitest/ui": "^4.0.14",
    "conventional-changelog-conventionalcommits": "^9.1.0",
    "jsdom": "^27.2.0",
    "semantic-release": "^24.2.9",
    "tsx": "^4.21.0",
    "typescript": "^5.8.3",
    "vite": "^7.2.6",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.0.14"
  }
}
