-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
36
{
"name": "bim-app",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/three": "0.160.0",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"stats.js": "^0.17.0",
"typescript": "5.2.2",
"vite": "5.2.0"
},
"dependencies": {
"@thatopen/components": "~2.2.0",
"@thatopen/components-front": "~2.2.0",
"@thatopen/fragments": "~2.2.0",
"@thatopen/ui": "~2.2.0",
"@thatopen/ui-obc": "~2.2.0",
"jszip": "3.10.1",
"stats.js": "^0.17.0",
"three": "0.160.1",
"typescript": "5.2.2",
"web-ifc": "0.0.57",
"chart.js": "^4.3.0"
}
}