Initial commit of Palina Ghost theme
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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",
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user