|
1 | 1 | {
|
| 2 | + "scripts": { |
| 3 | + "_build": "hugo --cleanDestinationDir -e dev -DFE", |
| 4 | + "_check-links": "make check-links", |
| 5 | + "_prebuild": "echo placeholder for now > /dev/null", |
| 6 | + "_serve:hugo": "hugo serve -DFE --minify", |
| 7 | + "_serve": "netlify dev -c \"npm run _serve:hugo\"", |
| 8 | + "build:preview": "set -x && npm run _build -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"", |
| 9 | + "build:production": "hugo --cleanDestinationDir --minify", |
| 10 | + "build": "npm run _build", |
| 11 | + "check-links:all": "HTMLTEST_ARGS= npm run _check-links", |
| 12 | + "check-links": "npm run _check-links", |
| 13 | + "clean": "make clean", |
| 14 | + "postbuild:preview": "npm run _check-links", |
| 15 | + "postbuild:production": "npm run _check-links", |
| 16 | + "prebuild:preview": "npm run _prebuild", |
| 17 | + "prebuild:production": "npm run _prebuild", |
| 18 | + "prebuild": "npm run _prebuild", |
| 19 | + "precheck-links:all": "npm run build", |
| 20 | + "precheck-links": "npm run build", |
| 21 | + "preserve:hugo": "npm run _prebuild", |
| 22 | + "preserve": "npm run _prebuild", |
| 23 | + "serve:hugo": "npm run _serve:hugo", |
| 24 | + "serve": "npm run _serve", |
| 25 | + "test": "npm run check-links" |
| 26 | + }, |
2 | 27 | "devDependencies": {
|
3 |
| - "bulma": "^0.8.2" |
| 28 | + "bulma": "^0.8.2", |
| 29 | + "hugo-extended": "0.92.2", |
| 30 | + "netlify-cli": "^9.6.5" |
4 | 31 | }
|
5 | 32 | }
|
0 commit comments