forked from microsoft/PowerBI-visuals-WordCloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.56 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
{
"name": "powerbi-visuals-wordcloud",
"version": "2.0.0",
"description": "Word Cloud is a visual representation of word frequency and value. Use it to get instant insight into the most important terms in a set.",
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/PowerBI-visuals-WordCloud.git"
},
"keywords": [
"powerbi-visuals"
],
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "node node_modules/tslint/bin/tslint \"+(src|test)/**/*.ts\"",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz",
"test": "karma start",
"cert": "pbiviz --install-cert"
},
"author": {
"name": "Microsoft",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/PowerBI-visuals-WordCloud/issues"
},
"homepage": "https://github.com/Microsoft/PowerBI-visuals-WordCloud#readme",
"dependencies": {
"d3": "5.12.0",
"jquery": "3.4.1",
"lodash": "4.17.15",
"powerbi-visuals-utils-colorutils": "^2.2.1",
"powerbi-visuals-utils-dataviewutils": "^2.2.1",
"powerbi-visuals-utils-formattingutils": "^4.4.2",
"powerbi-visuals-utils-svgutils": "^2.2.1",
"powerbi-visuals-utils-tooltiputils": "^2.3.1",
"powerbi-visuals-utils-typeutils": "^2.2.1",
"powerbi-models": "^1.0.2"
},
"devDependencies": {
"@types/d3": "5.7.2",
"@types/jasmine": "3.4.0",
"@types/jasmine-jquery": "1.5.33",
"@types/jquery": "3.3.31",
"@types/karma": "3.0.3",
"@types/lodash": "4.14.139",
"@types/webpack": "4.39.0",
"core-js": "3.2.1",
"coveralls": "3.0.6",
"css-loader": "3.2.0",
"istanbul-instrumenter-loader": "3.0.1",
"jasmine": "3.5.0",
"jasmine-jquery": "2.1.1",
"json-loader": "^0.5.7",
"karma": "4.3.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.0.1",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-jasmine": "2.0.1",
"karma-junit-reporter": "1.2.0",
"karma-sourcemap-loader": "0.3.7",
"karma-typescript": "4.1.1",
"karma-typescript-preprocessor": "0.4.0",
"karma-webpack": "4.0.2",
"less": "3.10.2",
"powerbi-visuals-api": "~2.6.1",
"powerbi-visuals-tools": "3.1.5",
"powerbi-visuals-utils-testutils": "2.2.1",
"puppeteer": "^1.5.0",
"regenerator-runtime": "0.13.3",
"style-loader": "1.0.0",
"ts-loader": "6.0.4",
"ts-node": "8.3.0",
"tslint": "5.19.0",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "3.6.2",
"webpack": "4.39.2"
}
}