2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-02 17:22:02 +00:00
Hilbish/website/package.json
sammy-ette 85c197d64b
feat: lots of changes
- doc gen is done differently
- docs look better too
- ... im lazy to rewrite the commit because i lost it because GPG_TTY ISNT SET FOR SOME REASON
2025-06-12 19:35:54 -04:00

18 lines
404 B
JSON

{
"dependencies": {
"@djot/djot": "^0.3.2",
"@tailwindcss/cli": "^4.1.10",
"npm-watch": "^0.13.0",
"tailwindcss": "^4.1.10"
},
"watch": {
"website": "src/*.gleam"
},
"scripts": {
"website": "npm run gleam-build && npm run tailwind",
"gleam-build": "gleam run -m website",
"tailwind": "npx @tailwindcss/cli -o public/tailwind.css",
"watch": "npm-watch"
}
}