-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
40 lines (40 loc) · 1 KB
/
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": "ifcjs-crash-course",
"version": "1.0.0",
"description": "Exercises of the IFC.js crash course.",
"main": "index.js",
"scripts": {
"build": "node example-builder.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ifcjs/ifcjs-crash-course.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ifcjs/ifcjs-crash-course/issues"
},
"homepage": "https://github.com/ifcjs/ifcjs-crash-course#readme",
"dependencies": {
"camera-controls": "^1.34.5",
"dat.gui": "^0.7.9",
"dexie": "^3.2.2",
"dxf-writer": "^1.17.1",
"gsap": "^3.10.4",
"run": "^1.4.0",
"stats.js": "^0.17.0",
"three": "^0.135.0",
"three-mesh-bvh": "^0.5.14",
"update": "^0.7.4",
"web-ifc": "^0.0.35",
"web-ifc-three": "^0.0.118",
"web-ifc-viewer": "^1.0.207"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"rollup": "^2.70.2"
}
}