forked from calebmshafer/itwin-viewer-markup-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.28 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
{
"name": "itwin-viewer-markup",
"version": "0.1.0",
"private": true,
"dependencies": {
"@bentley/bentleyjs-core": "^2.13.1",
"@bentley/extension-client": "^2.13.1",
"@bentley/frontend-application-insights-client": "^2.13.1",
"@bentley/frontend-authorization-client": "^2.13.1",
"@bentley/geometry-core": "^2.13.1",
"@bentley/icons-generic": "^1.0.34",
"@bentley/imodelhub-client": "^2.13.1",
"@bentley/imodeljs-common": "^2.13.1",
"@bentley/imodeljs-frontend": "^2.13.1",
"@bentley/imodeljs-i18n": "^2.13.1",
"@bentley/imodeljs-markup": "^2.13.1",
"@bentley/imodeljs-quantity": "^2.13.1",
"@bentley/itwin-client": "^2.13.1",
"@bentley/itwin-viewer-react": "^6.1.4",
"@bentley/orbitgt-core": "^2.13.1",
"@bentley/presentation-common": "^2.13.1",
"@bentley/presentation-frontend": "^2.13.1",
"@bentley/product-settings-client": "^2.13.1",
"@bentley/rbac-client": "^2.13.1",
"@bentley/react-scripts": "^3.4.10",
"@bentley/telemetry-client": "^2.13.1",
"@bentley/ui-abstract": "^2.13.1",
"@bentley/ui-components": "^2.13.1",
"@bentley/ui-core": "^2.13.1",
"@bentley/ui-framework": "^2.13.1",
"@bentley/ui-ninezone": "^2.13.1",
"@bentley/webgl-compatibility": "^2.13.1",
"@svgr/webpack": "^4.3.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^7.2.1",
"@types/history": "^4.7.8",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.12",
"history": "^4.10.1",
"oidc-client": "^1.11.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.9"
},
"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": [
"electron 8.0.0",
"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%"
]
}