-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 859 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 859 Bytes
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
{
"name": "help-center",
"version": "1.0.0",
"description": "Replicated knowledge base built with Hugo",
"main": "lib/index.js",
"repository": "https://github.com/replicatedhq/help-center.git",
"author": "Sloane Smith <s10dimensional@gmail.com>",
"license": "MIT",
"scripts": {
"start": "hugo server",
"gulp": "gulp",
"index-site": "hugo-algolia -m --all",
"index-and-send": "hugo-algolia -s -m --all -c 19kb",
"index-and-send-staging": "hugo-algolia -s -m --all -c 19kb --config ./config.staging.yaml"
},
"dependencies": {
"algoliasearch": "^3.24.1",
"browserify": "^14.5.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-hash": "^4.1.1",
"gulp-rev": "^8.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-useref": "^3.1.2",
"hugo-algolia": "^1.2.14",
"support-bundle-upload": "^1.0.7"
}
}