hugo-saasify-theme/package.json

25 lines
627 B
JSON
Raw Normal View History

2024-11-17 16:31:17 +11:00
{
"name": "hugo-sassify-theme",
"version": "1.0.0",
"description": "A modern Hugo theme for SaaS websites",
"scripts": {
"dev": "npx tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch",
"build": "npx tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --minify"
},
"keywords": [
"hugo",
"theme",
"saas",
"tailwind"
],
"author": "Chaoming Li",
"license": "MIT",
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}