2021-08-31 08:34:30 +00:00
|
|
|
{
|
|
|
|
"name": "the-geeklab",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "My personal blog",
|
2021-12-30 15:57:27 +00:00
|
|
|
"main": "index.js",
|
2021-08-31 08:34:30 +00:00
|
|
|
"scripts": {
|
2022-09-29 20:11:20 +00:00
|
|
|
"build": "run-s prep svg build:*",
|
2021-12-30 15:57:27 +00:00
|
|
|
"build:webpack": "webpack --mode=production",
|
2022-09-29 20:04:36 +00:00
|
|
|
"start": "run-s prep:clean prep:make svg build:webpack ; run-s start:hugo",
|
2021-12-30 15:57:27 +00:00
|
|
|
"start:hugo": "hugo server -D -F",
|
2022-09-29 20:04:36 +00:00
|
|
|
"svg": "run-s svg:*",
|
|
|
|
"svg:sprite": "svg-sprite -C svgsprite.config.json 'src/icons/*.svg'",
|
2021-12-30 15:57:27 +00:00
|
|
|
"prep": "run-s prep:*",
|
2022-09-29 20:04:36 +00:00
|
|
|
"prep:clean": "shx rm -rf build/ static/ assets/sprites/",
|
2022-02-13 22:36:00 +00:00
|
|
|
"prep:make": "shx mkdir -p build/"
|
2021-08-31 08:34:30 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thegeeklab/hugo-geekblog"
|
|
|
|
},
|
|
|
|
"author": "Robert Kaussow",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2022-05-18 13:30:41 +00:00
|
|
|
"copy-webpack-plugin": "11.0.0",
|
2022-11-22 07:50:33 +00:00
|
|
|
"favicons-webpack-plugin": "6.0.0",
|
2021-12-30 15:57:27 +00:00
|
|
|
"js-yaml": "4.1.0",
|
|
|
|
"npm-run-all": "4.1.5",
|
2023-02-13 00:06:23 +00:00
|
|
|
"prettier": "2.8.4",
|
2022-05-16 00:03:57 +00:00
|
|
|
"prettier-plugin-go-template": "0.0.13",
|
2022-02-13 22:36:00 +00:00
|
|
|
"shx": "0.3.4",
|
2022-11-14 00:04:38 +00:00
|
|
|
"svg-sprite": "2.0.2",
|
|
|
|
"webpack": "5.75.0",
|
2022-12-12 14:13:57 +00:00
|
|
|
"webpack-cli": "5.0.1",
|
2022-09-19 00:05:04 +00:00
|
|
|
"webpack-favicons": "1.3.8"
|
2022-01-10 13:06:34 +00:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"colors": "1.4.0"
|
2021-08-31 08:34:30 +00:00
|
|
|
}
|
|
|
|
}
|