-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "powerbi-visuals-calendarvisual",
"version": "2.0.1",
"description": "Customize how you visualize day-to-day data with this easy to use Custom Calendar",
"author": {
"name": "Akvelon Inc",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/akvelon/PowerBI-Custom-Calendar.git"
},
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"cert": "pbiviz --create-cert",
"package": "pbiviz package --resources",
"lint": "tslint -c tslint.json -p tsconfig.json"
},
"devDependencies": {
"@types/d3": "5.7.2",
"@types/jquery": "3.3.29",
"@types/lodash": "4.14.134",
"d3": "5.7.0",
"jquery": "3.4.1",
"lodash": "4.17.15",
"powerbi-models": "1.2.0",
"powerbi-visuals-api": "2.6.0",
"powerbi-visuals-tools": "3.1.2",
"powerbi-visuals-utils-chartutils": "2.4.0",
"powerbi-visuals-utils-colorutils": "2.2.0",
"powerbi-visuals-utils-dataviewutils": "2.2.0",
"powerbi-visuals-utils-formattingutils": "4.3.1",
"powerbi-visuals-utils-interactivityutils": "5.5.0",
"powerbi-visuals-utils-svgutils": "2.2.0",
"powerbi-visuals-utils-tooltiputils": "2.2.0",
"tslint": "5.17.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "3.5.2",
"webpack": "4.35.0"
}
}