powerbi-client-angular-next
Version:
Angular wrapper for powerbi-client library
70 lines (69 loc) • 2.17 kB
JSON
{
"name": "powerbi-client-angular-next",
"version": "6.0.0",
"description": "Angular wrapper for powerbi-client library",
"main": "./dist/powerbi-client-angular/bundles/powerbi-client-angular.umd.js",
"typings": "./dist/powerbi-client-angular/powerbi-client-angular.d.ts",
"keywords": [
"microsoft",
"powerbi",
"embedded",
"angular",
"analytics",
"report",
"authoring"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/powerbi-client-angular.git"
},
"license": "MIT",
"scripts": {
"build": "ng build",
"postbuild": "cp ../../README.md ./dist/powerbi-client-angular",
"demo": "cd ../demo && npm install && ng serve",
"package": "ng build && cd dist/powerbi-client-angular && npm pack",
"test": "ng test"
},
"publishConfig": {
"tag": "beta"
},
"dependencies": {
"powerbi-client": "^2.23.1"
},
"devDependencies": {
"@angular-eslint/builder": "^19.1.0",
"@angular-eslint/eslint-plugin": "^19.1.0",
"@angular-eslint/eslint-plugin-template": "^19.1.0",
"@angular-eslint/schematics": "^19.1.0",
"@angular-eslint/template-parser": "^19.1.0",
"@angular/build": "^20.0.0",
"@angular/cli": "^20.0.0",
"@angular/common": "^20.0.0",
"@angular/compiler": "^20.0.0",
"@angular/compiler-cli": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/platform-browser": "^20.0.0",
"@angular/platform-browser-dynamic": "^20.0.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^18.19.51",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~4.2.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^20.0.0",
"powerbi-report-authoring": "^1.1.1",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"zone.js": "~0.15.0"
}
}