Yuika/package.json

64 lines
1.4 KiB
JSON
Raw Normal View History

2019-11-08 20:59:26 +00:00
{
"name": "yuika",
"description": "nanao.moe's blog theme",
2021-03-17 03:55:04 +00:00
"version": "2.9.2",
2019-11-08 20:59:26 +00:00
"engines": {
"ghost-api": "v3"
},
"license": "MIT",
"author": {
"email": "developer@damillora.com"
},
2021-01-08 20:27:29 +00:00
"scripts": {
"dev": "gulp dev",
"zip": "gulp zip"
},
2019-11-08 20:59:26 +00:00
"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": {
2020-11-17 17:44:47 +00:00
"width": 1600
2020-12-14 16:46:51 +00:00
},
2020-11-17 17:44:47 +00:00
"xxl": {
"width": 1920
2019-11-08 20:59:26 +00:00
}
}
},
"keywords": [
"ghost-theme",
"yuika"
],
"dependencies": {
2021-04-14 05:17:02 +00:00
"@damillora/shian": "^0.1.2",
2021-01-08 20:27:29 +00:00
"autoprefixer": "^10.2.1",
2019-11-08 20:59:26 +00:00
"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",
2021-01-08 20:27:29 +00:00
"gulp-postcss": "^9.0.0",
2019-11-08 20:59:26 +00:00
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.1",
2021-01-08 20:27:29 +00:00
"postcss": "^8.2.3",
"tailwindcss": "^2.0.2",
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
}
}