{ "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 ", "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.7", "@tailwindcss/typography": "^0.5.16", "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.11", "tailwindcss": "^4.1.7" } }