forked from ThatOpen/ifcjs-crash-course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 837 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
{
"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",
"gsap": "^3.10.4",
"three": "^0.141.0",
"web-ifc": "^0.0.33",
"web-ifc-viewer": "^1.0.172"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.2.1",
"rollup": "^2.70.2"
}
}