-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.55 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "handgesture-viewer",
"version": "0.1.0",
"author": "IFC.js",
"license": "MIT",
"description": "This library is the implementation of [web-ifc](https://github.com/tomvandig/web-ifc) for [THREE.js](https://github.com/mrdoob/three.js/). This is the official IFCLoader of Three.js.",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/IFCjs/web-ifc-three.git"
},
"keywords": [
"bim",
"openbim",
"ifc",
"architecture",
"engineering",
"construction",
"aec"
],
"bugs": {
"url": "https://github.com/agviegas/web-ifc-three/issues"
},
"homepage": "https://github.com/agviegas/web-ifc-three#readme",
"scripts": {
"start": "serve",
"build": "rollup -c ",
"watch": "rollup -c && npm start"
},
"dependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"node-sass": "^8.0.0",
"rollup": "^2.75.6",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-svelte": "^6.1.1",
"stats.js": "^0.17.0",
"svelte": "^3.29.6",
"svelte-preprocess-sass": "^0.2.0",
"three": "^0.135.0",
"web-ifc": "^0.0.33",
"web-ifc-three": "0.0.115"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.2.1",
"cpy-cli": "^4.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-file-include": "^2.3.0",
"gulp-inject": "^5.0.5",
"gulp-sass": "^5.1.0",
"rollup-plugin-css-only": "^4.3.0",
"sass": "^1.62.0"
}
}