-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 932 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
{
"name": "visual",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "tslint -c tslint.json -p tsconfig.json",
"test": "pbiviz package --resources --no-minify --no-pbiviz"
},
"devDependencies": {
"@babel/polyfill": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@babel/runtime-corejs2": "^7.8.4",
"@types/d3": "5.7.2",
"core-js": "^3.6.0",
"d3": "5.12.0",
"powerbi-visuals-api": "~2.6.1",
"powerbi-visuals-tools": "^3.1.10",
"powerbi-visuals-utils-dataviewutils": "^2.2.1",
"powerbi-visuals-utils-formattingutils": "^4.5.0",
"ts-loader": "6.1.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-plugin-prettier": "^2.1.0",
"typescript": "^3.7.4"
}
}