YaeBlog/YaeBlog/package.json
jackfiled 2b9c374e8c
All checks were successful
Build blog docker image / Build-Blog-Image (push) Successful in 3m25s
feat: beatify the blog content.
Remove some unused font files and upgrade tailwindcss to v4.0.0.
2025-03-22 17:34:43 +08:00

16 lines
342 B
JSON

{
"name": "yae-blog",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "tailwindcss -i wwwroot/tailwind.css -o wwwroot/tailwind.g.css -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"tailwindcss": "^4.0.0",
"@tailwindcss/cli": "^4.0.0"
}
}