-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.65 KB
/
package.json
File metadata and controls
84 lines (84 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
80
81
82
83
84
{
"name": "@microsoft/powerbi-visuals-linedotchart",
"description": "LineDot Chart",
"version": "2.1.1",
"private": true,
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"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 --create-cert",
"installcert": "pbiviz --install-cert"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-visuals-linedotchart.git"
},
"dependencies": {
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-ease": "^3.0.1",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-timer": "^3.0.1",
"d3-transition": "^3.0.1",
"lodash.mapvalues": "^4.6.0",
"lodash.range": "^3.2.0",
"powerbi-models": "^1.15.2",
"powerbi-visuals-api": "^5.11.0",
"powerbi-visuals-tools": "^6.2.0",
"powerbi-visuals-utils-chartutils": "^8.1.0",
"powerbi-visuals-utils-colorutils": "^6.0.5",
"powerbi-visuals-utils-dataviewutils": "^6.1.0",
"powerbi-visuals-utils-formattingmodel": "^6.2.2",
"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": "^6.0.3"
},
"devDependencies": {
"@types/d3-array": "^3.2.2",
"@types/d3-axis": "^3.0.6",
"@types/d3-ease": "^3.0.2",
"@types/d3-selection": "^3.0.11",
"@types/d3-shape": "^3.1.7",
"@types/d3-timer": "^3.0.2",
"@types/d3-transition": "^3.0.9",
"@types/jasmine": "^5.1.11",
"@types/karma": "^6.3.9",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"css-loader": "^7.1.2",
"eslint": "^9.37.0",
"eslint-plugin-powerbi-visuals": "^1.1.0",
"jasmine": "^5.12.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"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.1",
"less": "^4.4.2",
"less-loader": "^12.3.0",
"playwright-chromium": "^1.56.0",
"powerbi-visuals-utils-testutils": "^6.1.1",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"webpack": "^5.102.1"
}
}