mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 12:11:35 +01:00
25 lines
762 B
JSON
25 lines
762 B
JSON
{
|
|
"name": "kita",
|
|
"version": "0.1.0",
|
|
"description": "Kita is a clean, elegant and simple blog theme for Zola.",
|
|
"homepage": "https://github.com/st1020/kita",
|
|
"license": "MIT",
|
|
"author": "st1020 <me@st1020.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/st1020/kita.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "pnpm tailwindcss -i ./static/app.css -o ./static/main.css --watch",
|
|
"build": "pnpm tailwindcss -i ./static/app.css -o ./static/main.css",
|
|
"prettier": "prettier -c .",
|
|
"prettier:fix": "prettier -w ."
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.14",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"tailwindcss": "^4.1.14"
|
|
}
|
|
}
|