-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 937 Bytes
/
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
{
"name": "power_bi_rosaenlg_plugin",
"private": true,
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "tslint -c tslint.json -p tsconfig.json"
},
"author": "Ludan Stoecklé <[email protected]>",
"license": "(Apache-2.0 AND MIT)",
"repository": {
"type": "git",
"url": "https://github.com/RosaeNLG/powerbidemo"
},
"bugs": {
"url": "https://github.com/RosaeNLG/powerbidemo/issues"
},
"homepage": "https://rosaenlg.org",
"dependencies": {
"@babel/runtime": "7.6.0",
"@babel/runtime-corejs2": "7.6.0",
"core-js": "^3.28.0",
"powerbi-visuals-api": "5.1.0",
"powerbi-visuals-utils-formattingmodel": "5.0.0",
"rosaenlg": "^3.3.1"
},
"devDependencies": {
"ts-loader": "6.1.0",
"tslint": "^5.18.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "3.6.3",
"process": "^0.11.10"
}
}