uci-doc/package.json

39 lines
870 B
JSON
Raw Normal View History

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",
2020-01-12 06:33:02 -08:00
"main": "gulpfile.js",
"scripts": {
"gulp": "gulp"
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",
"dependencies": {},
"devDependencies": {
2020-11-11 13:31:28 -08:00
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
2020-11-22 10:06:04 -08:00
"gulp-clean": "0.4.0",
2020-11-11 13:31:28 -08:00
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-iconfont": "10.0.3",
"gulp-real-favicon": "0.3.2",
"gulp-rename": "2.0.0",
2020-11-22 10:06:04 -08:00
"gulp-rev": "9.0.0",
2020-11-11 13:31:28 -08:00
"gulp-sass": "4.1.0",
"gulp-svg-sprite": "1.5.0",
2020-11-27 18:13:09 -08:00
"prettier": "2.2.1",
"prettier-plugin-go-template": "0.0.10",
2020-11-11 13:31:28 -08:00
"run-sequence": "2.2.1"
2020-01-12 06:33:02 -08:00
},
"browserslist": [
"last 2 version",
"> 5%",
"not dead",
"Firefox ESR"
]
}