forked from microsoft/powerbi-visuals-sunburst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.72 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-sunburst",
"description": "SunBurst chart.",
"version": "2.2.2",
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start --target es6",
"package": "pbiviz package",
"cert": "pbiviz --create-cert",
"lint": "npm run lint:ts && npm run lint:less",
"lint:ts": "node node_modules/tslint/bin/tslint -r \"node_modules/tslint-microsoft-contrib\" \"+(src|test)/**/*.ts\"",
"lint:less": "stylelint -s less \"style/**/*.less\"",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz --no-plugin",
"test": "karma start"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-visuals-sunburst.git"
},
"devDependencies": {
"@types/d3-hierarchy": "^2.0.0",
"@types/d3-selection": "^2.0.0",
"@types/d3-shape": "^2.0.0",
"@types/jasmine": "^3.6.2",
"@types/jasmine-jquery": "^1.5.33",
"@types/jquery": "3.5.5",
"@types/karma": "5.0.1",
"@types/lodash": "4.14.166",
"@types/webpack": "4.41.25",
"core-js": "^3.8.1",
"coveralls": "3.1.0",
"css-loader": "5.0.1",
"d3-hierarchy": "^2.0.0",
"d3-selection": "^2.0.0",
"d3-shape": "^2.0.0",
"jasmine": "3.6.3",
"jasmine-core": "^3.6.0",
"jasmine-jquery": "2.1.1",
"jquery": "3.5.1",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "2.0.3",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "4.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-remap-istanbul": "^0.6.0",
"karma-sourcemap-loader": "0.3.8",
"karma-typescript": "5.2.0",
"karma-typescript-preprocessor": "0.4.0",
"karma-webpack": "4.0.2",
"less": "4.0.0",
"less-loader": "^7.2.1",
"lodash-es": "4.17.20",
"powerbi-models": "^1.7.0",
"powerbi-visuals-api": "^3.5.1",
"powerbi-visuals-tools": "3.1.15",
"powerbi-visuals-utils-chartutils": "^2.5.0",
"powerbi-visuals-utils-colorutils": "^2.3.0",
"powerbi-visuals-utils-dataviewutils": "^2.4.0",
"powerbi-visuals-utils-formattingutils": "^4.7.0",
"powerbi-visuals-utils-interactivityutils": "^5.7.0",
"powerbi-visuals-utils-svgutils": "^2.3.0",
"powerbi-visuals-utils-testutils": "^2.4.1",
"powerbi-visuals-utils-tooltiputils": "^2.5.2",
"powerbi-visuals-utils-typeutils": "^2.3.0",
"puppeteer": "^5.5.0",
"regenerator-runtime": "^0.13.7",
"style-loader": "2.0.0",
"stylelint": "^13.8.0",
"ts-loader": "8.0.12",
"ts-node": "^9.1.1",
"tslint": "5.20.1",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "4.1.3",
"webpack": "^4.44.2"
},
"dependencies": {}
}