powerbi-client-vue-js
Version:
VueJS wrapper for powerbi-client library
51 lines • 1.4 kB
JSON
{
"name": "powerbi-client-vue-js",
"version": "1.1.2",
"description": "VueJS wrapper for powerbi-client library",
"files": [ "dist" ],
"main": "./dist/powerbi-client-vue-js.es.js",
"module": "./dist/powerbi-client-vue-js.umd.js",
"types": "./dist/types/src/public-api.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly",
"preview": "vite preview",
"lint": "eslint ./src --ext .ts",
"test": "jest src",
"demo": "cd demo && npm run dev",
"install:demo": "cd demo && npm install"
},
"keywords": [
"microsoft",
"powerbi",
"embedded",
"vue-js"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/powerbi-client-vue-js"
},
"license": "MIT",
"publishConfig": {
"tag": "beta"
},
"dependencies": {
"powerbi-client": "^2.23.1",
"powerbi-report-authoring": "^1.1.3",
"vue": "^3.4.21"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/test-utils": "^2.0.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.6",
"typescript": "^4.5.4",
"vite": "^5.1.5",
"vue-tsc": "^0.34.7"
}
}