kita/package.json
2023-12-04 19:33:22 +08:00

22 lines
659 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 <stone_1020@qq.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.10",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5"
}
}