forked from kedacore/keda-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 877 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 877 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
{
"name": "keda-docs",
"private": true,
"scripts": {
"build": "hugo --cleanDestinationDir -e dev -DFE",
"build:preview": "hugo --cleanDestinationDir --minify -e dev -DFE --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
"build:production": "hugo --cleanDestinationDir --minify",
"check:links": "HTMLTEST_ARGS='--log-level 1 --skip-external' make --keep-going check-links",
"precheck:links": "npm run build",
"serve": "netlify dev -c \"hugo serve -DFE\" --framework hugo",
"serve:hugo": "hugo serve -DFE"
},
"devDependencies": {
"@docsearch/css": "4.6.2",
"@docsearch/js": "4.6.2",
"@fontsource/inria-sans": "5.2.8",
"@fontsource/roboto-mono": "5.2.8",
"@fortawesome/fontawesome-free": "7.2.0",
"alpinejs": "3.15.11",
"bulma": "0.8.2",
"hugo-extended": "0.160.1",
"lunr": "2.3.9",
"netlify-cli": "25.2.0"
}
}