hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

package.json (1193B)

    1 {
    2   "name": "gohugo-default-styles",
    3   "version": "1.1.0",
    4   "description": "Default Theme for Hugo Sites",
    5   "main": "index.js",
    6   "homepage": "https://gohugo.io/",
    7   "bugs": {
    8     "url": "https://github.com/gohugoio/gohugoioTheme/issues"
    9   },
   10   "repository": {
   11     "type": "git",
   12     "url": "git+https://github.com/gohugoio/gohugoioTheme.git"
   13   },
   14   "author": "budparr",
   15   "license": "MIT",
   16   "scripts": {
   17     "build": "NODE_ENV=production webpack",
   18     "build-dev": "NODE_ENV=development webpack --progress --watch",
   19     "start": "npm run build-dev"
   20   },
   21   "devDependencies": {
   22     "clean-webpack-plugin": "^1.0.0",
   23     "clipboard": "^2.0.4",
   24     "css-loader": "^4.3.0",
   25     "docsearch.js": "^2.6.1",
   26     "file-loader": "^2.0.0",
   27     "glob-all": "^3.1.0",
   28     "highlight.js": "^9.13.1",
   29     "lazysizes": "^5.2.1",
   30     "mini-css-extract-plugin": "^0.4.4",
   31     "postcss": "^7.0.36",
   32     "postcss-cssnext": "^3.1.0",
   33     "postcss-import": "^12.0.1",
   34     "postcss-loader": "^3.0.0",
   35     "purgecss-webpack-plugin": "^1.3.1",
   36     "scrolldir": "^1.4.0",
   37     "tachyons": "^4.7.0",
   38     "typeface-muli": "0.0.54",
   39     "webpack": "^4.44.1",
   40     "webpack-command": "^0.4.2"
   41   },
   42   "dependencies": {}
   43 }