mirror of
https://github.com/Damillora/Yuika
synced 2024-11-01 00:57:32 +00:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "yuika",
|
|
"description": "nanao.moe's blog theme",
|
|
"version": "0.1.0",
|
|
"engines": {
|
|
"ghost-api": "v3"
|
|
},
|
|
"license": "MIT",
|
|
"author": {
|
|
"email": "developer@damillora.com"
|
|
},
|
|
"config": {
|
|
"posts_per_page": 10,
|
|
"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-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.1.3",
|
|
"tailwindcss-transitions": "^2.1.0",
|
|
"typeface-exo-2": "^0.0.72"
|
|
}
|
|
}
|