2022-06-15 07:51:47 +00:00
|
|
|
{
|
|
|
|
"name": "@hyas/doks",
|
|
|
|
"description": "Doks theme",
|
2022-07-14 04:29:54 +00:00
|
|
|
"version": "0.5.0",
|
2022-06-21 21:57:51 +00:00
|
|
|
"engines": {
|
2022-07-14 04:29:54 +00:00
|
|
|
"node": ">=16.16.0"
|
2022-06-21 21:57:51 +00:00
|
|
|
},
|
2022-06-15 07:51:47 +00:00
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
],
|
|
|
|
"repository": "https://github.com/h-enk/doks",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"init": "shx rm -rf .git && git init -b main",
|
|
|
|
"create": "exec-bin node_modules/.bin/hugo/hugo new",
|
|
|
|
"prestart": "npm run clean",
|
|
|
|
"start": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender",
|
|
|
|
"prebuild": "npm run clean",
|
|
|
|
"build": "exec-bin node_modules/.bin/hugo/hugo --gc --minify",
|
|
|
|
"build:preview": "npm run build -D -F",
|
|
|
|
"clean": "shx rm -rf public resources",
|
|
|
|
"clean:install": "shx rm -rf package-lock.json node_modules ",
|
|
|
|
"lint": "npm run -s lint:scripts && npm run -s lint:styles && npm run -s lint:markdown",
|
|
|
|
"lint:scripts": "eslint assets/js config functions",
|
|
|
|
"lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\"",
|
|
|
|
"lint:markdown": "markdownlint-cli2 \"*.md\" \"content/**/*.md\"",
|
|
|
|
"lint:markdown-fix": "markdownlint-cli2-fix \"*.md\" \"content/**/*.md\"",
|
|
|
|
"server": "exec-bin node_modules/.bin/hugo/hugo server",
|
|
|
|
"test": "npm run -s lint",
|
|
|
|
"env": "env",
|
|
|
|
"precheck": "npm version",
|
|
|
|
"check": "exec-bin node_modules/.bin/hugo/hugo version",
|
|
|
|
"copy:katex-fonts": "shx cp ./node_modules/katex/dist/fonts/* ./static/fonts/",
|
|
|
|
"postinstall": "hugo-installer --version otherDependencies.hugo --extended --destination node_modules/.bin/hugo",
|
|
|
|
"version": "auto-changelog -p && git add CHANGELOG.md"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-04 22:44:21 +00:00
|
|
|
"@babel/cli": "7.19.3",
|
2022-11-11 22:58:10 +00:00
|
|
|
"@babel/core": "7.20.2",
|
|
|
|
"@babel/preset-env": "7.20.2",
|
2022-10-30 23:19:04 +00:00
|
|
|
"@fullhuman/postcss-purgecss": "5.0.0",
|
2022-11-11 22:58:10 +00:00
|
|
|
"@hyas/images": "0.3.2",
|
2022-08-26 10:46:47 +00:00
|
|
|
"@popperjs/core": "2.11.6",
|
2022-06-15 07:51:47 +00:00
|
|
|
"auto-changelog": "2.4.0",
|
2022-10-30 23:19:04 +00:00
|
|
|
"autoprefixer": "10.4.13",
|
2022-10-04 22:44:21 +00:00
|
|
|
"bootstrap": "5.2.2",
|
2022-11-11 22:58:10 +00:00
|
|
|
"bootstrap-icons": "1.10.0",
|
2022-06-15 07:51:47 +00:00
|
|
|
"clipboard": "2.0.11",
|
2022-11-11 22:58:10 +00:00
|
|
|
"eslint": "8.27.0",
|
2022-06-15 07:51:47 +00:00
|
|
|
"exec-bin": "1.0.0",
|
2022-10-04 22:44:21 +00:00
|
|
|
"flexsearch": "0.7.31",
|
2022-08-06 22:20:52 +00:00
|
|
|
"highlight.js": "11.6.0",
|
2022-10-04 22:44:21 +00:00
|
|
|
"hugo-installer": "4.0.1",
|
2022-07-08 04:54:00 +00:00
|
|
|
"instant.page": "5.1.1",
|
2022-10-30 23:19:04 +00:00
|
|
|
"katex": "0.16.3",
|
2022-06-15 07:51:47 +00:00
|
|
|
"lazysizes": "5.3.2",
|
2022-08-26 10:46:47 +00:00
|
|
|
"markdownlint-cli2": "0.5.1",
|
2022-06-20 04:40:40 +00:00
|
|
|
"netlify-plugin-submit-sitemap": "0.4.0",
|
2022-11-11 22:58:10 +00:00
|
|
|
"node-fetch": "3.3.0",
|
|
|
|
"postcss": "8.4.19",
|
2022-07-08 04:54:00 +00:00
|
|
|
"postcss-cli": "10.0.0",
|
2022-06-15 07:51:47 +00:00
|
|
|
"purgecss-whitelister": "2.4.0",
|
|
|
|
"shx": "0.3.4",
|
2022-11-11 22:58:10 +00:00
|
|
|
"stylelint": "14.14.1",
|
|
|
|
"stylelint-config-standard-scss": "6.1.0"
|
2022-06-15 07:51:47 +00:00
|
|
|
},
|
|
|
|
"otherDependencies": {
|
2022-10-30 23:19:04 +00:00
|
|
|
"hugo": "0.105.0"
|
2022-06-15 07:51:47 +00:00
|
|
|
}
|
|
|
|
}
|