kita/package.json
2024-10-07 20:10:13 +08:00

22 lines
656 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.15",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.13"
}
}