-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 935 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
{
"name": "open-bim-components",
"version": "1.0.0",
"main": "index.ts",
"type": "module",
"scripts": {
"build": "rollup -c ./rollup.config.js",
"watch": "rollup -w -c ./rollup.config.js",
"start": "rollup -c -w"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@thatopen/components": "^2.0.8",
"@thatopen/components-front": "^2.0.9",
"@thatopen/fragments": "^2.0.4",
"@thatopen/ui": "^2.0.8",
"stats.js": "^0.17.0",
"three": "^0.160.0",
"tslib": "^2.6.3",
"web-ifc": "^0.0.53"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/stats.js": "^0.17.3",
"@types/three": "^0.165.0",
"rollup": "^4.18.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-serve": "^1.1.1"
}
}