forked from microsoft/powerbi-visuals-sankey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.65 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
{
"name": "powerbi-visuals-sankey",
"version": "3.0.8",
"description": "Sankey is a type of flow diagram in which the width of the series is in proportion to the quantity of the flow. Use it to find major contributions to an overall flow.",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/powerbi-visuals-sankey.git"
},
"keywords": [
"powerbi-visuals"
],
"scripts": {
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"test": "karma start",
"cert": "pbiviz --install-cert"
},
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/powerbi-visuals-sankey/issues"
},
"homepage": "https://github.com/Microsoft/powerbi-visuals-sankey#readme",
"devDependencies": {
"@types/jasmine": "^4.3.0",
"@types/karma": "^6.3.3",
"coveralls": "^3.1.1",
"jasmine": "^4.5.0",
"jasmine-core": "^4.5.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-sourcemap-loader": "^0.3.8",
"karma-typescript": "^5.5.3",
"karma-typescript-preprocessor": "^0.4.0",
"karma-webpack": "^5.0.0",
"powerbi-models": "^1.12.1",
"powerbi-visuals-api": "^5.1.0",
"powerbi-visuals-tools": "^4.0.8",
"powerbi-visuals-utils-colorutils": "^2.3.1",
"powerbi-visuals-utils-dataviewutils": "^2.4.1",
"powerbi-visuals-utils-formattingutils": "^4.7.1",
"powerbi-visuals-utils-interactivityutils": "^5.7.1",
"powerbi-visuals-utils-svgutils": "^2.3.2",
"powerbi-visuals-utils-testutils": "^3.2.0",
"powerbi-visuals-utils-tooltiputils": "^2.5.2",
"powerbi-visuals-utils-typeutils": "^3.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"webpack": "^5.74.0"
},
"dependencies": {
"@types/d3-array": "^3.0.3",
"@types/d3-color": "^3.1.0",
"@types/d3-drag": "^3.0.1",
"@types/d3-interpolate": "^3.0.1",
"@types/d3-scale": "^4.0.2",
"@types/d3-selection": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"d3-array": "^3.2.0",
"d3-color": "^3.1.0",
"d3-drag": "^3.0.0",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"eslint": "^8.27.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.maxby": "^4.6.0",
"lodash.minby": "^4.6.0",
"lodash.uniq": "^4.5.0",
"playwright": "^1.27.1"
}
}