ghost_leaders_theme/package.json

109 lines
2.8 KiB
JSON

{
"name": "ghost-leaders-theme",
"description": "Comprehensive Ghost CMS theme for entrepreneurs, leaders and visionaries",
"demo": "https://piotrkrzyzek.com",
"version": "0.0.4",
"engines": {
"ghost": ">=4.0.0"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.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; fi"
},
"author": {
"name": "Peter Krzyzek",
"email": "hello@piotrkrzyzek.com",
"url": "https://piotrkrzyzek.com"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Entrepeneur"
]
},
"keywords": [
"ghost",
"ghost-theme",
"theme",
"leaders",
"tailwindcss"
],
"repository": {
"type": "git",
"url": "https://git.cklph.dev/piotrkrzyzek/leaders"
},
"bugs": "https://git.cklph.dev/piotrkrzyzek/leaders/issues",
"contributors": "https://git.cklph.dev/piotrkrzyzek/leaders/contributors",
"devDependencies": {
"@csstools/postcss-sass": "^5.0.1",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"beeper": "2.1.0",
"cssnano": "5.1.14",
"gscan": "4.36.0",
"gulp": "4.0.2",
"gulp-livereload": "4.0.2",
"gulp-postcss": "9.0.1",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"gulp-watch": "5.0.1",
"gulp-zip": "5.1.0",
"postcss": "^8.4.24",
"postcss-color-mod-function": "3.0.3",
"postcss-easy-import": "4.0.0",
"postcss-loader": "^7.3.2",
"tailwindcss": "^3.3.2"
},
"browserslist": [
"defaults"
],
"config": {
"card_assets": true,
"posts_per_page": 15,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 400
},
"m": {
"width": 750
},
"l": {
"width": 960
},
"xl": {
"width": 1140
},
"xxl": {
"width": 1280
}
}
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.4.0",
"gulp-sass": "^5.1.0",
"sass": "^1.62.1"
},
"sass": {
"includePaths": [
"./node_modules"
]
}
}