-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.8 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": "vite-itwin-web-viewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint ./src",
"preview": "vite preview"
},
"dependencies": {
"@itwin/appui-abstract": "^5.0.2",
"@itwin/appui-react": "^5.11.2",
"@itwin/browser-authorization": "^2.0.0",
"@itwin/components-react": "^5.11.2",
"@itwin/core-common": "^5.0.2",
"@itwin/core-frontend": "^5.0.2",
"@itwin/core-orbitgt": "^5.0.2",
"@itwin/core-quantity": "^5.0.2",
"@itwin/core-react": "^5.11.2",
"@itwin/ecschema-metadata": "^5.0.2",
"@itwin/ecschema-rpcinterface-common": "^5.0.2",
"@itwin/imodel-components-react": "^5.11.2",
"@itwin/imodels-access-frontend": "^6.0.1",
"@itwin/itwinui-illustrations-react": "^2.1.0",
"@itwin/itwinui-react": "^3.18.3",
"@itwin/measure-tools-react": "^0.28.0",
"@itwin/presentation-common": "^5.0.2",
"@itwin/presentation-components": "^5.12.4",
"@itwin/presentation-frontend": "^5.0.2",
"@itwin/property-grid-react": "^1.19.2",
"@itwin/tree-widget-react": "^3.10.1",
"@itwin/unified-selection": "^1.4.2",
"@itwin/web-viewer-react": "^5.0.0",
"@tanstack/react-router": "^1.124.0",
"react-dom": "^18.3.0",
"react-error-boundary": "^6.0.0",
"react-redux": "^9.2.0",
"react": "^18.3.0",
"redux": "^5.0.1"
},
"devDependencies": {
"@itwin/eslint-plugin": "^5.2.1",
"@types/node": "^22.15.27",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.0",
"@vitejs/plugin-react": "^4.6.0",
"eslint-plugin-react": "^7.37.5",
"eslint": "^9.30.1",
"sass": "^1.89.2",
"typescript": "~5.8.3",
"vite-plugin-static-copy": "^3.1.0",
"vite": "^7.0.1"
},
"packageManager": "pnpm@10.11.0"
}