Yuika/package.json

54 lines
1.1 KiB
JSON
Raw Normal View History

2019-11-08 20:59:26 +00:00
{
"name": "yuika",
"description": "nanao.moe's blog theme",
2020-11-01 04:08:01 +00:00
"version": "1.1.0",
2019-11-08 20:59:26 +00:00
"engines": {
"ghost-api": "v3"
},
"license": "MIT",
"author": {
"email": "developer@damillora.com"
},
"config": {
2020-06-16 08:24:14 +00:00
"posts_per_page": 12,
2019-11-08 20:59:26 +00:00
"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",
2019-11-09 10:17:41 +00:00
"gulp-clean-css": "^4.2.0",
2019-11-08 20:59:26 +00:00
"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",
2019-11-08 20:59:26 +00:00
"typeface-exo-2": "^0.0.72"
2019-11-09 10:07:23 +00:00
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0"
2019-11-08 20:59:26 +00:00
}
}