Four static landing-page options with Vite build, cal booking, and links to sibling sites. Co-authored-by: Cursor <cursoragent@cursor.com>
15 lines
232 B
JSON
15 lines
232 B
JSON
{
|
|
"name": "levkin.ca",
|
|
"private": true,
|
|
"version": "0.3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|