Skip to content

Commit

Permalink
feat: frontend improvements (#50)
Browse files Browse the repository at this point in the history
* chore: switch to 127.0.0.1:8080 in api

* feat: moved to sveltekit2!

* feat: added requested at and other minor improvements
  • Loading branch information
AyushSehrawat authored Dec 17, 2023
1 parent ee59e95 commit ffec1c4
Show file tree
Hide file tree
Showing 10 changed files with 601 additions and 494 deletions.
13 changes: 7 additions & 6 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "1.30.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-node": "^2.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.0.0",
"@types/luxon": "^3.3.7",
Expand All @@ -32,8 +33,8 @@
"tailwindcss": "^3.3.2",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2",
"vitest": "^0.34.0"
"vite": "^5.0.0",
"vitest": "^1.0.0"
},
"type": "module",
"dependencies": {
Expand All @@ -46,4 +47,4 @@
"tailwind-merge": "^2.1.0",
"tailwind-variants": "^0.1.18"
}
}
}
Loading

0 comments on commit ffec1c4

Please sign in to comment.