web-ifc-viewer
Version:
66 lines (65 loc) • 1.59 kB
JSON
{
"name": "web-ifc-viewer",
"version": "1.0.218",
"description": "IFC viewer",
"main": "dist/index.js",
"type": "module",
"scripts": {
"watch": "tsc -w",
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ifcjs/web-ifc-viewer.git"
},
"keywords": [
"ifc",
"geometry",
"threejs",
"bim",
"3d"
],
"author": "agviegas",
"license": "MIT",
"bugs": {
"url": "https://github.com/ifcjs/web-ifc-viewer/issues"
},
"homepage": "https://github.com/ifcjs/web-ifc-viewer",
"dependencies": {
"camera-controls": "^1.33.1",
"dat.gui": "^0.7.7",
"gsap": "^3.7.1",
"three-mesh-bvh": "^0.5.11",
"web-ifc": "^0.0.39",
"web-ifc-three": "^0.0.125"
},
"devDependencies": {
"@types/dat.gui": "^0.7.7",
"@types/jest": "^26.0.23",
"@types/node": "^14.14.31",
"@types/three": "^0.134.0",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.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",
"prettier": "^2.3.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
},
"browser": {
"crypto": false,
"fs": false,
"path": false
},
"peerDependencies": {
"three": "^0.135.0"
}
}