|
| 1 | +{ |
| 2 | + "name": "banana-app", |
| 3 | + "version": "0.1.0", |
| 4 | + "private": true, |
| 5 | + "dependencies": { |
| 6 | + "@bentley/bentleyjs-core": "^2.13.3", |
| 7 | + "@bentley/extension-client": "^2.13.3", |
| 8 | + "@bentley/frontend-application-insights-client": "^2.13.3", |
| 9 | + "@bentley/frontend-authorization-client": "^2.13.3", |
| 10 | + "@bentley/geometry-core": "^2.13.3", |
| 11 | + "@bentley/icons-generic": "^1.0.34", |
| 12 | + "@bentley/imodelhub-client": "^2.13.3", |
| 13 | + "@bentley/imodeljs-common": "^2.13.3", |
| 14 | + "@bentley/imodeljs-frontend": "^2.13.3", |
| 15 | + "@bentley/imodeljs-i18n": "^2.13.3", |
| 16 | + "@bentley/imodeljs-markup": "^2.13.3", |
| 17 | + "@bentley/imodeljs-quantity": "^2.13.3", |
| 18 | + "@bentley/itwin-client": "^2.13.3", |
| 19 | + "@bentley/itwin-viewer-react": "^6.1.4", |
| 20 | + "@bentley/orbitgt-core": "^2.13.3", |
| 21 | + "@bentley/presentation-common": "^2.13.3", |
| 22 | + "@bentley/presentation-frontend": "^2.13.3", |
| 23 | + "@bentley/product-settings-client": "^2.13.3", |
| 24 | + "@bentley/rbac-client": "^2.13.3", |
| 25 | + "@bentley/react-scripts": "^3.4.10", |
| 26 | + "@bentley/telemetry-client": "^2.13.3", |
| 27 | + "@bentley/ui-abstract": "^2.13.3", |
| 28 | + "@bentley/ui-components": "^2.13.3", |
| 29 | + "@bentley/ui-core": "^2.13.3", |
| 30 | + "@bentley/ui-framework": "^2.13.3", |
| 31 | + "@bentley/ui-ninezone": "^2.13.3", |
| 32 | + "@bentley/webgl-compatibility": "^2.13.3", |
| 33 | + "@svgr/webpack": "^4.3.3", |
| 34 | + "@testing-library/jest-dom": "^4.2.4", |
| 35 | + "@testing-library/react": "^10.4.9", |
| 36 | + "@testing-library/user-event": "^7.2.1", |
| 37 | + "@types/history": "^4.7.8", |
| 38 | + "@types/jest": "^26.0.22", |
| 39 | + "@types/node": "^14.14.37", |
| 40 | + "@types/react": "^16.14.5", |
| 41 | + "@types/react-dom": "^16.9.12", |
| 42 | + "history": "^4.10.1", |
| 43 | + "oidc-client": "^1.11.5", |
| 44 | + "react": "^16.13.1", |
| 45 | + "react-dom": "^16.13.1", |
| 46 | + "typescript": "^3.9.9" |
| 47 | + }, |
| 48 | + "scripts": { |
| 49 | + "start": "react-scripts --max_old_space_size=4096 start", |
| 50 | + "build": "react-scripts --max_old_space_size=4096 build", |
| 51 | + "test": "react-scripts --max_old_space_size=4096 test", |
| 52 | + "eject": "react-scripts eject" |
| 53 | + }, |
| 54 | + "eslintConfig": { |
| 55 | + "extends": [ |
| 56 | + "react-app", |
| 57 | + "react-app/jest" |
| 58 | + ] |
| 59 | + }, |
| 60 | + "browserslist": [ |
| 61 | + "electron 8.0.0", |
| 62 | + "last 4 chrome version", |
| 63 | + "last 4 firefox version", |
| 64 | + "last 4 safari version", |
| 65 | + "last 4 ios version", |
| 66 | + "last 4 ChromeAndroid version", |
| 67 | + "last 4 edge version", |
| 68 | + "not dead", |
| 69 | + "not <0.2%" |
| 70 | + ] |
| 71 | +} |
0 commit comments