Vivid-Casper/package.json

180 lines
5.0 KiB
JSON
Raw Permalink Normal View History

{
2019-11-09 21:08:52 +00:00
"name": "vivid-casper",
"description": "Minor tweaks from the default personal blogging theme for Ghost. Beautiful, minimal and responsive.",
"demo": "https://demo.ghost.io",
2023-07-06 01:46:25 +00:00
"version": "5.5.3",
"engines": {
2022-05-20 10:20:20 +00:00
"ghost": ">=5.0.0"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"scripts": {
"dev": "gulp",
"zip": "gulp zip",
"test": "gscan .",
"test:ci": "gscan --fatal --verbose .",
"pretest": "gulp build",
"preship": "yarn test",
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; else echo \"Uncomitted changes found.\" && exit 1; fi",
"postship": "git fetch && gulp release"
},
"author": {
"name": "ViViDboarder",
"email": "vividboarder@gmail.com",
"url": "https://ghost.org"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
2017-06-16 09:13:38 +00:00
"Magazine"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/ViViDboarder/Casper.git"
},
"bugs": "https://github.com/ViViDboarder/Casper/issues",
"contributors": "https://github.com/ViViDboarder/Casper/graphs/contributors",
2017-05-15 20:03:47 +00:00
"devDependencies": {
"@tryghost/release-utils": "0.8.1",
"autoprefixer": "10.4.7",
2021-01-04 00:07:18 +00:00
"beeper": "2.1.0",
"cssnano": "5.1.12",
2023-03-01 05:55:33 +00:00
"gscan": "4.36.1",
2019-06-01 01:29:25 +00:00
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "9.0.1",
2019-03-05 21:50:16 +00:00
"gulp-uglify": "3.0.2",
2021-03-10 09:48:00 +00:00
"gulp-zip": "5.1.0",
"inquirer": "8.2.4",
"postcss": "8.2.13",
"postcss-color-mod-function": "3.0.3",
"postcss-easy-import": "4.0.0",
"pump": "3.0.0"
2017-05-15 20:03:47 +00:00
},
V3 (#626) * Changed {{code}} to {{statusCode}} refs https://github.com/TryGhost/gscan/commit/2ebd9feeee20c084a1d4ab84e5100cdb1e1400de - {{code}} use has been deprecated in canary rule set of gscan * V3 Update * Update package and readme for 3.0 * Improve install instructions * Update to support browserlist * Upgrade dependencies * Fix misnamed property * V3 darkmode (#619) Added dark mode styles * Casper final refinements batch 1 * Casper final refinements batch 2 * Fixed bookmark card hover bug * Fixed header social links * Updated screenshots * Updated readme no issue - refreshed screenshot * Udpate screenshot in readme no issue * 3.0.0-beta.2 * Fixed cut header for post cards no issue * 3.0.0-beta.3 * 3.0.0-beta.4 * Updated current version and previous version logic (#554) no issue - Use current version from `package.json` instead of `npm_package_version` env variable - Use `release.tag_name` instead of `release.name` for previous version * Updated jQuery to 3.4.1 to avoid known vulnerabilities (#590) no issue https://snyk.io/vuln/npm:jquery?lh=3.2.1&utm_source=lighthouse&utm_medium=ref&utm_campaign=audit * Fixed code cards with long lines from being too wide no issue Credits - https://github.com/TryGhost/Casper/pull/602 * Bumped gscan version to v3.0.0 (#621) * Bumped gscan to v3.0.0 - This also fixes failing CI builds because the default rules that are being checked were for v2 * Added explicit version check for gscan command * Added member subscription support (#623) * Added member subscription support no issue * Added member subscription success message no issue * Added member subscription overlay * Refined members subscription overlay * Deleted unused website icon * Ran CSSComb * Updated built assets * 3.0.0-beta.5 * Updated built assets for v3 no issue * 3.0.0-beta.6 * Remove unused partial * V3 cleanup (#625) * Removed unused infinity icon * Removed unused location icon * Removed unused 'point' icon * Removed unused Ghost logo icon * Removed unused author partials * Cleaned up index log * Fixed responsive feature image sizes for page template
2019-10-21 05:43:34 +00:00
"browserslist": [
"defaults"
],
2017-05-15 20:03:47 +00:00
"config": {
2018-12-17 12:25:57 +00:00
"posts_per_page": 25,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1000
},
"xl": {
"width": 2000
}
2021-11-05 12:14:53 +00:00
},
2021-11-17 09:02:16 +00:00
"card_assets": true,
2021-11-05 12:14:53 +00:00
"custom": {
2022-11-11 03:30:32 +00:00
"navigation_layout": {
"type": "select",
2022-11-11 03:31:39 +00:00
"options": [
"Logo on cover",
"Logo in the middle",
"Stacked"
],
2022-11-11 03:30:32 +00:00
"default": "Logo on cover"
},
2021-11-05 12:14:53 +00:00
"title_font": {
"type": "select",
2021-11-05 12:17:41 +00:00
"options": [
"Modern sans-serif",
"Elegant serif"
],
2021-11-05 12:14:53 +00:00
"default": "Modern sans-serif"
},
"body_font": {
"type": "select",
2021-11-05 12:17:41 +00:00
"options": [
"Modern sans-serif",
"Elegant serif"
],
2021-11-05 12:14:53 +00:00
"default": "Elegant serif"
},
2022-05-18 10:35:58 +00:00
"show_publication_cover": {
"type": "boolean",
"default": true,
"group": "homepage"
},
2022-05-19 12:33:24 +00:00
"header_style": {
2021-11-05 12:14:53 +00:00
"type": "select",
2021-11-05 12:17:41 +00:00
"options": [
2022-05-19 12:33:24 +00:00
"Center aligned",
"Left aligned",
"Hidden"
2021-11-05 12:17:41 +00:00
],
2022-05-19 12:33:24 +00:00
"default": "Center aligned",
2021-11-05 12:14:53 +00:00
"group": "homepage"
},
"feed_layout": {
"type": "select",
2021-11-05 12:17:41 +00:00
"options": [
2022-05-19 12:55:53 +00:00
"Classic",
"Grid",
2022-05-18 02:48:08 +00:00
"List"
2021-11-05 12:17:41 +00:00
],
2022-05-19 12:55:53 +00:00
"default": "Classic",
2022-05-16 11:33:11 +00:00
"group": "homepage"
},
2021-11-05 12:14:53 +00:00
"color_scheme": {
"type": "select",
2021-11-05 12:17:41 +00:00
"options": [
"Light",
2022-05-27 06:46:30 +00:00
"Dark",
"Auto"
2021-11-05 12:17:41 +00:00
],
2021-11-05 12:14:53 +00:00
"default": "Light"
},
2022-05-19 13:46:26 +00:00
"post_image_style": {
2021-11-05 12:14:53 +00:00
"type": "select",
2021-11-05 12:17:41 +00:00
"options": [
"Wide",
"Full",
2022-05-19 13:46:26 +00:00
"Small",
"Hidden"
2021-11-05 12:17:41 +00:00
],
2021-11-05 12:14:53 +00:00
"default": "Wide",
"group": "post"
},
"email_signup_text": {
"type": "text",
"default": "Sign up for more like this.",
"group": "post"
},
2022-05-19 13:47:14 +00:00
"show_recent_posts_footer": {
2021-11-05 12:14:53 +00:00
"type": "boolean",
"default": true,
"group": "post"
}
2018-12-17 12:25:57 +00:00
}
},
"renovate": {
"extends": [
"@tryghost:theme"
]
2017-05-15 20:03:47 +00:00
}
2014-03-20 19:17:26 +00:00
}