{ "name": "bento-hugo", "version": "0.0.1", "description": "A minimalist theme for Hugo, build with Tailwind CSS.", "main": "index.js", "repository": "https://github.com/leonardofaria/bento", "author": "Leonardo Faria ", "license": "MIT", "scripts": { "dev": "hugo server --disableFastRender", "dev:example": "hugo server -s exampleSite --themesDir=../.. --disableFastRender", "build": "hugo --gc --minify", "build:example": "hugo --gc --minify -s exampleSite --themesDir=../..", "start": "hugo --gc" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^2.3.0", "@tailwindcss/ui": "^0.3.1", "autoprefixer": "^9.8.5", "postcss": "^7.0.32", "postcss-cli": "^7.1.1", "postcss-import": "^12.0.1", "tailwindcss": "^1.5.1" }, "browserslist": [ "last 1 version", "> 1%", "maintained node versions", "not dead" ] }