forked from kubernetes/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.62 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
{
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard",
"version": "1.6.0",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
},
"license": "Apache-2.0",
"devDependencies": {
"async": "~2.3.0",
"babel": "~6.23.0",
"babel-core": "~6.24.0",
"babel-loader": "~7.0.0",
"babel-preset-es2015": "~6.24.0",
"babelify": "~7.3.0",
"bower": "~1.8.0",
"browser-sync": "~2.18.2",
"browser-sync-spa": "~1.0.3",
"browserify": "~14.3.0",
"browserify-istanbul": "~2.0.0",
"clang-format": "1.0.49",
"del": "~2.2.2",
"eslint-plugin-angular": "~2.4.0",
"file-exists": "2.0.0",
"google-closure-compiler": "~20170423.0.0",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~3.1.0",
"gulp-browserify": "~0.5.1",
"gulp-cheerio": "~0.6.2",
"gulp-clang-format": "1.0.23",
"gulp-codecov.io": "~1.0.1",
"gulp-concat": "~2.6.0",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-eslint": "~3.0.1",
"gulp-flatten": "~0.3.0",
"gulp-htmlmin": "~3.0.0",
"gulp-if": "~2.0.1",
"gulp-inject": "~4.2.0",
"gulp-minify-css": "~1.2.4",
"gulp-modify": "~0.1.1",
"gulp-protractor": "~4.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-replace-task": "~0.11.0",
"gulp-rev-all": "~0.8.24",
"gulp-sass": "~3.1.0",
"gulp-sass-lint": "~1.3.1",
"gulp-size": "~2.1.0",
"gulp-sourcemaps": "~2.6.0",
"gulp-uglify": "~2.1.0",
"gulp-useref": "~3.1.0",
"gulp-util": "~3.0.7",
"gulp-watch": "~4.3.8",
"gulp-xslt": "~2.0.0",
"html-minifier": "~3.4.1",
"isparta": "~4.0.0",
"js-beautify": "^1.6.12",
"jsesc": "~2.5.0",
"karma": "1.6.0",
"karma-browserify": "~5.1.0",
"karma-chrome-launcher": "~2.0.0",
"karma-closure": "~0.1.1",
"karma-coverage": "~1.1.0",
"karma-firefox-launcher": "~1.0.0",
"karma-jasmine": "~1.0.2",
"karma-jasmine-jquery": "~0.1.1",
"karma-ng-html2js-preprocessor": "~1.0.0",
"karma-sauce-launcher": "~1.1.0",
"karma-sourcemap-loader": "~0.3.7",
"lodash": "~4.17.0",
"merge-stream": "~1.0.0",
"npm-check-updates": "~2.10.3",
"proxy-middleware": "~0.15.0",
"q": "~1.5.0",
"regexp-clone": "~0.0.1",
"semver": "~5.3.0",
"through2": "~2.0.1",
"uglify-save-license": "~0.4.1",
"vinyl-paths": "~2.1.0",
"watchify": "~3.7.0",
"webpack-stream": "~3.2.0",
"wiredep": "~4.0.0",
"wrench": "~1.5.9"
},
"engines": {
"node": ">=4.2.2"
},
"scripts": {
"postinstall": "build/postinstall.sh"
}
}