UNPKG

@itwin/presentation-frontend

Version:

Frontend of iModel.js Presentation library

99 lines 3.33 kB
{ "name": "@itwin/presentation-frontend", "version": "5.0.4", "description": "Frontend of iModel.js Presentation library", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/iTwin/itwinjs-core.git", "directory": "presentation/frontend" }, "keywords": [ "Bentley", "EC", "Presentation", "iTwin.js", "Frontend" ], "author": { "name": "Bentley Systems, Inc.", "url": "http://www.bentley.com" }, "type": "module", "main": "lib/cjs/presentation-frontend.js", "types": "lib/cjs/presentation-frontend", "module": "lib/esm/presentation-frontend.js", "exports": { ".": { "import": "./lib/esm/presentation-frontend.js", "require": "./lib/cjs/presentation-frontend.js" }, "./package.json": "./package.json" }, "dependencies": { "@itwin/unified-selection": "^1.2.0", "rxjs": "^7.8.1", "rxjs-for-await": "^1.0.0" }, "peerDependencies": { "@itwin/core-bentley": "5.0.4", "@itwin/core-frontend": "5.0.4", "@itwin/ecschema-metadata": "5.0.4", "@itwin/core-common": "5.0.4", "@itwin/core-quantity": "5.0.4", "@itwin/presentation-common": "5.0.4" }, "devDependencies": { "@itwin/eslint-plugin": "5.0.0-dev.1", "@types/chai": "4.3.1", "@types/chai-as-promised": "^7", "@types/chai-jest-snapshot": "^1.3.8", "@types/deep-equal": "^1", "@types/jsdom": "^21.1.7", "@types/mocha": "^10.0.6", "@types/node": "~20.17.0", "@types/sinon": "^17.0.2", "@types/sinon-chai": "^3.2.0", "c8": "^10.1.3", "chai": "^4.3.10", "chai-as-promised": "^7.1.1", "chai-jest-snapshot": "^2.0.0", "cpx2": "^8.0.0", "cross-env": "^7.0.3", "deep-equal": "^1", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "jsdom": "^26.0.0", "mocha": "^11.1.0", "prettier": "^3.2.5", "rimraf": "^6.0.1", "sinon": "^17.0.2", "sinon-chai": "^3.7.0", "typemoq": "^2.1.0", "typescript": "~5.6.2", "@itwin/build-tools": "5.0.4", "@itwin/core-bentley": "5.0.4", "@itwin/core-i18n": "5.0.4", "@itwin/core-common": "5.0.4", "@itwin/core-quantity": "5.0.4", "@itwin/core-frontend": "5.0.4", "@itwin/ecschema-metadata": "5.0.4", "@itwin/presentation-common": "5.0.4", "internal-tools": "3.0.0-dev.69" }, "scripts": { "build": "npm run -s build:cjs && npm run -s build:esm", "build:cjs": "internal-tools build-cjs", "build:esm": "tsc -p tsconfig.esm.json", "clean": "rimraf -g lib .rush/temp/package-deps*.json", "cover": "c8 npm -s test", "docs": "npm run -s docs:reference && npm run -s docs:changelog", "docs:changelog": "cpx ./CHANGELOG.md ../../generated-docs/presentation/presentation-frontend", "docs:reference": "betools docs --json=../../generated-docs/presentation/presentation-frontend/file.json --tsIndexFile=presentation-frontend.ts --tsconfig=tsconfig.esm.json --onlyJson", "extract": "betools extract --fileExt=ts --extractFrom=./src/test --recursive --out=../../generated-docs/extract", "extract-api": "betools extract-api --entry=lib/esm/presentation-frontend", "lint": "eslint \"./src/**/*.ts\" 1>&2", "test": "mocha --enable-source-maps --config ./.mocharc.json", "prettier:fix": "prettier --write ." } }