-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 2.59 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
80
81
82
83
84
85
86
{
"name": "@microsoft/powerbi-visuals-multikpi",
"version": "3.1.0.0",
"private": true,
"description": "Shows a KPI metric along with other metrics as sparklines",
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "npx eslint .",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz",
"test": "karma start",
"debug": "karma start --browsers=Chrome --single-run=false",
"cert": "pbiviz --install-cert"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-visuals-MultiKPI.git"
},
"keywords": [
"powerbi-visuals",
"Multi KPI",
"KPI"
],
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/PowerBI-visuals-MultiKPI/issues"
},
"homepage": "https://github.com/Microsoft/PowerBI-visuals-MultiKPI#readme",
"devDependencies": {
"@types/d3-array": "^3.2.2",
"@types/d3-axis": "^3.0.6",
"@types/d3-dispatch": "^3.0.7",
"@types/d3-scale": "^4.0.9",
"@types/d3-selection": "^3.0.11",
"@types/d3-shape": "^3.1.8",
"@types/jasmine": "^6.0.0",
"@types/karma": "^6.3.9",
"coverage-istanbul-loader": "^3.0.5",
"css-loader": "7.1.4",
"eslint": "^9.39.4",
"eslint-plugin-powerbi-visuals": "^1.1.1",
"jasmine": "^6.3.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-jasmine": "5.1.0",
"karma-junit-reporter": "2.0.1",
"karma-sourcemap-loader": "0.4.0",
"karma-webpack": "5.0.1",
"less": "^4.6.7",
"less-loader": "^13.0.0",
"playwright-chromium": "^1.61.1",
"powerbi-visuals-api": "5.11.0",
"powerbi-visuals-tools": "^7.1.0",
"powerbi-visuals-utils-testutils": "7.0.0",
"style-loader": "4.0.0",
"ts-loader": "^9.6.2",
"typescript": "^5.9.3",
"webpack": "^5.108.3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-dispatch": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"powerbi-visuals-utils-colorutils": "^6.0.6",
"powerbi-visuals-utils-dataviewutils": "7.0.0",
"powerbi-visuals-utils-formattingutils": "6.1.2",
"powerbi-visuals-utils-svgutils": "6.0.4",
"powerbi-visuals-utils-tooltiputils": "^6.0.4",
"powerbi-visuals-utils-typeutils": "7.0.0",
"regenerator-runtime": "^0.14.1",
"typescript-eslint": "^8.62.1"
},
"overrides": {
"uuid": "^11.1.1"
}
}