Skip to content

Commit

Permalink
cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gvkhna committed May 27, 2024
1 parent d3f9be0 commit 1562cdb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 146 deletions.
21 changes: 7 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
Expand All @@ -75,22 +75,20 @@
"@types/aos": "^3.0.7",
"@types/debug": "^4.1.12",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.10",
"@types/react-window": "^1.8.8",
"@types/react": "^18.3.2",
"@types/uuid": "^9.0.8",
"alpinejs": "^3.13.10",
"aos": "^2.3.4",
"astro": "^4.8.5",
"astro-compress": "^2.2.23",
"astro-compressor": "^0.4.1",
"astro-critters": "^2.1.7",
"astro-heroicons": "^2.1.1",
"astro-i18next": "1.0.0-beta.21",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.3",
"axios": "^1.6.8",
"astro": "^4.8.5",
"bignumber.js": "^9.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
Expand All @@ -106,7 +104,6 @@
"lucide-react": "^0.378.0",
"memoize-one": "^6.0.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
Expand All @@ -115,16 +112,18 @@
"react-transition-group": "^4.4.5",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"react": "^18.3.1",
"sanitize-filename": "^1.6.3",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.4",
"sonner": "^1.4.41",
"swiper": "8.4.7",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"ulid": "^2.3.0",
"tailwindcss": "^3.4.3",
"ulid-workers": "^2.1.0",
"ulid": "^2.3.0",
"use-resize-observer": "^9.1.0",
"vaul": "^0.9.1",
"zod": "^3.23.8"
Expand All @@ -144,9 +143,6 @@
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"autoprefixer": "^10.4.19",
"better-sqlite3": "^10.0.0",
"cheerio": "1.0.0-rc.12",
"cross-env": "^7.0.3",
"cssnano": "^7.0.1",
"debug": "^4.3.4",
"dedent-js": "^1.0.1",
Expand All @@ -158,7 +154,6 @@
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"fast-xml-parser": "^4.4.0",
"glob": "^10.3.15",
"jest": "^29.7.0",
"maildev": "^2.1.0",
Expand All @@ -169,11 +164,9 @@
"storybook": "^8.1.1",
"storybook-addon-fetch-mock": "^2.0.0",
"storybook-addon-remix-react-router": "^3.0.0",
"swr": "^2.2.5",
"ts-jest": "^29.1.2",
"tsx": "^4.10.3",
"typescript": "^5.4.5",
"uuid": "^9.0.1",
"vite": "^5.2.11",
"vite-tsconfig-paths": "^4.3.2",
"wrangler": "^3.57.0"
Expand Down
Loading

0 comments on commit 1562cdb

Please sign in to comment.