Skip to content

Commit

Permalink
chore: clean up unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Dec 22, 2024
1 parent 4704d9a commit d0490db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"fix": "prettier --write . && eslint . --fix"
},
"devDependencies": {
"@skeletonlabs/skeleton": "^2.10.4",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/adapter-vercel": "^5.4.4",
"@sveltejs/kit": "^2.5.25",
Expand Down
6 changes: 0 additions & 6 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
<script>
import '../styles/app.css';
import { initializeStores } from '@skeletonlabs/skeleton';
import { Modal } from '@skeletonlabs/skeleton';
import Footer from '$lib/components/Footer/Footer.svelte';
import Navbar from '$lib/components/Navbar.svelte';
// Initialize stores
initializeStores();
</script>

<Modal />

<div>
<Navbar />
<slot />
Expand Down
35 changes: 0 additions & 35 deletions tailwind.config.js

This file was deleted.

0 comments on commit d0490db

Please sign in to comment.