-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathtemplate.json
72 lines (72 loc) · 2.38 KB
/
template.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
{
"package": {
"dependencies": {
"@bentley/icons-generic": "^1.0.13",
"@bentley/react-scripts": "^5.0.4",
"@itwin/appui-abstract": "^4.7.3",
"@itwin/appui-layout-react": "^4.3.0",
"@itwin/appui-react": "^4.3.0",
"@itwin/browser-authorization": "^1.0.0",
"@itwin/components-react": "^4.3.0",
"@itwin/core-bentley": "^4.7.3",
"@itwin/core-common": "^4.7.3",
"@itwin/core-frontend": "^4.7.3",
"@itwin/core-geometry": "^4.7.3",
"@itwin/core-i18n": "^4.7.3",
"@itwin/core-markup": "^4.7.3",
"@itwin/core-orbitgt": "^4.7.3",
"@itwin/core-quantity": "^4.7.3",
"@itwin/core-react": "^4.3.0",
"@itwin/core-telemetry": "^4.7.3",
"@itwin/ecschema-metadata": "^4.7.3",
"@itwin/ecschema-rpcinterface-common": "^4.7.3",
"@itwin/imodel-components-react": "^4.3.0",
"@itwin/imodels-access-frontend": "^4.0.0",
"@itwin/itwinui-react": "^2.7.0",
"@itwin/measure-tools-react": "^0.23.2",
"@itwin/presentation-common": "^4.7.3",
"@itwin/presentation-components": "^5.0.0",
"@itwin/presentation-frontend": "^4.7.3",
"@itwin/presentation-core-interop": "^1.0.0",
"@itwin/presentation-shared": "^1.0.0",
"@itwin/unified-selection": "^1.1.1",
"@itwin/property-grid-react": "^1.0.0",
"@itwin/tree-widget-react": "^3.0.0",
"@itwin/web-viewer-react": "^4.0.0",
"@itwin/webgl-compatibility": "^4.7.3",
"@remix-run/router": "^1.3.2",
"@types/history": "^4.7.6",
"@types/node": "^18.12.0",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"history": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"typescript": "~5.0.2"
},
"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%"
]
}
}