forked from akshay5995/powerbi-report-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.82 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "powerbi-report-component",
"version": "1.4.2",
"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.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"ajv": "^6.10.2",
"all-contributors-cli": "^6.11.2",
"babel-loader": "^8.0.6",
"concurrently": "^3.6.1",
"css-loader": "^3.3.0",
"gh-pages": "^1.2.0",
"html-webpack-plugin": "^3.2.0",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"react-dropdown": "^1.6.4",
"react-splitter-layout": "^4.0.0",
"style-loader": "^0.21.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"author": {
"name": "Akshay Ram Vignesh A",
"email": "[email protected]"
},
"homepage": "http://akshay5995.github.io/powerbi-report-component",
"repository": {
"type": "git",
"url": "https://github.com/akshay5995/powerbi-report-component"
},
"dependencies": {
"powerbi-client": "^2.10.3",
"prop-types": "^15.7.2"
}
}