-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
93 lines (93 loc) · 3.22 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
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
87
88
89
90
91
92
93
{
"name": "powerbi-visuals-mekkochart",
"version": "3.6.1.0",
"description": "A Mekko chart is a mix of a 100% stacked column chart and a 100% stacked bar chart combined into one view. Similar to a treemap, the dimensional values are represented by length and width of each rectangle. The width of a column is proportional to the total value of the column.",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/powerbi-visuals-mekkochart.git"
},
"keywords": [
"powerbi-visuals"
],
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"cert": "pbiviz --create-cert",
"package": "pbiviz package --resources",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz",
"test": "karma start"
},
"author": {
"name": "Microsoft",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/powerbi-visuals-mekkochart/issues"
},
"homepage": "https://github.com/Microsoft/powerbi-visuals-mekkochart#readme",
"devDependencies": {
"@types/d3-array": "^3.2.1",
"@types/d3-axis": "^3.0.6",
"@types/d3-brush": "^3.0.6",
"@types/d3-scale": "^4.0.8",
"@types/d3-selection": "^3.0.10",
"@types/d3-transition": "^3.0.8",
"@types/jasmine": "^5.1.4",
"@types/karma": "^6.3.8",
"@types/lodash.findindex": "^4.6.9",
"@types/lodash.sortby": "^4.7.9",
"@types/lodash.sum": "^4.0.9",
"@types/webpack": "^5.28.5",
"css-loader": "^6.9.0",
"del-cli": "^5.1.0",
"jasmine": "^5.1.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-sourcemap-loader": "^0.4.0",
"karma-typescript": "5.5.4",
"karma-typescript-preprocessor": "0.4.0",
"karma-webpack": "5.0.0",
"less": "4.2.0",
"less-loader": "^11.1.4",
"lodash.findindex": "^4.6.0",
"lodash.sortby": "^4.7.0",
"lodash.sum": "^4.0.2",
"playwright-chromium": "^1.40.1",
"powerbi-visuals-tools": "^5.4.1",
"powerbi-visuals-utils-testutils": "^6.0.3",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"webpack": "^5.89.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"coverage-istanbul-loader": "3.0.5",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-brush": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-transition": "^3.0.1",
"eslint": "^8.56.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"powerbi-visuals-api": "^5.7.0",
"powerbi-visuals-utils-chartutils": "^6.0.2",
"powerbi-visuals-utils-colorutils": "^6.0.3",
"powerbi-visuals-utils-dataviewutils": "^6.0.2",
"powerbi-visuals-utils-formattingmodel": "^6.0.1",
"powerbi-visuals-utils-formattingutils": "^6.0.3",
"powerbi-visuals-utils-interactivityutils": "^6.0.3",
"powerbi-visuals-utils-svgutils": "^6.0.3",
"powerbi-visuals-utils-tooltiputils": "^6.0.3",
"powerbi-visuals-utils-typeutils": "^6.0.2"
}
}