-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 1.88 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "ifcviewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"publish": "vercel --prod",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.15",
"@mui/x-data-grid": "^7.2.0",
"@nivo/bar": "^0.86.0",
"@nivo/pie": "^0.86.0",
"@react-three/drei": "^9.105.5",
"@react-three/fiber": "^8.16.2",
"@thatopen/components": "^2.4.3",
"@thatopen/components-front": "^2.4.2",
"@thatopen/fragments": "^2.4.0",
"@thatopen/ui": "^2.4.1",
"@thatopen/ui-obc": "^2.4.1",
"file-saver": "^2.0.5",
"force": "^0.0.3",
"framer-motion": "^11.3.21",
"idb": "^8.0.0",
"install": "^0.13.0",
"jszip": "^3.10.1",
"leva": "^0.9.35",
"lil-gui": "^0.19.2",
"mui": "^0.0.1",
"npm": "^10.5.2",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-icons": "^5.2.1",
"react-papaparse": "^4.4.0",
"react-pro-sidebar": "^0.7.1",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.22.3",
"react-scripts": "^5.0.1",
"three-viewport-gizmo": "^0.1.5",
"vercel": "^34.0.0",
"web-ifc": "^0.0.66"
},
"devDependencies": {
"@iconify/react": "^5.0.2",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.163.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^4.9.5",
"vite": "^5.2.0"
}
}