-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.65 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.65 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@microsoft/powerbi-visuals-powerkpi",
"version": "2.0.1",
"private": true,
"description": "A powerful KPI Indicator with multi-line chart and labels for current date, value and variances. Rich customization options, including current status labels and symbols, trend and comparison lines, multiple variances, auto-scaling, text formatting, and density controls. Highly flexible for use in large, detailed report tiles or tiny, summary dashboard tiles.",
"main": "index.js",
"scripts": {
"start": "pbiviz start",
"package": "pbiviz package",
"test": "karma start",
"watch": "karma start --single-run=false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-visuals-PowerKPI.git"
},
"keywords": [
"powerbi-visuals",
"PowerKPI",
"Power KPI",
"KPI"
],
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/PowerBI-visuals-PowerKPI/issues"
},
"homepage": "https://github.com/Microsoft/PowerBI-visuals-PowerKPI#readme",
"devDependencies": {
"@types/d3": "^5.7.0",
"@types/jasmine": "^3.3.5",
"@types/jasmine-jquery": "^1.5.33",
"@types/jquery": "^3.3.29",
"@types/karma": "^3.0.1",
"@types/puppeteer": "^1.11.1",
"core-js": "^3.1.3",
"css-loader": "^1.0.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.3.1",
"jasmine-jquery": "^2.1.1",
"jquery": "^3.5.0",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "^2.0.1",
"karma-junit-reporter": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.5",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"powerbi-visuals-api": "^2.5.0",
"powerbi-visuals-tools": "^3.1.2",
"powerbi-visuals-utils-testutils": "^2.1.4",
"puppeteer": "^1.17.0",
"regenerator-runtime": "0.13.2",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"ts-node": "^7.0.1",
"tslint": "^5.12.1",
"tslint-loader": "^3.5.4",
"tslint-microsoft-contrib": "^6.0.0",
"typescript": "^3.2.2",
"webpack": "^4.28.4"
},
"dependencies": {
"d3": "^5.7.0",
"powerbi-visuals-utils-chartutils": "^2.3.1",
"powerbi-visuals-utils-colorutils": "^2.1.0",
"powerbi-visuals-utils-dataviewutils": "^2.1.0",
"powerbi-visuals-utils-formattingutils": "^4.1.2",
"powerbi-visuals-utils-interactivityutils": "^5.4.0",
"powerbi-visuals-utils-svgutils": "^2.1.0",
"powerbi-visuals-utils-typeutils": "^2.1.0"
}
}