forked from avontd2868/PowerBI-visuals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.66 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
97
98
{
"name": "powerbi-visuals",
"version": "0.5.0",
"description": "Microsoft PowerBI Visuals",
"devDependencies": {
"awesome-typescript-loader": "^0.15.10",
"concat-with-sourcemaps": "^1.0.4",
"css-loader": "^0.23.1",
"del": "2.1.0",
"express": "4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"fs": "0.0.2",
"gulp": "3.9.0",
"gulp-base64": "^0.1.3",
"gulp-changed": "^1.3.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "2.6.0",
"gulp-cssjanus": "^0.1.0",
"gulp-decomment": "^0.1.1",
"gulp-download": "0.0.1",
"gulp-expect-file": "0.0.7",
"gulp-git": "1.2.4",
"gulp-insert": "^0.5.0",
"gulp-less": "3.0.3",
"gulp-minify-css": "1.2.0",
"gulp-msbuild": "^0.2.13",
"gulp-nop": "0.0.3",
"gulp-open": "1.0.0",
"gulp-peg": "^0.1.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-template": "^4.0.0",
"gulp-tslint": "4.3.1",
"gulp-typescript": "2.10.0",
"gulp-uglify": "^1.2.0",
"gulp-uglifyjs": "0.6.2",
"gulp-unzip": "0.1.3",
"gulp-util": "3.0.6",
"gulp-zip": "3.2.0",
"gulp.spritesmith": "4.0.0",
"imports-loader": "^0.6.5",
"jasmine-core": "2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs2-launcher": "^0.5.0",
"karma-trx-reporter": "^0.2.6",
"karma-typescript-preprocessor2": "^1.1.1",
"karma-webpack": "^1.7.0",
"less-loader": "^2.2.2",
"loader-utils": "^0.2.15",
"merge2": "0.3.6",
"minimist": "1.2.0",
"opn": "^4.0.1",
"phantomjs-prebuilt": "^2.1.7",
"q": "1.4.1",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^1.4.3",
"run-sequence": "1.1.2",
"script-loader": "^0.6.1",
"shelljs": "^0.5.3",
"stream-consume": "0.1.0",
"style-loader": "^0.13.0",
"ts-loader": "0.8.1",
"tslint": "3.3.0",
"tslint-loader": "^2.1.3",
"typescript": "1.8.9",
"url-loader": "^0.5.7",
"val-loader": "^0.5.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-spritesmith": "^0.1.2",
"webpack-stream": "^3.1.0",
"yargs": "3.20.0",
"through2": "^2.0.0",
"glob": "^7.0.3",
"jasmine-jquery": "2.0.5"
},
"author": "Microsoft PowerBI Visuals",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/PowerBI-visuals.git"
},
"bugs": "https://github.com/Microsoft/PowerBI-visuals/issues",
"keywords": [
"powerbi",
"visuals"
],
"files": [
"CONTRIBUTING.md",
"lib"
]
}