hugo-saasify-theme/package.json

21 lines
709 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",
"author": "Chaoming Li",
"license": "MIT",
"scripts": {
"start": "concurrently \"npx tailwindcss -i themes/hugo-saasify-theme/assets/css/main.css -o static/css/style.css --watch\" \"hugo server -D\"",
"build": "tailwindcss -i themes/hugo-saasify-theme/assets/css/main.css -o static/css/style.css --minify && hugo --minify"
},
2024-11-17 16:31:17 +11:00
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
2024-11-17 16:31:17 +11:00
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
2024-11-17 16:31:17 +11:00
"tailwindcss": "^3.3.5"
}
}