Skip to content

Commit

Permalink
removed unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
itswadesh committed Nov 2, 2022
1 parent bf11469 commit b7ff9b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"konva": "^8.3.13",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"svelte": "^3.52.0",
"svelte-carousel": "^1.0.20",
"svelte-check": "^2.9.2",
"svelte-confetti": "^1.2.0",
"svelte-preprocess": "^4.10.7",
Expand Down
2 changes: 0 additions & 2 deletions src/lib/Nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { getAPI, post } from '$lib/util/api'
import { currency, toast } from '$lib/util'
import { goto, invalidateAll } from '$app/navigation'
import { page } from '$app/stores'
import Cookie from 'cookie-universal'
import { fade, fly, slide } from 'svelte/transition'
import { cubicOut } from 'svelte/easing'
import { createEventDispatcher, getContext, onMount } from 'svelte'
Expand All @@ -25,7 +24,6 @@ import { settings } from './store'
// import { store.logo } from './config'
const dispatch = createEventDispatcher()
const cookies = Cookie()
export let me, cart, showCartSidebar, openSidebar
let selectTarget = null
Expand Down

0 comments on commit b7ff9b3

Please sign in to comment.