2020-07-06 18:55:32 +00:00
|
|
|
{
|
|
|
|
"name": "geekblog",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Hugo theme made for blogs",
|
2021-12-29 21:50:13 +00:00
|
|
|
"main": "index.js",
|
2020-07-06 18:55:32 +00:00
|
|
|
"scripts": {
|
2022-01-07 15:18:11 +00:00
|
|
|
"build": "run-s prep:clean prep:make svg build:webpack",
|
|
|
|
"build:webpack": "webpack --mode=production",
|
2021-12-29 21:50:13 +00:00
|
|
|
"build:webpack-devel": "webpack --mode=development",
|
2022-08-31 09:15:25 +00:00
|
|
|
"pack": "tar -zcvf dist/hugo-geekblog.tar.gz -X .tarignore .",
|
2022-01-07 15:18:11 +00:00
|
|
|
"start": "run-s prep:clean prep:make svg build:webpack-devel ; run-p start:webpack start:hugo",
|
2021-12-29 21:50:13 +00:00
|
|
|
"start:webpack": "webpack --mode=development --watch",
|
|
|
|
"start:build": "webpack --mode=development",
|
|
|
|
"start:hugo": "hugo server -D -F -s exampleSite/",
|
|
|
|
"svg": "run-s svg:*",
|
|
|
|
"svg:sprite": "svg-sprite -C svgsprite.config.json 'src/icons/*.svg'",
|
2022-01-07 15:18:11 +00:00
|
|
|
"svg:font": "svgtofont --sources build/icons/ --output build/fonts/",
|
|
|
|
"prep:clean": "shx rm -rf build/ static/",
|
2023-07-11 19:25:34 +00:00
|
|
|
"prep:clean-all": "shx rm -rf VERSION .lighthouseci/ lhci_reports/ build/ dist/ static/ data/ assets/sprites/ exampleSite/data/sprites/ exampleSite/public/ exampleSite/resources/ exampleSite/.hugo_build.lock",
|
2022-02-05 14:01:54 +00:00
|
|
|
"prep:make": "shx mkdir -p build/icons/ build/fonts/ dist/",
|
|
|
|
"svg-sprite-list": "run-s prep:make svg ; shx mkdir -p exampleSite/data/sprites/ ; shx cp build/fonts/GeekblogIcons.json exampleSite/data/sprites/geekblog.json",
|
2024-01-15 20:03:07 +00:00
|
|
|
"lint": "run-p lint:js lint:html",
|
|
|
|
"lint:js": "eslint src/js/ --color",
|
|
|
|
"lint:html": "html-validate exampleSite/public"
|
2020-07-06 18:55:32 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-27 20:14:36 +00:00
|
|
|
"url": "https://github.com/thegeeklab/hugo-geekblog"
|
2020-07-06 18:55:32 +00:00
|
|
|
},
|
|
|
|
"author": "Robert Kaussow",
|
|
|
|
"license": "MIT",
|
2022-02-05 14:02:06 +00:00
|
|
|
"engines": {
|
2023-10-27 11:26:45 +00:00
|
|
|
"node": ">=18 <=20"
|
2022-02-05 14:02:06 +00:00
|
|
|
},
|
2021-05-23 12:50:50 +00:00
|
|
|
"dependencies": {
|
2022-05-06 14:46:27 +00:00
|
|
|
"clipboard": "2.0.11",
|
2023-10-09 12:13:34 +00:00
|
|
|
"katex": "0.16.9",
|
2024-02-03 13:04:34 +00:00
|
|
|
"mermaid": "10.8.0",
|
2024-02-18 10:19:19 +00:00
|
|
|
"store2": "2.14.3"
|
2021-05-23 12:50:50 +00:00
|
|
|
},
|
2020-07-06 18:55:32 +00:00
|
|
|
"devDependencies": {
|
2024-02-13 10:55:31 +00:00
|
|
|
"@babel/eslint-parser": "7.23.10",
|
2022-09-12 07:32:02 +00:00
|
|
|
"@eloquent/git-version-webpack-plugin": "5.0.1",
|
2024-03-04 03:25:17 +00:00
|
|
|
"autoprefixer": "10.4.18",
|
2024-01-22 02:04:35 +00:00
|
|
|
"copy-webpack-plugin": "12.0.2",
|
2024-02-13 10:55:31 +00:00
|
|
|
"css-loader": "6.10.0",
|
2024-02-26 04:08:59 +00:00
|
|
|
"eslint": "8.57.0",
|
2023-12-04 02:42:58 +00:00
|
|
|
"eslint-config-prettier": "9.1.0",
|
2024-01-15 01:11:10 +00:00
|
|
|
"eslint-plugin-prettier": "5.1.3",
|
2023-12-25 00:57:21 +00:00
|
|
|
"favicons": "7.1.5",
|
2023-12-02 19:26:23 +00:00
|
|
|
"favicons-webpack-plugin": "6.0.1",
|
2024-03-04 03:25:17 +00:00
|
|
|
"html-validate": "8.12.0",
|
2024-02-13 10:55:31 +00:00
|
|
|
"npm-run-all2": "6.1.2",
|
2024-03-04 03:25:17 +00:00
|
|
|
"postcss-loader": "8.1.1",
|
2024-02-13 10:55:31 +00:00
|
|
|
"prettier": "3.2.5",
|
2024-02-26 04:08:59 +00:00
|
|
|
"sass": "1.71.1",
|
|
|
|
"sass-loader": "14.1.1",
|
2022-01-10 03:14:59 +00:00
|
|
|
"shx": "0.3.4",
|
2024-03-04 03:25:17 +00:00
|
|
|
"svg-sprite": "2.0.3",
|
2024-02-13 10:55:31 +00:00
|
|
|
"svgtofont": "4.1.2",
|
2024-01-15 20:33:44 +00:00
|
|
|
"uuid": "9.0.1",
|
2024-02-26 04:08:59 +00:00
|
|
|
"webpack": "5.90.3",
|
2023-06-12 01:58:57 +00:00
|
|
|
"webpack-cli": "5.1.4",
|
2022-03-08 21:26:40 +00:00
|
|
|
"webpack-manifest-plugin": "5.0.0",
|
2023-09-04 02:06:31 +00:00
|
|
|
"webpack-remove-empty-scripts": "1.0.4"
|
2020-07-06 18:55:32 +00:00
|
|
|
},
|
2022-01-10 14:02:15 +00:00
|
|
|
"overrides": {
|
|
|
|
"colors": "1.4.0"
|
|
|
|
},
|
2020-07-06 18:55:32 +00:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 version",
|
|
|
|
"> 5%",
|
|
|
|
"not dead",
|
|
|
|
"Firefox ESR"
|
2021-12-29 21:50:13 +00:00
|
|
|
],
|
|
|
|
"svgtofont": {
|
|
|
|
"fontName": "GeekblogIcons",
|
|
|
|
"css": false,
|
|
|
|
"html": false,
|
|
|
|
"emptyDist": true,
|
|
|
|
"useNameAsUnicode": true,
|
|
|
|
"svgicons2svgfont": {
|
|
|
|
"fontHeight": 1001,
|
|
|
|
"normalize": true,
|
|
|
|
"centerHorizontally": true,
|
|
|
|
"centerVertically": true
|
|
|
|
}
|
|
|
|
}
|
2020-07-06 18:55:32 +00:00
|
|
|
}
|