-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
67 lines (67 loc) · 2.04 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
{
"name": "powerbi-visuals-chicletslicer",
"version": "2.2.1.0",
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-visuals-ChicletSlicer.git"
},
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz",
"test": "karma start",
"cert": "pbiviz --install-cert"
},
"devDependencies": {
"@types/d3-array": "^3.0.7",
"@types/d3-selection": "^3.0.6",
"@types/jasmine": "^4.3.5",
"@types/karma": "^6.3.4",
"@types/webpack": "^5.28.2",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"css-loader": "^6.8.1",
"eslint": "^8.48.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"jasmine": "^5.1.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"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",
"playwright": "^1.37.1",
"powerbi-visuals-tools": "^5.1.1",
"powerbi-visuals-utils-testutils": "^6.0.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.88.2"
},
"dependencies": {
"d3-array": "^3.2.4",
"d3-selection": "^3.0.0",
"lodash.isnumber": "^3.0.3",
"lodash.sortby": "^4.7.0",
"lodash.take": "^4.1.1",
"lodash.takeright": "^4.1.1",
"powerbi-models": "^1.12.6",
"powerbi-visuals-api": "~5.4.0",
"powerbi-visuals-utils-colorutils": "^6.0.1",
"powerbi-visuals-utils-dataviewutils": "^6.0.1",
"powerbi-visuals-utils-formattingutils": "^6.1.0",
"powerbi-visuals-utils-svgutils": "^6.0.1",
"powerbi-visuals-utils-tooltiputils": "^6.0.1",
"powerbi-visuals-utils-typeutils": "^6.0.1"
}
}