mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 12:11:35 +01:00
22 lines
655 B
JSON
22 lines
655 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"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"tailwindcss": "^3.4.7"
|
|
}
|
|
}
|