This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.31 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
68
69
70
71
72
73
74
75
{
"name": "insulation-validation-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@bentley/icons-generic": "^1.0.34",
"@bentley/react-scripts": "^5.0.7",
"@itwin/appui-abstract": "^4.6.1",
"@itwin/appui-layout-react": "^4.8.3",
"@itwin/appui-react": "^4.13.4",
"@itwin/browser-authorization": "^1.1.1",
"@itwin/components-react": "^4.13.4",
"@itwin/core-bentley": "^4.6.1",
"@itwin/core-common": "^4.6.1",
"@itwin/core-frontend": "^4.6.1",
"@itwin/core-geometry": "^4.6.1",
"@itwin/core-i18n": "^4.6.1",
"@itwin/core-markup": "^4.6.1",
"@itwin/core-orbitgt": "^4.6.1",
"@itwin/core-quantity": "^4.6.1",
"@itwin/core-react": "^4.13.4",
"@itwin/core-telemetry": "^4.6.1",
"@itwin/ecschema-metadata": "^4.6.1",
"@itwin/ecschema-rpcinterface-common": "^4.6.1",
"@itwin/imodel-components-react": "^4.13.4",
"@itwin/imodels-access-frontend": "^4.1.6",
"@itwin/itwinui-react": "^2.12.26",
"@itwin/measure-tools-react": "^0.13.0",
"@itwin/presentation-common": "^4.6.1",
"@itwin/presentation-components": "^4.4.1",
"@itwin/presentation-frontend": "^4.6.1",
"@itwin/property-grid-react": "^1.8.0",
"@itwin/property-validation-client": "^0.4.1",
"@itwin/tree-widget-react": "^1.2.2",
"@itwin/web-viewer-react": "^4.2.5",
"@itwin/webgl-compatibility": "^4.6.1",
"@remix-run/router": "^1.16.1",
"@types/history": "^4.7.11",
"@types/node": "^18.19.33",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"date-fns": "^3.6.0",
"history": "^5.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.9",
"redux": "^4.2.1",
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts --max_old_space_size=4096 start",
"build": "react-scripts --max_old_space_size=4096 build",
"test": "react-scripts --max_old_space_size=4096 test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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%"
],
"resolutions": {
"typescript": "4.9.5"
}
}