UNPKG

@mimov/powerbi-report-component

Version:

It's a minimalistic react component to embed a Microsoft PowerBI report or dashboard into your react application.

65 lines (64 loc) 1.78 kB
{ "name": "@mimov/powerbi-report-component", "version": "1.4.1", "description": "It's a minimalistic react component to embed a Microsoft PowerBI report or dashboard into your react application.", "main": "lib/index.js", "scripts": { "dev": "concurrently \"npm run lib:watch\" \"npm run docs\"", "lib": "babel src/lib -d lib --copy-files", "lib:watch": "babel src/lib -w -d lib --copy-files", "docs": "webpack-dev-server --mode development", "docs:prod": "webpack --mode production", "publish:demo": "npm run docs:prod && gh-pages -d docs" }, "keywords": [ "powerbi", "react-powerbi", "react", "bi", "embed", "report", "dashboard" ], "license": "MIT", "peerDependencies": { "react": "^16.2.0", "react-dom": "^16.2.0" }, "devDependencies": { "@babel/cli": "^7.6.0", "@babel/core": "^7.6.0", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/preset-env": "^7.6.0", "@babel/preset-react": "^7.0.0", "ajv": "^6.10.2", "babel-loader": "^8.0.6", "concurrently": "^3.6.1", "css-loader": "^3.2.0", "gh-pages": "^1.2.0", "html-webpack-plugin": "^3.2.0", "react": "^16.9.0", "react-copy-to-clipboard": "^5.0.1", "react-dom": "^16.9.0", "react-dropdown": "^1.6.4", "react-splitter-layout": "^4.0.0", "style-loader": "^0.21.0", "webpack": "^4.40.2", "webpack-cli": "^3.3.8", "webpack-dev-server": "^3.8.0" }, "author": { "name": "Miquel Montalvo", "email": "m@mmv.cat" }, "homepage": "", "repository": { "type": "git", "url": "https://github.com/mimov/powerbi-report-component" }, "dependencies": { "np": "^5.1.1", "powerbi-client": "^2.8.0", "prop-types": "^15.7.2" } }