{
  "name": "@thatopen/components-front",
  "description": "Collection of frontend tools to author BIM apps.",
  "version": "3.4.3",
  "author": "That Open Company",
  "contributors": [
    "Antonio Gonzalez Viegas (https://github.com/agviegas)",
    "Juan Hoyos (https://github.com/HoyosJuan)",
    "Harry Collin (https://github.com/harrycollin)",
    "Pablo Aguilar (https://github.com/pabloaguilarv)"
  ],
  "license": "MIT",
  "homepage": "https://github.com/ThatOpen/engine_components/tree/main/packages/components-front#readme",
  "bugs": {
    "url": "https://github.com/ThatOpen/engine_components/issues"
  },
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ThatOpen/engine_components/tree/main/packages/components-front.git"
  },
  "scripts": {
    "dev": "vite --host",
    "test": "jest",
    "build": "tsc --p ./tsconfig-build.json && vite build",
    "prepublishOnly": "yarn build",
    "publish-repo": "npm publish"
  },
  "peerDependencies": {
    "@thatopen/fragments": "~3.4.0",
    "three": ">=0.182.0",
    "web-ifc": ">=0.0.77"
  },
  "devDependencies": {
    "@thatopen/fragments": "~3.4.3",
    "@thatopen/ui": "~3.4.0",
    "@thatopen/ui-obc": "~3.4.0",
    "@types/convert-units": "2.3.11",
    "@types/earcut": "3.0.0",
    "@types/three": "0.184.0",
    "three": "0.184.0",
    "web-ifc": "0.0.77"
  },
  "dependencies": {
    "@thatopen/components": "~3.4.0",
    "earcut": "^3.0.1"
  }
}
