Initial version

This commit is contained in:
Senad Uka
2023-04-28 19:11:46 +02:00
parent 3926104e60
commit 75b032012f
30 changed files with 1904 additions and 0 deletions

21
frontend/package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "pitajramizu",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@tsconfig/svelte": "^4.0.1",
"svelte": "^3.57.0",
"svelte-check": "^2.10.3",
"tslib": "^2.5.0",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}