{ "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 --verbose -s exampleSite --themesDir=../.. --disableFastRender", "build": "hugo --gc --minify", "build:example": "hugo --gc --minify -s exampleSite --themesDir=../..", "start": "hugo --gc" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^3.0.0", "@tailwindcss/ui": "^0.7.2", "autoprefixer": "^10.0.3", "postcss": "^8.1.10", "postcss-cli": "^8.3.0", "postcss-import": "^13.0.0", "tailwindcss": "^2.0.1" }, "browserslist": [ "last 1 version", "> 1%", "maintained node versions", "not dead" ] }