-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.73 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
{
"name": "powerbi-visuals-parataskcard",
"description": "ParaTaskCard",
"version": "3.1.0",
"author": {
"name": "Dmitry Vann",
"email": "[email protected]"
},
"scripts": {
"pbiviz": "pbiviz",
"start": "pbiviz start",
"package": "pbiviz package",
"lint": "tslint -c tslint.json -p tsconfig.json",
"pretest": "pbiviz package --resources --no-minify --no-pbiviz --no-plugin",
"test": "pbiviz package --resources --no-minify --no-pbiviz",
"cert": "pbiviz --install-cert",
"installcert": "pbiviz --install-cert"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MikeAinOz/paraTaskCard"
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"@fluentui/react": "^7.132.0",
"adaptivecards": "^2.1.0",
"adaptivecards-fabric": "^1.1.0",
"adaptivecards-templating": "^1.1.0",
"core-js": "^3.6.5",
"d3": "^5.16.0",
"lodash": "^4.17.19",
"powerbi-models": "1.3.4",
"powerbi-visuals-utils-chartutils": "2.4.3",
"powerbi-visuals-utils-colorutils": "2.2.1",
"powerbi-visuals-utils-dataviewutils": "2.2.1",
"powerbi-visuals-utils-formattingutils": "4.6.0",
"powerbi-visuals-utils-interactivityutils": "^5.6.0",
"powerbi-visuals-utils-svgutils": "2.2.1",
"powerbi-visuals-utils-tooltiputils": "2.3.1",
"powerbi-visuals-utils-typeutils": "2.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"regenerator-runtime": "^0.13.7",
"types-registry": "^0.1.504"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.11.0",
"@types/d3": "^5.7.2",
"@types/jasmine": "3.5.11",
"@types/jasmine-jquery": "1.5.33",
"@types/jquery": "3.5.0",
"@types/karma": "5.0.0",
"@types/lodash": "4.14.156",
"@types/webpack": "4.41.17",
"coveralls": "3.1.0",
"css-loader": "3.6.0",
"del-cli": "^3.0.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "3.5.0",
"jasmine-jquery": "2.1.1",
"jquery": "^3.5.1",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.2",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^3.3.1",
"karma-junit-reporter": "^2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^5.0.3",
"karma-typescript-preprocessor": "0.4.0",
"karma-webpack": "^4.0.2",
"less": "3.11.3",
"less-loader": "6.1.2",
"powerbi-visuals-api": "^2.6.1",
"powerbi-visuals-tools": "^3.1.15",
"powerbi-visuals-utils-testutils": "^2.3.1",
"puppeteer": "^4.0.0",
"style-loader": "1.2.1",
"ts-loader": "7.0.5",
"ts-node": "^8.10.2",
"tslint": "6.1.2",
"tslint-microsoft-contrib": "6.2.0",
"typescript": "^3.9.5",
"webpack": "4.43.0"
}
}