Files
havenllo/web/package.json
Hermes 4797bbdef8
All checks were successful
Build and deploy Havenllo / Verify Go and frontend (push) Successful in 32s
Build and deploy Havenllo / Build and push image (push) Successful in 32s
Build and deploy Havenllo / Apply and restart Havenllo (push) Successful in 6s
ui overhaul
2026-07-14 11:24:43 -03:00

27 lines
544 B
JSON

{
"name": "havenllo-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"commonmark": "^0.31.2",
"dompurify": "^3.4.12",
"preact": "^10.26.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.1",
"@types/commonmark": "^0.27.10",
"@types/node": "^26.1.1",
"typescript": "^5.8.3",
"vite": "^6.3.5"
},
"allowScripts": {
"esbuild@0.25.12": true
}
}