-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.2 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.2 KB
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
{
"name": "sk-powerbi-schedule-variance",
"version": "1.0.4",
"description": "Power BI Visual to show schedule variance",
"scripts": {
"postinstall": "pbiviz update 1.11.0",
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "tslint -r \"node_modules/tslint-microsoft-contrib\" \"+(src|test)/**/*.ts\""
},
"author": {
"name": "SceneSkope",
"email": "nick.randell@sceneskope.com"
},
"license": "MIT",
"dependencies": {
"d3": "^3.5.5",
"lodash": "4.17.5",
"globalize": "0.1.0-a2",
"powerbi-visuals-utils-chartutils": "1.5.1",
"powerbi-visuals-utils-colorutils": "1.0.0",
"powerbi-visuals-utils-dataviewutils": "1.4.1",
"powerbi-visuals-utils-formattingutils": "3.0.1",
"powerbi-visuals-utils-interactivityutils": "3.2.0",
"powerbi-visuals-utils-svgutils": "1.1.0",
"powerbi-visuals-utils-typeutils": "1.1.0"
},
"devDependencies": {
"@types/d3": "3.5.38",
"@types/lodash": "^4.14.50",
"powerbi-models": "^1.0.4",
"powerbi-visuals-tools": "1.11.3",
"powerbi-visuals-utils-tooltiputils": "^1.0.0",
"tslint": "5.10.0",
"tslint-microsoft-contrib": "5.0.3",
"typescript": "2.8.3"
}
}