-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.29 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
{
"name": "visual",
"version": "1.0.1",
"author": {
"name": "Jan Pieter Posthuma",
"email": "mail@jppp.org"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/liprec/"
},
"scripts": {
"postinstall": "pbiviz update 1.7.0",
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "tslint -r \"node_modules/tslint-microsoft-contrib\" \"+src/**/*.ts\""
},
"dependencies": {
"d3": "^3.5.5",
"globalize": "0.1.0-a2",
"jquery": "^3.1.1",
"lodash": "4.16.2",
"powerbi-models": "^0.11.3",
"powerbi-visuals-utils-colorutils": "^1.0.0",
"powerbi-visuals-utils-dataviewutils": "^1.2.0",
"powerbi-visuals-utils-formattingutils": "^3.0.1",
"powerbi-visuals-utils-interactivityutils": "^1.0.0",
"powerbi-visuals-utils-svgutils": "^1.1.0",
"powerbi-visuals-utils-tooltiputils": "^1.0.0"
},
"devDependencies": {
"@types/d3": "^3.5.36",
"@types/jquery": "^2.0.41",
"@types/lodash": "^4.14.55",
"powerbi-visuals-tools": "^1.7.0",
"tslint": "^5.4.3",
"tslint-microsoft-contrib": "^5.0.1",
"typescript": "^2.4.1"
}
}