-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
75 lines (75 loc) · 2.09 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "powerbi-report-component",
"version": "2.6.1",
"description": "It's a minimalistic react component to embed a Microsoft PowerBI report, dashboard or tile into your react application.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"dev": "concurrently \"npm run lib:watch\" \"npm run docs\"",
"lib": "tsc",
"lib:watch": "tsc -w",
"docs": "webpack serve --mode development",
"docs:prod": "webpack --mode production",
"publish:demo": "gh-pages -d docs",
"publish:lib": "semantic-release"
},
"keywords": [
"powerbi",
"react-powerbi",
"react",
"bi",
"embed",
"report",
"dashboard",
"tile",
"report visual",
"powerbi-reports"
],
"license": "MIT",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.14.1",
"@babel/preset-react": "^7.13.13",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/zen-observable": "^0.8.2",
"antd": "^4.15.4",
"babel-loader": "^8.2.2",
"concurrently": "^6.1.0",
"css-loader": "^5.2.4",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.3.1",
"node-sass": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"semantic-release": "^19.0.3",
"style-loader": "^2.0.0",
"typescript": "^4.2.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3"
},
"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.21.0"
}
}