2020-01-12 14:33:02 +00:00
|
|
|
{
|
|
|
|
"name": "geekdoc",
|
|
|
|
"version": "1.0.0",
|
2020-06-28 12:47:14 +00:00
|
|
|
"description": "Hugo theme made for documentation",
|
2020-01-12 14:33:02 +00:00
|
|
|
"main": "gulpfile.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-09-27 20:21:29 +00:00
|
|
|
"url": "https://github.com/thegeeklab/hugo-geekdoc"
|
2020-01-12 14:33:02 +00:00
|
|
|
},
|
2020-06-28 12:47:14 +00:00
|
|
|
"author": "Robert Kaussow",
|
2020-01-12 14:33:02 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-autoprefixer": "^7.0.1",
|
2020-05-31 17:15:15 +00:00
|
|
|
"gulp-clean-css": "^4.3.0",
|
2020-01-12 14:33:02 +00:00
|
|
|
"gulp-concat": "^2.6.1",
|
2020-03-15 18:10:29 +00:00
|
|
|
"gulp-iconfont": "^10.0.3",
|
2020-01-12 14:33:02 +00:00
|
|
|
"gulp-real-favicon": "^0.3.2",
|
|
|
|
"gulp-rename": "^2.0.0",
|
2020-05-31 17:15:15 +00:00
|
|
|
"gulp-sass": "^4.1.0",
|
2020-01-12 14:33:02 +00:00
|
|
|
"gulp-svg-sprite": "^1.5.0",
|
2020-09-12 09:57:41 +00:00
|
|
|
"prettier": "^2.1.1",
|
|
|
|
"prettier-plugin-go-template": "0.0.10",
|
2020-01-12 14:33:02 +00:00
|
|
|
"run-sequence": "^2.2.1"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 2 version",
|
|
|
|
"> 5%",
|
|
|
|
"not dead",
|
|
|
|
"Firefox ESR"
|
|
|
|
]
|
|
|
|
}
|