2019-04-29 19:46:11 +03:00
|
|
|
{
|
2020-09-24 05:14:38 +03:00
|
|
|
"name": "ruby",
|
2020-09-30 10:29:12 +03:00
|
|
|
"description": "A Ghost theme",
|
2020-10-19 04:07:54 +03:00
|
|
|
"version": "1.0.0",
|
2020-09-24 05:14:38 +03:00
|
|
|
"engines": {
|
2021-03-04 05:16:27 +02:00
|
|
|
"ghost": ">=4.0.0",
|
|
|
|
"ghost-api": "v4"
|
2020-09-24 05:14:38 +03:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"author": {
|
|
|
|
"name": "Ghost Foundation",
|
|
|
|
"email": "hello@ghost.org",
|
|
|
|
"url": "https://ghost.org"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"ghost",
|
|
|
|
"theme",
|
|
|
|
"ghost-theme"
|
|
|
|
],
|
|
|
|
"config": {
|
|
|
|
"posts_per_page": 9,
|
|
|
|
"image_sizes": {
|
|
|
|
"xs": {
|
|
|
|
"width": 150
|
|
|
|
},
|
|
|
|
"s": {
|
|
|
|
"width": 400
|
|
|
|
},
|
|
|
|
"m": {
|
|
|
|
"width": 750
|
|
|
|
},
|
|
|
|
"l": {
|
|
|
|
"width": 960
|
|
|
|
},
|
|
|
|
"xl": {
|
|
|
|
"width": 1140
|
|
|
|
},
|
|
|
|
"xxl": {
|
|
|
|
"width": 1920
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "gulp",
|
|
|
|
"test": "gscan .",
|
2021-01-11 05:31:12 +02:00
|
|
|
"test:ci": "gscan --fatal --verbose .",
|
2020-09-30 10:08:26 +03:00
|
|
|
"lint": "gulp lint",
|
|
|
|
"zip": "gulp zip"
|
2020-09-24 05:14:38 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-05 18:14:01 +02:00
|
|
|
"autoprefixer": "10.2.5",
|
2021-05-06 07:20:07 +03:00
|
|
|
"beeper": "2.1.0",
|
2021-04-28 15:29:54 +03:00
|
|
|
"cssnano": "5.0.2",
|
2021-04-16 14:34:34 +03:00
|
|
|
"gscan": "4.0.2",
|
2020-09-24 05:14:38 +03:00
|
|
|
"gulp": "4.0.2",
|
|
|
|
"gulp-concat": "2.6.1",
|
|
|
|
"gulp-livereload": "4.0.2",
|
2021-01-11 11:05:19 +02:00
|
|
|
"gulp-postcss": "9.0.0",
|
2021-01-11 05:05:45 +02:00
|
|
|
"gulp-stylelint": "13.0.0",
|
2020-09-24 05:14:38 +03:00
|
|
|
"gulp-uglify": "3.0.2",
|
2021-03-10 10:25:03 +02:00
|
|
|
"gulp-zip": "5.1.0",
|
2021-05-05 23:59:13 +03:00
|
|
|
"postcss": "8.2.14",
|
2020-09-24 05:14:38 +03:00
|
|
|
"postcss-easy-import": "3.0.0",
|
|
|
|
"pump": "3.0.0",
|
2021-05-03 03:29:30 +03:00
|
|
|
"stylelint": "13.13.1",
|
2021-04-26 07:18:40 +03:00
|
|
|
"stylelint-config-standard": "22.0.0",
|
2021-01-11 05:05:45 +02:00
|
|
|
"stylelint-order": "4.1.0"
|
2019-04-29 19:46:11 +03:00
|
|
|
}
|
|
|
|
}
|