My personal site cherry.computer
htmx tailwind axum askama
at main 25 lines 482 B view raw
1{ 2 "name": "myivo", 3 "version": "1.0.0", 4 "description": "Personal site for Ivo Murrell", 5 "type": "module", 6 "workspaces": [ 7 "frontend" 8 ], 9 "devDependencies": { 10 "prettier": "^3.6.2", 11 "prettier-plugin-tailwindcss": "^0.6.14" 12 }, 13 "scripts": { 14 "format": "prettier -w ." 15 }, 16 "author": "Ivo Murrell", 17 "license": "MIT", 18 "repository": { 19 "type": "git", 20 "url": "https://github.com/ivomurrell/myivo.git" 21 }, 22 "volta": { 23 "node": "24.6.0" 24 } 25}