-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.55 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.55 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "itwin-scenes-tutorial",
"version": "1.0.0",
"private": true,
"dependencies": {
"@bentley/icons-generic": "^1.0.13",
"@itwin/appui-abstract": "^5.0.0",
"@itwin/appui-react": "^5.5.0",
"@itwin/browser-authorization": "^2.0.0",
"@itwin/components-react": "^5.5.0",
"@itwin/core-bentley": "^5.0.0",
"@itwin/core-common": "^5.0.0",
"@itwin/core-frontend": "^5.0.0",
"@itwin/core-geometry": "^5.0.0",
"@itwin/core-i18n": "^5.0.0",
"@itwin/core-markup": "^5.0.0",
"@itwin/core-orbitgt": "^5.0.0",
"@itwin/core-quantity": "^5.0.0",
"@itwin/core-react": "^5.5.0",
"@itwin/ecschema-metadata": "^5.0.0",
"@itwin/ecschema-rpcinterface-common": "^5.0.0",
"@itwin/imodel-components-react": "^5.5.0",
"@itwin/imodels-access-frontend": "^6.0.1",
"@itwin/imodels-access-common": "^6.0.1",
"@itwin/imodels-client-management": "^6.0.1",
"@itwin/itwinui-illustrations-react": "^2.1.0",
"@itwin/itwinui-react": "^3.18.0",
"@itwin/measure-tools-react": "latest",
"@itwin/presentation-common": "^5.0.0",
"@itwin/presentation-components": "^5.12.0",
"@itwin/presentation-frontend": "^5.0.0",
"@itwin/presentation-shared": "^1.2.0",
"@itwin/unified-selection": "^1.3.0",
"@itwin/property-grid-react": "^1.16.0",
"@itwin/tree-widget-react": "^3.0.0",
"@itwin/web-viewer-react": "^5.0.0",
"@itwin/webgl-compatibility": "^5.0.0",
"@itwin/unified-selection-react": "^1.0.0",
"@remix-run/router": "^1.23.2",
"@tanstack/react-router": "^1.124.0",
"history": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^6.0.0",
"react-redux": "^9",
"redux": "^5"
},
"devDependencies": {
"@itwin/eslint-plugin": "^5.2.1",
"@types/history": "^4.7.6",
"@types/node": "^22.15.27",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react": "^7.37.5",
"sass": "^1.89.2",
"typescript": "~5.6.2",
"vite": "^7.0.1",
"vite-plugin-static-copy": "^3.1.0"
},
"overrides": {
"lodash": "^4.17.23",
"seroval": "^1.5.0"
},
"scripts": {
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview --port 3000",
"start": "vite",
"test": ""
},
"browserslist": [
"last 4 chrome version",
"last 4 firefox version",
"last 4 safari version",
"last 4 ios version",
"last 4 ChromeAndroid version",
"last 4 edge version",
"not dead",
"not <0.2%"
]
}