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",
|
2024-11-22 16:44:17 +11:00
|
|
|
"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",
|
2024-11-22 16:44:17 +11:00
|
|
|
"concurrently": "^8.2.2",
|
2024-11-17 16:31:17 +11:00
|
|
|
"postcss": "^8.4.31",
|
2024-11-17 22:09:27 +11:00
|
|
|
"postcss-cli": "^10.1.0",
|
2024-11-17 16:31:17 +11:00
|
|
|
"tailwindcss": "^3.3.5"
|
|
|
|
}
|
|
|
|
}
|