Files
palina-theme/package.json
Sebastian Krüger e63ae9a9c7
All checks were successful
Deploy Theme / deploy (push) Successful in 13s
feat: add @tailwindcss/typography plugin and register it in tailwind.css
2026-02-20 08:46:37 +01:00

30 lines
797 B
JSON

{
"name": "palina",
"description": "A beautiful and minimalistic photo blog theme for Ghost CMS.",
"version": "0.0.1",
"engines": {
"ghost": ">=5.0.0"
},
"license": "MIT",
"author": {
"name": "Gemini"
},
"scripts": {
"dev": "postcss ./assets/css/tailwind.css -o ./assets/built/screen.css --watch",
"build": "NODE_ENV=production postcss ./assets/css/tailwind.css -o ./assets/built/screen.css"
},
"devDependencies": {
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/postcss": "^4.0.0-alpha.13",
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.5",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"tailwindcss": "^4.0.0-alpha.13"
},
"config": {
"posts_per_page": 12
}
}