levkin.ca/package.json
ilia 6a571de240 Add production www layout for levkin.ca hosting.
- build:www maps / to spec and /folders to stack-folder
- Umami tracking via stats.levkin.ca
- nginx deploy config for site LXC

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-22 21:57:15 -04:00

19 lines
428 B
JSON

{
"name": "levkin.ca",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:www": "node scripts/prepare-www.mjs",
"preview": "vite preview",
"capture-previews": "node scripts/capture-previews.mjs",
"test:folder": "node scripts/test-stack-folder.mjs"
},
"devDependencies": {
"playwright": "^1.60.0",
"vite": "^6.3.5"
}
}