2026-02-17 17:53:00 +01:00
|
|
|
{
|
|
|
|
|
"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": {
|
2026-02-20 09:04:36 +01:00
|
|
|
"@tailwindcss/postcss": "^4.2.0",
|
2026-02-20 08:46:37 +01:00
|
|
|
"@tailwindcss/typography": "^0.5.19",
|
2026-02-17 17:53:00 +01:00
|
|
|
"autoprefixer": "^10.4.17",
|
|
|
|
|
"cssnano": "^6.0.5",
|
|
|
|
|
"postcss": "^8.4.35",
|
|
|
|
|
"postcss-cli": "^11.0.0",
|
2026-02-20 09:04:36 +01:00
|
|
|
"tailwindcss": "^4.2.0"
|
2026-02-17 17:53:00 +01:00
|
|
|
},
|
|
|
|
|
"config": {
|
|
|
|
|
"posts_per_page": 12
|
|
|
|
|
}
|
|
|
|
|
}
|