weflock/package.json

125 lines
3.6 KiB
JSON
Raw Normal View History

{
"name": "weflock",
"description": "Snipette theme with Analog vibes, derived from Casper",
"demo": "https://snipettemag.com",
"version": "1.3.0",
"engines": {
"ghost": ">=4.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": "Ghost Foundation",
"email": "hello@ghost.org",
"url": "https://ghost.org/"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
2017-06-16 05:13:38 -04:00
"Magazine"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/TryGhost/Casper.git"
},
"bugs": "https://github.com/TryGhost/Casper/issues",
2017-05-15 16:03:47 -04:00
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
"devDependencies": {
"@tryghost/release-utils": "0.6.12",
"autoprefixer": "10.2.5",
"beeper": "2.1.0",
2019-03-10 12:07:56 -04:00
"cssnano": "4.1.10",
2021-03-10 16:03:57 -05:00
"gscan": "4.0.0",
2019-05-31 21:29:25 -04:00
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
2020-09-23 15:04:44 -04:00
"gulp-postcss": "9.0.0",
2019-03-05 16:50:16 -05:00
"gulp-uglify": "3.0.2",
2021-03-10 04:48:00 -05:00
"gulp-zip": "5.1.0",
2021-02-25 19:59:59 -05:00
"inquirer": "8.0.0",
2021-03-09 17:41:13 -05:00
"postcss": "8.2.8",
"postcss-color-mod-function": "3.0.3",
2019-03-10 12:07:56 -04:00
"postcss-easy-import": "3.0.0",
"pump": "3.0.0"
2017-05-15 16:03:47 -04: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 01:43:34 -04:00
"browserslist": [
"defaults"
],
2017-05-15 16:03:47 -04:00
"config": {
2018-12-17 07:25:57 -05: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
}
},
"custom": {
"mastodon_url": {
"type": "text",
"default": ""
},
"instagram_url": {
"type": "text",
"default": ""
},
2025-03-23 02:12:07 -04:00
"babbler_url": {
"type": "text",
"default": "/article",
"description": "Prefix (without the trailing slash) where your Markov babbler or other bot honeypot is set up, so we can redirect bad bots there. Make sure to update this in robots.txt though, so as not to trap the good bots! (Currently, /article and /api are automatically added, but it's recommended to set your own if you're okay customising the theme or otherwise overriding robots.txt manually)"
},
"enter_tag_slugs": {
"type": "text",
"group": "homepage"
},
"search_bar_text": {
"type": "text",
"group": "homepage"
},
"subscribe_cta_text": {
"type": "text",
"group": "homepage"
}
2018-12-17 07:25:57 -05:00
}
},
"renovate": {
"extends": [
"@tryghost:theme"
]
},
"dependencies": {}
2014-03-20 15:17:26 -04:00
}