{ "name": "hugo-eureka", "version": "0.3.1", "description": "Starter files for the eureka theme for hugo.", "main": "index.js", "repository": "https://github.com/wangchucheng/hugo-eureka", "author": "C. Wang ", "license": "MIT", "scripts": { "start": "hugo --gc" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^4.0.3", "autoprefixer": "^10.2.5", "postcss": "^8.2.9", "postcss-cli": "^8.3.1", "postcss-import": "^14.0.1", "tailwindcss": "^2.0.4" }, "browserslist": [ "last 1 version", "> 1%", "maintained node versions", "not dead" ] }