diff --git a/web/package.json b/web/package.json index a39e8908c..9f3de3217 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "dependencies": { "@headlessui/react": "^1.7.15", "@heroicons/react": "^2.0.18", - "@janhq/core": "^0.1.7", + "@janhq/core": "file:../core", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-toggle": "^1.0.3", @@ -43,9 +43,9 @@ "react-dom": "18.2.0", "react-hook-form": "^7.45.4", "react-intersection-observer": "^9.5.2", + "react-toastify": "^9.1.3", "sass": "^1.69.4", "tailwind-merge": "^1.14.0", - "react-toastify": "^9.1.3", "tailwindcss": "3.3.3", "typescript": "5.1.6", "uuid": "^9.0.1"