goeducation-site/package.json

23 lines
583 B
JSON
Raw Normal View History

2026-03-31 08:11:40 +00:00
{
"name": "goeducation-site",
"version": "1.0.0",
"description": "Go Education Project — Open Source Educational Robotics",
"private": true,
"scripts": {
"dev": "hugo server --disableFastRender",
"build": "hugo --minify",
"pagefind": "pagefind --site public"
},
"repository": {
"type": "git",
"url": "git@code.madriguera.me:GoEducation/goeducation-site.git"
},
"dependencies": {
"@tailwindcss/cli": "^4.1.12",
"@tailwindcss/typography": "^0.5.10",
"pagefind": "^1.4.0",
"preact": "^10.27.2",
"tailwindcss": "^4.1.12"
}
}