Initial Commit

This commit is contained in:
Florian Sylvain
2024-06-09 14:59:06 +02:00
commit cd2fad86fe
11 changed files with 704 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "thatsmyworld",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}