{
  "name": "@wandelbots/wandelbots-js-react-components",
  "version": "5.7.1",
  "description": "React UI toolkit for building applications on top of the Wandelbots platform",
  "type": "module",
  "sideEffects": false,
  "packageManager": "pnpm@10.33.0",
  "files": [
    "dist",
    "README.md"
  ],
  "module": "./dist/index.js",
  "main": "./dist/index.cjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./core": {
      "types": "./dist/core.d.ts",
      "import": "./dist/core.js",
      "require": "./dist/core.cjs"
    },
    "./3d": {
      "types": "./dist/3d.d.ts",
      "import": "./dist/3d.js",
      "require": "./dist/3d.cjs"
    },
    "./wb-icons": {
      "types": "./dist/wb-icons.d.ts",
      "import": "./dist/wb-icons.js",
      "require": "./dist/wb-icons.cjs"
    },
    "./package.json": "./package.json",
    "./*": {
      "types": "./dist/*/index.d.ts",
      "import": "./dist/*/index.js",
      "require": "./dist/*/index.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "storybook dev -p 6006 --no-open",
    "dev:pack": "nodemon -V -w src -e '*' -x \"pnpm run build && pnpm pack\"",
    "dev:build": "nodemon -V -w src -e '*' -x \"vite build && tsc --declaration --emitDeclarationOnly\"",
    "dev:wbjs": "nodemon --watch $WBJS_PATH -e tgz --exec 'pnpm install file:$WBJS_PATH && storybook dev -p 6006 --no-open'",
    "tsc": "tsc --pretty --noEmit -p stories/tsconfig.json",
    "test": "test-storybook --url http://127.0.0.1:6006 --index-json --browsers chromium",
    "test:unit": "vitest --workspace vitest.workspace.ts --project unit",
    "test:unit:run": "vitest run --workspace vitest.workspace.ts --project unit",
    "test:consumer": "pnpm run build && vitest run --workspace vitest.workspace.ts --project consumer",
    "ci:test": "run-s ci:test:build ci:test:built",
    "ci:test:build": "storybook build --quiet --test",
    "ci:test:built": "run-p --race ci:test:server ci:test:runner",
    "ci:test:server": "http-server storybook-static --port 9009 --silent",
    "ci:test:runner": "wait-on tcp:127.0.0.1:9009 && test-storybook --url http://127.0.0.1:9009 --index-json --browsers chromium",
    "build": "rimraf dist && vite build && tsc --declaration --emitDeclarationOnly",
    "build-storybook": "storybook build",
    "api:update": "pnpm run build && tsx scripts/api-extractor.ts --local",
    "api:check": "tsx scripts/api-extractor.ts",
    "api:check-breaking": "tsx scripts/check-breaking-api.ts",
    "lint": "biome check --error-on-warnings .",
    "format": "biome format . --write",
    "prepare": "husky || true",
    "td": "tsx scripts/td-wrapper.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wandelbotsgmbh/wandelbots-js-react-components.git"
  },
  "keywords": [
    "ui",
    "toolkit",
    "wandelbots"
  ],
  "author": "Wandelbots",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=18.14.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.13",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@microsoft/api-extractor": "^7.58.7",
    "@mui/icons-material": "^7.3.7",
    "@mui/material": "^7.3.7",
    "@react-three/drei": "^10.2.0",
    "@react-three/fiber": "^9.1.2",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@storybook/addon-docs": "^10.2.3",
    "@storybook/react": "^10.3.5",
    "@storybook/react-vite": "^10.2.3",
    "@storybook/test-runner": "^0.24.1",
    "@svgr/rollup": "^8.1.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/lodash": "^4.17.24",
    "@types/lodash-es": "^4.17.12",
    "@types/react": "^19.1.8",
    "@types/three": "^0.182.0",
    "@vitejs/plugin-react": "^4.3.4",
    "add": "^2.0.6",
    "glob": "^13.0.0",
    "http-server": "^14.1.1",
    "husky": "^9.1.7",
    "i18next": "^25.7.4",
    "jest-simple-dot-reporter": "^1.0.5",
    "jest-summary-reporter": "^0.0.2",
    "jsdom": "^27.4.0",
    "nodemon": "^3.1.9",
    "npm-run-all": "^4.1.5",
    "playwright": "^1.59.1",
    "postcss": "^8.5.3",
    "prop-types": "^15.8.1",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "rimraf": "^6.0.1",
    "rollup": "^4.55.1",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-gltf": "^4.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "semantic-release": "^25.0.2",
    "storybook": "^10.2.3",
    "storybook-preset-inline-svg": "^2.0.0",
    "three": "^0.182.0",
    "three-stdlib": "^2.35.14",
    "ts-dedent": "^2.2.0",
    "tsx": "^4.21.0",
    "typescript": "^5.8.2",
    "unplugin": "^1.15.0",
    "vite": "^6.2.0",
    "vite-plugin-svgr": "^4.3.0",
    "vitest": "^3.0.7",
    "wait-on": "^9.0.3"
  },
  "peerDependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/icons-material": "^6 || ^7",
    "@mui/material": "^6 || ^7",
    "@react-three/drei": "^9.122.0 || ^10",
    "@react-three/fiber": "^8 || ^9",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "three": ">=0.182",
    "three-stdlib": ">=2"
  },
  "peerDependenciesMeta": {
    "react-dom": {
      "optional": true
    },
    "@react-three/drei": {
      "optional": true
    },
    "@react-three/fiber": {
      "optional": true
    },
    "three": {
      "optional": true
    },
    "three-stdlib": {
      "optional": true
    }
  },
  "dependencies": {
    "@mui/x-charts": "^8.27.0",
    "@mui/x-data-grid": "^8.27.0",
    "@wandelbots/nova-js": "3.10.0-pr.295.cb733a7",
    "axios": "^1.15.0",
    "dotenv": "^17.2.3",
    "i18next-browser-languagedetector": "^8.2.0",
    "lodash-es": "^4.17.21",
    "mobx": "^6.13.6",
    "mobx-react-lite": "^4.1.0",
    "react-error-boundary": "^6.0.3",
    "react-i18next": "^16.5.2",
    "username": "^7.0.0"
  },
  "pnpm": {
    "overrides": {
      "storybook": "$storybook",
      "handlebars": "^4.7.9",
      "minimatch@<3.1.3": "^3.1.3"
    }
  }
}
