{ "name": "yuika", "description": "nanao.moe's blog theme", "version": "1.1.0", "engines": { "ghost-api": "v3" }, "license": "MIT", "author": { "email": "developer@damillora.com" }, "config": { "posts_per_page": 12, "image_sizes": { "xxs": { "width": 30 }, "xs": { "width": 100 }, "s": { "width": 300 }, "m": { "width": 600 }, "l": { "width": 1000 }, "xl": { "width": 2000 } } }, "keywords": [ "ghost-theme", "yuika" ], "dependencies": { "gulp": "^4.0.2", "gulp-clean-css": "^4.2.0", "gulp-concat": "^2.6.1", "gulp-livereload": "^4.0.2", "gulp-postcss": "^8.0.0", "gulp-uglify": "^3.0.2", "gulp-zip": "^5.0.1", "tailwindcss": "^1.4.6", "typeface-exo-2": "^0.0.72" }, "devDependencies": { "@fullhuman/postcss-purgecss": "^1.3.0" } }