forked from ThatOpen/web-ifc-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 881 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ifc.js",
"version": "1.0.1",
"description": "IFC viewer",
"scripts": {
"build": "rollup -c && cpy node_modules/web-ifc/web-ifc.wasm ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agviegas/IFC.js.git"
},
"keywords": [
"ifc",
"geometry",
"threejs",
"bim",
"3d"
],
"author": "agviegas",
"license": "MIT",
"bugs": {
"url": "https://github.com/agviegas/IFC.js/issues"
},
"homepage": "https://github.com/agviegas/IFC.js#readme",
"dependencies": {
"three": "^0.126.0",
"web-ifc": "0.0.17"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.2.0",
"@types/node": "^14.14.31",
"@types/three": "^0.125.3",
"cpy": "^8.1.2",
"cpy-cli": "^3.1.1",
"esbuild": "^0.8.53",
"rollup": "^2.40.0",
"serve": "^11.3.2",
"typescript": "^4.2.2"
}
}