{
  "name": "@collabdt/core",
  "version": "0.11.1",
  "description": "CDT Core contains all the core technology for your CDT platform",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./messages": {
      "types": "./dist/core/i18n/index.d.ts",
      "import": "./dist/core/i18n/index.js"
    },
    "./plugins-sdk": {
      "types": "./dist/core/plugins/sdk/index.d.ts",
      "import": "./dist/core/plugins/sdk/index.js"
    },
    "./plugins-sdk/*": {
      "types": "./dist/core/plugins/sdk/*.d.ts",
      "import": "./dist/core/plugins/sdk/*.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js"
    }
  },
  "sideEffects": [
    "**/*.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "config",
    "LICENSE",
    "NOTICE"
  ],
  "scripts": {
    "build": "tsup && node scripts/copy-assets.mjs && node scripts/build-types.mjs",
    "build:js": "tsup && node scripts/copy-assets.mjs",
    "build:types": "node scripts/build-types.mjs",
    "build:types:strict": "tsc -p tsconfig.build.json",
    "dev": "tsup --watch --onSuccess \"node scripts/copy-assets.mjs\"",
    "dev:link": "tsup --watch --onSuccess \"node scripts/copy-assets.mjs && yalc push --no-scripts\"",
    "lint": "eslint src",
    "license:headers": "node scripts/add-license-headers.mjs",
    "license:check": "node scripts/add-license-headers.mjs --check",
    "attribution:check": "node scripts/check-ai-attribution.mjs",
    "hooks:install": "git config core.hooksPath .githooks",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:unit": "vitest run",
    "test:unit:watch": "vitest",
    "changelog:check": "node scripts/check-changelog.mjs",
    "version:patch": "npm version patch --no-git-tag-version",
    "version:minor": "npm version minor --no-git-tag-version",
    "version:major": "npm version major --no-git-tag-version"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CollabDigitalTwins/core.git"
  },
  "keywords": [
    "core",
    "collabdt",
    "cdt"
  ],
  "author": "Collab Digital Twins",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/CollabDigitalTwins/core/issues"
  },
  "homepage": "https://github.com/CollabDigitalTwins/core#readme",
  "peerDependencies": {
    "@thatopen/components": "~3.4.0",
    "@thatopen/components-front": "~3.4.0",
    "@thatopen/fragments": "~3.4.0",
    "@thatopen/ui": "~3.4.0",
    "@thatopen/ui-obc": "~3.4.0",
    "camera-controls": ">=3.1.2",
    "framer-motion": "^12.0.0",
    "lucide-react": ">=0.500.0",
    "maplibre-gl": "^6.9.0",
    "next": "^15.0.0",
    "next-auth": "^5.0.0-beta.0",
    "next-intl": "^4.0.0",
    "next-themes": "^0.4.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-map-gl": "^8.1.3",
    "sonner": "^2.0.0",
    "swr": "^2.0.0",
    "three": ">=0.175.0",
    "web-ifc": ">=0.0.72"
  },
  "peerDependenciesMeta": {
    "@thatopen/components": {
      "optional": true
    },
    "@thatopen/components-front": {
      "optional": true
    },
    "@thatopen/fragments": {
      "optional": true
    },
    "@thatopen/ui": {
      "optional": true
    },
    "@thatopen/ui-obc": {
      "optional": true
    },
    "camera-controls": {
      "optional": true
    },
    "web-ifc": {
      "optional": true
    }
  },
  "dependencies": {
    "@casl/ability": "^6.7.5",
    "@collabdt/plugin-kit": "^0.5.0",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@lucide/lab": "^0.1.2",
    "@mapbox/vector-tile": "^2.0.4",
    "@radix-ui/react-accordion": "^1.2.12",
    "@radix-ui/react-alert-dialog": "^1.1.14",
    "@radix-ui/react-avatar": "^1.1.4",
    "@radix-ui/react-checkbox": "^1.3.1",
    "@radix-ui/react-dialog": "^1.1.13",
    "@radix-ui/react-dropdown-menu": "^2.1.7",
    "@radix-ui/react-label": "^2.1.2",
    "@radix-ui/react-menubar": "^1.1.6",
    "@radix-ui/react-popover": "^1.1.11",
    "@radix-ui/react-progress": "^1.1.7",
    "@radix-ui/react-scroll-area": "^1.2.10",
    "@radix-ui/react-select": "^2.1.7",
    "@radix-ui/react-separator": "^1.1.2",
    "@radix-ui/react-slider": "^1.3.5",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-switch": "^1.2.2",
    "@radix-ui/react-tabs": "^1.1.11",
    "@radix-ui/react-toggle": "^1.1.2",
    "@radix-ui/react-toggle-group": "^1.1.2",
    "@radix-ui/react-tooltip": "^1.1.8",
    "@radix-ui/react-visually-hidden": "^1.1.2",
    "@sparkjsdev/spark": "^2.2.0",
    "@tanstack/react-table": "^8.21.3",
    "@turf/turf": "^7.2.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "date-fns": "^4.1.0",
    "dxf-viewer": "^1.0.42",
    "jspdf": "^4.2.1",
    "maplibre-gl-measures": "^0.0.16",
    "memjs": "^1.3.2",
    "pbf": "^4.0.1",
    "potree-core": "^2.0.15",
    "proj4": "^2.15.0",
    "react-day-picker": "^9.8.0",
    "react-google-recaptcha": "^3.1.0",
    "recharts": "^3.7.0",
    "tailwind-merge": "^3.2.0",
    "three-viewport-gizmo": "^2.2.0"
  },
  "devDependencies": {
    "@next/eslint-plugin-next": "^15.4.5",
    "@stylistic/eslint-plugin": "^5.2.2",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.6.4",
    "@testing-library/react": "^16.3.0",
    "@thatopen/components": "~3.4.0",
    "@thatopen/components-front": "~3.4.0",
    "@thatopen/fragments": "~3.4.0",
    "@thatopen/ui": "~3.4.0",
    "@thatopen/ui-obc": "~3.4.0",
    "@types/geojson": "^7946.0.14",
    "@types/jest": "^30.0.0",
    "@types/memjs": "^1.3.3",
    "@types/node": "^20",
    "@types/proj4": "^2.5.5",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/react-google-recaptcha": "^2.1.9",
    "@vitejs/plugin-react": "^6.0.2",
    "camera-controls": "^3.1.2",
    "esbuild-plugin-preserve-directives": "^0.0.11",
    "eslint": "^9.32.0",
    "eslint-config-next": "^15.3.1",
    "eslint-formatter-summary": "^2.0.2",
    "eslint-import-resolver-typescript": "^3.10.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-sonarjs": "^3.0.4",
    "eslint-plugin-unicorn": "^60.0.0",
    "framer-motion": "^12.23.24",
    "geojson": "^0.5.0",
    "jest": "^30.0.5",
    "jest-environment-jsdom": "^30.0.5",
    "lucide-react": "^0.503.0",
    "maplibre-gl": "^6.9.0",
    "next": "15.5.13",
    "next-auth": "^5.0.0-beta.29",
    "next-intl": "^4.3.4",
    "next-themes": "^0.4.6",
    "postcss": "^8",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-map-gl": "^8.1.3",
    "sonner": "^2.0.5",
    "swr": "^2.4.0",
    "tailwindcss": "^3.4.1",
    "tailwindcss-animate": "^1.0.7",
    "three": "0.184.0",
    "tsup": "^8.5.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.65.0",
    "vitest": "^4.1.8",
    "web-ifc": "0.0.77"
  }
}
