forked from replicatedhq/help-center
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 899 Bytes
/
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
{
"name": "help-center",
"version": "1.0.0",
"description": "Replicated knowledge base built with Hugo",
"main": "lib/index.js",
"repository": "https://github.com/10Dimensional/help-center.git",
"author": "Sloane Smith <[email protected]>",
"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.13",
"retraced-logs-viewer": "^2.1.18",
"support-bundle-upload": "^1.0.7"
}
}