2020-01-12 06:33:02 -08:00
|
|
|
{
|
|
|
|
"name": "geekdoc",
|
|
|
|
"version": "1.0.0",
|
2020-06-28 05:47:14 -07:00
|
|
|
"description": "Hugo theme made for documentation",
|
2022-01-06 04:58:10 -08:00
|
|
|
"main": "index.js",
|
2020-01-12 06:33:02 -08:00
|
|
|
"scripts": {
|
2022-01-06 04:58:10 -08:00
|
|
|
"build": "run-s prep:clean prep:make svg build:webpack",
|
|
|
|
"build:webpack": "webpack --mode=production",
|
|
|
|
"build:webpack-devel": "webpack --mode=development",
|
|
|
|
"start": "run-s prep:clean prep:make svg build:webpack-devel ; run-p start:webpack start:hugo",
|
|
|
|
"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 07:18:07 -08:00
|
|
|
"svg:font": "svgtofont --sources build/icons/ --output build/fonts/",
|
2022-01-06 04:58:10 -08:00
|
|
|
"prep:clean": "shx rm -rf build/ static/",
|
2022-01-07 07:18:07 -08:00
|
|
|
"prep:clean-all": "shx rm -rf build/ dist/ static/ data/ assets/sprites/ exampleSite/data/sprites/",
|
|
|
|
"prep:make": "mkdir -p build/icons/ build/fonts/ dist/",
|
2022-01-23 04:21:44 -08:00
|
|
|
"svg-sprite-list": "run-s prep:make svg ; mkdir -p exampleSite/data/sprites/ ; shx cp build/fonts/GeekdocIcons.json exampleSite/data/sprites/geekdoc.json",
|
2022-01-06 04:58:10 -08:00
|
|
|
"lint": "eslint src/js/ --color"
|
2020-01-12 06:33:02 -08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-27 13:21:29 -07:00
|
|
|
"url": "https://github.com/thegeeklab/hugo-geekdoc"
|
2020-01-12 06:33:02 -08:00
|
|
|
},
|
2020-06-28 05:47:14 -07:00
|
|
|
"author": "Robert Kaussow",
|
2020-01-12 06:33:02 -08:00
|
|
|
"license": "MIT",
|
2021-05-05 13:52:57 -07:00
|
|
|
"dependencies": {
|
2022-01-23 02:27:41 -08:00
|
|
|
"@cfworker/json-schema": "1.12.1",
|
2021-05-05 14:18:18 -07:00
|
|
|
"clipboard": "2.0.8",
|
2021-07-31 14:58:58 -07:00
|
|
|
"flexsearch": "0.7.21",
|
2022-01-12 13:36:50 -08:00
|
|
|
"katex": "0.15.2",
|
2022-01-22 05:07:51 -08:00
|
|
|
"mermaid": "8.13.10",
|
2022-01-06 04:58:10 -08:00
|
|
|
"store2": "2.13.1"
|
2021-05-05 13:52:57 -07:00
|
|
|
},
|
2020-01-12 06:33:02 -08:00
|
|
|
"devDependencies": {
|
2022-01-06 04:58:10 -08:00
|
|
|
"@babel/eslint-parser": "7.16.5",
|
2022-01-07 07:18:53 -08:00
|
|
|
"autoprefixer": "10.4.2",
|
2022-01-28 05:28:06 -08:00
|
|
|
"copy-webpack-plugin": "10.2.2",
|
2022-01-06 04:58:10 -08:00
|
|
|
"css-loader": "6.5.1",
|
2022-01-15 19:08:22 -08:00
|
|
|
"eslint": "8.7.0",
|
2022-01-06 04:58:10 -08:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
|
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
|
|
"favicons-webpack-plugin": "5.0.2",
|
|
|
|
"npm-run-all": "4.1.5",
|
|
|
|
"postcss-loader": "6.2.1",
|
2021-12-04 07:50:18 -08:00
|
|
|
"prettier": "2.5.1",
|
2021-06-26 03:47:04 -07:00
|
|
|
"prettier-plugin-go-template": "0.0.11",
|
2022-01-18 15:32:07 -08:00
|
|
|
"sass": "1.49.0",
|
2022-01-06 04:58:10 -08:00
|
|
|
"sass-loader": "12.4.0",
|
2022-01-09 19:33:04 -08:00
|
|
|
"shx": "0.3.4",
|
2022-01-06 04:58:10 -08:00
|
|
|
"svg-sprite": "1.5.3",
|
2022-01-11 01:03:01 -08:00
|
|
|
"svgtofont": "3.14.0",
|
2022-01-21 10:53:02 -08:00
|
|
|
"webpack": "5.67.0",
|
2022-01-24 06:11:48 -08:00
|
|
|
"webpack-cli": "4.9.2",
|
2022-01-11 08:29:23 -08:00
|
|
|
"webpack-manifest-plugin": "4.1.1",
|
2022-01-06 04:58:10 -08:00
|
|
|
"webpack-remove-empty-scripts": "0.7.2"
|
2020-01-12 06:33:02 -08:00
|
|
|
},
|
2022-01-10 06:02:12 -08:00
|
|
|
"overrides": {
|
|
|
|
"colors": "1.4.0"
|
|
|
|
},
|
2020-01-12 06:33:02 -08:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 version",
|
|
|
|
"> 5%",
|
|
|
|
"not dead",
|
|
|
|
"Firefox ESR"
|
2022-01-06 04:58:10 -08:00
|
|
|
],
|
|
|
|
"svgtofont": {
|
|
|
|
"fontName": "GeekdocIcons",
|
|
|
|
"css": false,
|
|
|
|
"html": false,
|
|
|
|
"emptyDist": true,
|
|
|
|
"useNameAsUnicode": true,
|
|
|
|
"svgicons2svgfont": {
|
|
|
|
"fontHeight": 1001,
|
|
|
|
"normalize": true,
|
|
|
|
"centerHorizontally": true,
|
|
|
|
"centerVertically": true
|
|
|
|
}
|
|
|
|
}
|
2020-01-12 06:33:02 -08:00
|
|
|
}
|