forked from getredash/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "redash-website",
"version": "1.0.0",
"description": "Redash Website & Knowledge Base",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.16.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.0.12",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.0.3",
"gulp-print": "^2.0.1",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-watch": "^4.3.9",
"imagemin-jpeg-recompress": "^5.1.0",
"imagemin-pngquant": "^5.0.0",
"pump": "^1.0.1",
"stream-combiner2": "^1.1.1"
},
"scripts": {
"build": "gulp build && gulp jekyll:build && gulp html:build",
"watch": "gulp watch",
"fetch-contributors": "node bin/fetch-contributors.js",
"dev": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getredash/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/getredash/docs/issues"
},
"homepage": "https://github.com/getredash/docs#readme",
"optionalDependencies": {
"fsevents": "^1.1.3"
}
}