-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
96 lines (96 loc) · 3.15 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
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "powerbi-visuals-wordcloud",
"version": "2.3.4.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": "npm run eslint",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz",
"test": "karma start",
"cert": "pbiviz --install-cert",
"eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"author": {
"name": "Microsoft",
"email": "pbicvsupport@microsoft.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/PowerBI-visuals-WordCloud/issues"
},
"homepage": "https://github.com/Microsoft/PowerBI-visuals-WordCloud#readme",
"dependencies": {
"d3-selection": "^3.0.0",
"d3-transition": "^3.0.1",
"lodash.clone": "^4.5.0",
"lodash.difference": "^4.5.0",
"lodash.includes": "^4.3.0",
"lodash.isempty": "^4.4.0",
"lodash.isstring": "^4.0.1",
"lodash.keys": "^4.2.0",
"lodash.mapvalues": "^4.6.0",
"lodash.maxby": "^4.6.0",
"lodash.minby": "^4.6.0",
"lodash.range": "^3.2.0",
"lodash.sortby": "^4.7.0",
"lodash.toarray": "^4.4.0",
"lodash.uniqby": "^4.7.0",
"powerbi-visuals-utils-colorutils": "^6.0.5",
"powerbi-visuals-utils-formattingmodel": "^6.0.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": "^7.4.3",
"@types/jasmine": "^4.6.4",
"@types/karma": "^6.3.8",
"@types/lodash.clone": "^4.5.9",
"@types/lodash.difference": "^4.5.9",
"@types/lodash.includes": "^4.3.9",
"@types/lodash.isempty": "^4.4.9",
"@types/lodash.isstring": "^4.0.9",
"@types/lodash.keys": "^4.2.9",
"@types/lodash.mapvalues": "^4.6.9",
"@types/lodash.maxby": "^4.6.9",
"@types/lodash.minby": "^4.6.9",
"@types/lodash.range": "^3.2.9",
"@types/lodash.sortby": "^4.7.9",
"@types/lodash.toarray": "^4.4.9",
"@types/lodash.uniqby": "^4.7.9",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"css-loader": "^6.11.0",
"eslint": "^8.57.0",
"eslint-plugin-powerbi-visuals": "^0.8.1",
"jasmine": "^5.1.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"karma-webpack": "^5.0.1",
"less": "^4.2.0",
"less-loader": "^11.1.4",
"playwright-chromium": "^1.44.1",
"powerbi-visuals-api": "^5.11.0",
"powerbi-visuals-tools": "^5.5.1",
"powerbi-visuals-utils-testutils": "^6.1.1",
"style-loader": "^3.3.4",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.91.0"
}
}