diff --git a/package.json b/package.json index b15ec96c..650b7be0 100644 --- a/package.json +++ b/package.json @@ -25,23 +25,25 @@ "astro": "astro" }, "dependencies": { - "@deno/astro-adapter": "^0.1.2", "@astrojs/react": "^3.3.4", "@astrojs/sitemap": "^3.1.4", "@astrojs/starlight": "^0.22.3", "@astrojs/tailwind": "^5.1.0", "@babel/runtime": "^7.24.5", "@babel/runtime-corejs3": "^7.24.5", - "@types/react": "^18.3.2", - "@types/react-dom": "^18.3.0", + "@deno/astro-adapter": "^0.1.2", "@faker-js/faker": "^8.4.1", - "@radix-ui/react-avatar": "^1.0.4", + "@radix-ui/react-avatar": "^1.0.4", "@shadcn/ui": "^0.0.4", - "@simplewebauthn/browser": "^9.0.1", + "@simplewebauthn/browser": "^9.0.1", "@supabase/supabase-js": "^2.43.2", + "@tanstack/react-form": "^0.19.5", + "@types/react": "^18.3.2", + "@types/react-dom": "^18.3.0", + "apexcharts": "^3.49.1", "astro": "^4.8.4", "axios": "^1.6.8", - "cookie": "^0.6.0", + "cookie": "^0.6.0", "crypto-js": "^4.2.0", "dom-to-image": "^2.6.0", "downloadjs": "^1.4.7", @@ -72,12 +74,9 @@ "tailwindcss": "^3.4.3", "uuid": "^9.0.1", "vite": "^5.2.11", - "yup": "^1.4.0", - "@tanstack/react-form": "^0.19.5", - "apexcharts": "^3.49.1" + "yup": "^1.4.0" }, "devDependencies": { - "@types/cookie": "^0.6.0", "@types/crypto-js": "^4.2.2", "@types/dom-to-image": "^2.6.7", @@ -100,4 +99,4 @@ "eslint-plugin-tsdoc": "^0.2.17", "postcss": "^8.4.38" } -} +} \ No newline at end of file