wip: first commit

This commit is contained in:
Alexander Navarro 2025-05-01 19:21:41 -04:00
commit 98448060b9
24 changed files with 709 additions and 0 deletions

19
vite-project/package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.26.4"
},
"devDependencies": {
"@preact/preset-vite": "^2.10.1",
"typescript": "~5.7.2",
"vite": "^6.3.1"
}
}