Ghost_Ruby_Theme/package.json

70 lines
1.6 KiB
JSON
Raw Normal View History

2019-04-29 19:46:11 +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",
"engines": {
2021-03-04 05:16:27 +02:00
"ghost": ">=4.0.0",
"ghost-api": "v4"
},
"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"
},
"devDependencies": {
"autoprefixer": "10.2.6",
2021-05-20 05:56:45 +03:00
"beeper": "2.1.0",
2021-05-29 00:09:24 +03:00
"cssnano": "5.0.5",
2021-04-16 14:34:34 +03:00
"gscan": "4.0.2",
"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",
"gulp-uglify": "3.0.2",
2021-03-10 10:25:03 +02:00
"gulp-zip": "5.1.0",
2021-05-21 07:29:37 +03:00
"postcss": "8.3.0",
"postcss-easy-import": "3.0.0",
"pump": "3.0.0",
"stylelint": "13.13.1",
"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
}
}