powerbi-client-react
Version:
React wrapper for powerbi-client library
62 lines • 1.71 kB
JSON
{
"name": "powerbi-client-react",
"version": "2.0.0",
"description": "React wrapper for powerbi-client library",
"main": "dist/powerbi-client-react.js",
"types": "dist/powerbi-client-react.d.ts",
"files": [
"dist"
],
"scripts": {
"prebuild": "npm run lint",
"build": "webpack --mode=production --config config/src/webpack.config.js",
"build:dev": "webpack --mode=development --config config/src/webpack.config.js",
"pretest": "webpack --config config/test/webpack.config.js",
"test": "karma start config/test/karma.conf.js",
"demo": "cd ../demo && npm install && npm run demo",
"lint": "eslint --fix src/**/*.{ts,tsx}"
},
"keywords": [
"microsoft",
"powerbi",
"embedded",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/powerbi-client-react.git"
},
"license": "MIT",
"publishConfig": {
"tag": "beta"
},
"dependencies": {
"lodash.isequal": "^4.5.0",
"powerbi-client": "^2.23.1"
},
"peerDependencies": {
"react": ">= 18"
},
"devDependencies": {
"@testing-library/react": "^16.0.1",
"@types/jasmine": "^5.1.4",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^16.18.112",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^7.4.0",
"eslint-plugin-react": "^7.20.0",
"jasmine-core": "^5.3.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-jasmine": "^5.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-loader": "^9.4.1",
"typescript": "^4.9.5",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
}
}