hugo-theme/package.json

16 lines
478 B
JSON
Raw Permalink Normal View History

2024-10-21 13:47:30 +02:00
{
"scripts": {
2024-10-21 21:29:11 +02:00
"dev-hugo": "hugo server -s exampleSite --gc --renderToMemory --themesDir=../..",
2024-10-21 13:47:30 +02:00
"dev-tailwind": "npx tailwindcss -i assets/css/main.css -o assets/css/index.css --watch",
"dev": "run-p dev-hugo dev-tailwind"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.13",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7"
}
}