hugo-geekdoc/package.json

35 lines
812 B
JSON

{
"name": "geekdoc",
"version": "1.0.0",
"description": "Lightweight repsonsive docs theme for hugo",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "gitea@gitea.rknet.org:xoxys/theme-geekdoc.git"
},
"author": "xoxys <mail@rknet.org>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-real-favicon": "^0.3.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-svg-sprite": "^1.5.0",
"run-sequence": "^2.2.1"
},
"browserslist": [
"last 2 version",
"> 5%",
"not dead",
"Firefox ESR"
]
}