mirror of
https://github.com/Hilbis/Hilbish
synced 2025-07-03 01:32:03 +00:00
- 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
18 lines
404 B
JSON
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"
|
|
}
|
|
}
|