Files
palina-theme/package.json
2026-02-20 09:04:36 +01:00

29 lines
725 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/postcss": "^4.2.0",
"@tailwindcss/typography": "^0.5.19",
"autoprefixer": "^10.4.17",
"cssnano": "^6.0.5",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"tailwindcss": "^4.2.0"
},
"config": {
"posts_per_page": 12
}
}