b51dd8ce22
* Changed {{code}} to {{statusCode}}
refs 2ebd9feeee
- {{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
93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
|
"name": "casper",
|
|
"description": "A clean, minimal default theme for the Ghost publishing platform",
|
|
"demo": "https://demo.ghost.io",
|
|
"version": "3.0.0-beta.6",
|
|
"engines": {
|
|
"ghost": ">=3.0.0",
|
|
"ghost-api": "v3"
|
|
},
|
|
"license": "MIT",
|
|
"screenshots": {
|
|
"desktop": "assets/screenshot-desktop.jpg",
|
|
"mobile": "assets/screenshot-mobile.jpg"
|
|
},
|
|
"scripts": {
|
|
"dev": "gulp",
|
|
"zip": "gulp zip",
|
|
"test": "gscan --v3 .",
|
|
"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",
|
|
"Magazine"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"ghost",
|
|
"theme",
|
|
"ghost-theme"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/TryGhost/Casper.git"
|
|
},
|
|
"bugs": "https://github.com/TryGhost/Casper/issues",
|
|
"contributors": "https://github.com/TryGhost/Casper/graphs/contributors",
|
|
"devDependencies": {
|
|
"@tryghost/release-utils": "0.3.2",
|
|
"autoprefixer": "9.6.5",
|
|
"beeper": "2.0.0",
|
|
"cssnano": "4.1.10",
|
|
"gscan": "3.0.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-livereload": "4.0.2",
|
|
"gulp-postcss": "8.0.0",
|
|
"gulp-uglify": "3.0.2",
|
|
"gulp-zip": "5.0.1",
|
|
"postcss-color-function": "4.1.0",
|
|
"postcss-custom-properties": "9.0.2",
|
|
"postcss-easy-import": "3.0.0",
|
|
"pump": "3.0.0"
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
],
|
|
"config": {
|
|
"posts_per_page": 25,
|
|
"image_sizes": {
|
|
"xxs": {
|
|
"width": 30
|
|
},
|
|
"xs": {
|
|
"width": 100
|
|
},
|
|
"s": {
|
|
"width": 300
|
|
},
|
|
"m": {
|
|
"width": 600
|
|
},
|
|
"l": {
|
|
"width": 1000
|
|
},
|
|
"xl": {
|
|
"width": 2000
|
|
}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions"
|
|
]
|
|
}
|