2020-04-15 15:48:16 +02:00
|
|
|
{
|
2023-05-26 17:44:05 +02:00
|
|
|
"name": "doks",
|
2024-01-11 20:50:52 +01:00
|
|
|
"version": "1.3.0",
|
2023-05-26 17:44:05 +02:00
|
|
|
"description": "Doks theme",
|
2023-06-23 12:36:29 +02:00
|
|
|
"author": "Hyas",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/gethyas/doks.git"
|
|
|
|
},
|
2020-04-15 15:48:16 +02:00
|
|
|
"scripts": {
|
2023-05-26 17:44:05 +02:00
|
|
|
"dev": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender --baseURL=http://localhost --noHTTPCache",
|
2023-06-17 15:53:53 +02:00
|
|
|
"dev:drafts": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender --baseURL=http://localhost --noHTTPCache --buildDrafts",
|
2021-09-03 13:42:43 +02:00
|
|
|
"create": "exec-bin node_modules/.bin/hugo/hugo new",
|
2024-01-11 20:50:52 +01:00
|
|
|
"lint": "npm run lint:scripts && npm run lint:styles && npm run lint:markdown",
|
|
|
|
"lint:scripts": "eslint --cache assets/js",
|
|
|
|
"lint:styles": "stylelint --cache \"assets/scss/**/*.{css,sass,scss}\"",
|
2023-06-17 15:53:53 +02:00
|
|
|
"lint:markdown": "markdownlint-cli2 \"*.md\" \"content/**/*.md\"",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2023-05-26 17:44:05 +02:00
|
|
|
"build": "exec-bin node_modules/.bin/hugo/hugo --minify",
|
2023-04-18 15:10:33 +02:00
|
|
|
"preview": "http-server --gzip --brotli --ext=html --cors",
|
2023-06-17 15:53:53 +02:00
|
|
|
"clean": "npm run clean:build && npm run clean:lint && npm run clean:install",
|
2023-04-18 15:10:33 +02:00
|
|
|
"clean:build": "shx rm -rf public resources .hugo_build.lock",
|
2023-06-17 15:53:53 +02:00
|
|
|
"clean:install": "shx rm -rf node_modules package-lock.json yarn.lock pnpm-lock.yaml",
|
|
|
|
"clean:lint": "shx rm -rf .eslintcache .stylelintcache",
|
2023-04-18 15:10:33 +02:00
|
|
|
"preinfo": "npm version",
|
|
|
|
"info": "npm list",
|
|
|
|
"postinfo": "exec-bin node_modules/.bin/hugo/hugo version",
|
2024-01-11 20:50:52 +01:00
|
|
|
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo",
|
2021-06-24 08:02:21 +02:00
|
|
|
"version": "auto-changelog -p && git add CHANGELOG.md"
|
2020-04-15 15:48:16 +02:00
|
|
|
},
|
2023-06-23 12:36:29 +02:00
|
|
|
"dependencies": {
|
2024-01-11 20:50:52 +01:00
|
|
|
"@hyas/doks-core": "^1.3.0",
|
|
|
|
"@hyas/images": "^2.0.3",
|
|
|
|
"@hyas/inline-svg": "^1.0.5",
|
|
|
|
"@hyas/seo": "^2.1.0",
|
|
|
|
"@tabler/icons": "^2.40.0",
|
|
|
|
"exec-bin": "^1.0.0",
|
|
|
|
"gethyas": "^2.2.2",
|
|
|
|
"hugo-installer": "^4.0.1"
|
2023-04-18 15:10:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-11 20:50:52 +01:00
|
|
|
"auto-changelog": "^2.4.0",
|
|
|
|
"shx": "^0.3.4"
|
|
|
|
},
|
|
|
|
"otherDependencies": {
|
|
|
|
"hugo": "0.121.1"
|
2023-06-09 19:17:11 +02:00
|
|
|
},
|
2023-12-22 16:29:45 +01:00
|
|
|
"overrides": {
|
|
|
|
"semver": "^7.5.4"
|
|
|
|
},
|
2023-06-17 15:53:53 +02:00
|
|
|
"engines": {
|
2024-01-11 20:50:52 +01:00
|
|
|
"node": ">=18.14.1",
|
|
|
|
"pnpm": ">=8.10.0"
|
2023-06-17 15:53:53 +02:00
|
|
|
},
|
2024-01-11 20:50:52 +01:00
|
|
|
"packageManager": "pnpm@8.12.0"
|
2020-04-15 15:48:16 +02:00
|
|
|
}
|