2020-04-15 15:48:16 +02:00
|
|
|
{
|
2021-03-18 09:56:39 +01:00
|
|
|
"name": "@hyas/doks",
|
2021-03-18 13:16:31 +01:00
|
|
|
"description": "Doks theme",
|
2022-01-17 16:38:16 +01:00
|
|
|
"version": "0.4.0",
|
2020-04-15 15:48:16 +02:00
|
|
|
"browserslist": [
|
|
|
|
"defaults"
|
|
|
|
],
|
2021-03-18 13:16:31 +01:00
|
|
|
"repository": "https://github.com/h-enk/doks",
|
|
|
|
"license": "MIT",
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2020-04-15 15:48:16 +02:00
|
|
|
"scripts": {
|
2021-06-24 08:02:21 +02:00
|
|
|
"init": "shx rm -rf .git && git init -b main",
|
2021-09-03 13:42:43 +02:00
|
|
|
"create": "exec-bin node_modules/.bin/hugo/hugo new",
|
2021-01-12 11:31:13 +01:00
|
|
|
"prestart": "npm run clean",
|
2021-09-03 13:42:43 +02:00
|
|
|
"start": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender",
|
2021-01-12 11:31:13 +01:00
|
|
|
"prebuild": "npm run clean",
|
2021-09-03 13:42:43 +02:00
|
|
|
"build": "exec-bin node_modules/.bin/hugo/hugo --gc --minify",
|
2020-04-15 15:48:16 +02:00
|
|
|
"build:preview": "npm run build -D -F",
|
2021-06-24 08:02:21 +02:00
|
|
|
"clean": "shx rm -rf public resources",
|
2021-09-03 13:42:43 +02:00
|
|
|
"clean:install": "shx rm -rf package-lock.json node_modules ",
|
2020-11-04 08:26:58 +01:00
|
|
|
"lint": "npm run -s lint:scripts && npm run -s lint:styles && npm run -s lint:markdown",
|
2021-06-24 08:02:21 +02:00
|
|
|
"lint:scripts": "eslint assets/js config functions",
|
2020-04-15 15:48:16 +02:00
|
|
|
"lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\"",
|
2021-07-05 02:36:06 +02:00
|
|
|
"lint:markdown": "markdownlint \"*.md\" \"content/**/*.md\"",
|
2021-09-03 13:42:43 +02:00
|
|
|
"server": "exec-bin node_modules/.bin/hugo/hugo server",
|
2021-01-12 11:31:13 +01:00
|
|
|
"test": "npm run -s lint",
|
2021-01-25 08:51:54 +01:00
|
|
|
"env": "env",
|
|
|
|
"precheck": "npm version",
|
2021-09-03 13:42:43 +02:00
|
|
|
"check": "exec-bin node_modules/.bin/hugo/hugo version",
|
2021-06-24 08:02:21 +02:00
|
|
|
"copy:katex-fonts": "shx cp ./node_modules/katex/dist/fonts/* ./static/fonts/",
|
2021-09-03 13:42:43 +02: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
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-14 09:27:54 +01:00
|
|
|
"@babel/cli": "^7.16",
|
|
|
|
"@babel/core": "^7.16",
|
|
|
|
"@babel/preset-env": "^7.16",
|
|
|
|
"@fullhuman/postcss-purgecss": "^4.1",
|
2021-06-24 08:02:21 +02:00
|
|
|
"auto-changelog": "^2.3.0",
|
2022-01-14 09:27:54 +01:00
|
|
|
"autoprefixer": "^10.4",
|
2021-08-05 09:23:09 +02:00
|
|
|
"bootstrap": "^5.1",
|
2021-01-12 11:31:13 +01:00
|
|
|
"clipboard": "^2.0",
|
2022-01-14 09:27:54 +01:00
|
|
|
"eslint": "^8.6",
|
2021-06-24 08:02:21 +02:00
|
|
|
"exec-bin": "^1.0.0",
|
2021-08-05 09:23:09 +02:00
|
|
|
"flexsearch": "^0.7.21",
|
2022-01-14 09:27:54 +01:00
|
|
|
"highlight.js": "^11.4",
|
|
|
|
"hugo-installer": "^3.1",
|
2020-11-04 08:26:58 +01:00
|
|
|
"instant.page": "^5.1",
|
2022-01-14 09:27:54 +01:00
|
|
|
"katex": "^0.15",
|
2021-01-04 17:15:06 +01:00
|
|
|
"lazysizes": "^5.3",
|
2022-01-14 09:27:54 +01:00
|
|
|
"markdownlint-cli": "^0.30.0",
|
2021-09-28 15:54:13 +02:00
|
|
|
"mermaid": "^8.13",
|
2022-01-14 09:27:54 +01:00
|
|
|
"node-fetch": "^3.1",
|
|
|
|
"postcss": "^8.4",
|
|
|
|
"postcss-cli": "^9.1",
|
2020-04-15 15:48:16 +02:00
|
|
|
"purgecss-whitelister": "^2.4",
|
2022-01-14 09:27:54 +01:00
|
|
|
"shx": "^0.3.4",
|
|
|
|
"stylelint": "^14.2",
|
|
|
|
"stylelint-config-standard-scss": "^3.0"
|
2021-06-24 08:02:21 +02:00
|
|
|
},
|
|
|
|
"otherDependencies": {
|
2022-01-14 09:27:54 +01:00
|
|
|
"hugo": "0.92.0"
|
2020-12-03 16:07:04 +01:00
|
|
|
}
|
2020-04-15 15:48:16 +02:00
|
|
|
}
|