L0–L7 folders stack on scroll with aligned max depth, labeled tabs that stay consistent when L7 joins the rail, Cal embeds, preview screenshots, Playwright tests, and updated README. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"name": "levkin.ca",
|
|
"private": true,
|
|
"version": "0.3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"capture-previews": "node scripts/capture-previews.mjs",
|
|
"test:folder": "node scripts/test-stack-folder.mjs",
|
|
"test:stack-scroll": "node scripts/test-stack-scroll.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"playwright": "^1.60.0",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|