-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.4 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
{
"name": "itwin-viewer-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "vite"
},
"dependencies": {
"@itwin/appui-abstract": "^4.5.2",
"@itwin/appui-react": "^4.12.0",
"@itwin/browser-authorization": "^1.1.0",
"@itwin/components-react": "^4.12.0",
"@itwin/core-bentley": "^4.5.2",
"@itwin/core-common": "^4.5.2",
"@itwin/core-frontend": "^4.5.2",
"@itwin/core-geometry": "^4.5.2",
"@itwin/core-i18n": "^4.5.2",
"@itwin/core-markup": "^4.5.2",
"@itwin/core-orbitgt": "^4.5.2",
"@itwin/core-quantity": "^4.5.2",
"@itwin/core-react": "^4.12.0",
"@itwin/core-telemetry": "^4.5.2",
"@itwin/imodel-components-react": "^4.12.0",
"@itwin/imodels-access-frontend": "^4.0.0",
"@itwin/itwinui-react": "^3.10.0",
"@itwin/presentation-common": "^4.5.2",
"@itwin/presentation-components": "5.2.1",
"@itwin/presentation-frontend": "^4.5.2",
"@itwin/tree-widget-react": "2.1.0",
"@itwin/web-viewer-react": "^4.2.4",
"@itwin/webgl-compatibility": "^4.5.2",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"history": "^5.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.0",
"sass": "^1.76.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-static-copy": "^1.0.4"
}
}