{
  "name": "openbim-components",
  "version": "1.5.1",
  "main": "src/index.js",
  "author": "harry collin, antonio gonzalez viegas",
  "license": "MIT",
  "packageManager": "yarn@3.2.1",
  "scripts": {
    "test": "jest",
    "build": "node resources/cleaner.js && tsc && yarn build-examples && yarn build-css",
    "build-css": "tailwindcss build -i src/ui/UIManager/top.css -o resources/styles.css",
    "build-examples": "rollup -c resources/rollup.config.mjs",
    "publish-repo": "yarn build && cpy package.json dist && cd dist && npm publish",
    "publish-repo-alpha": "yarn build && cpy package.json dist && cd dist && npm publish --tag alpha"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "25.0.0",
    "@rollup/plugin-node-resolve": "15.1.0",
    "@tailwindcss/forms": "^0.5.3",
    "@types/earcut": "^2.1.1",
    "@types/jest": "27.0.0",
    "@types/node": "^14.14.31",
    "@types/node-fetch": "^2.6.4",
    "@types/three": "0.160.0",
    "@typescript-eslint/eslint-plugin": "^4.27.0",
    "@typescript-eslint/parser": "^4.27.0",
    "bim-fragment": "1.5.0",
    "cpy-cli": "^3.1.1",
    "eslint": "^7.28.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-prettier": "^3.4.0",
    "jest": "^27.0.4",
    "node-fetch": "^3.3.2",
    "prettier": "^2.3.1",
    "rollup": "^3.2.3",
    "tailwindcss": "^3.3.5",
    "three": "^0.160.1",
    "ts-jest": "^27.0.3",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.2",
    "web-ifc": "0.0.53"
  },
  "dependencies": {
    "@popperjs/core": "2.11.8",
    "camera-controls": "2.7.3",
    "dexie": "^3.2.3",
    "dxf-writer": "^1.18.4",
    "earcut": "^2.2.4",
    "n8ao": "1.5.1",
    "openbim-clay": "0.0.5",
    "postprocessing": "6.34.2",
    "stats.js": "^0.17.0",
    "three-mesh-bvh": "0.7.0",
    "top-tool-package-reader": "0.0.3",
    "unzipit": "^1.4.3"
  },
  "peerDependencies": {
    "bim-fragment": "1.5.0",
    "three": "^0.160.1",
    "web-ifc": "0.0.53"
  }
}
