chore: change core to local module

This commit is contained in:
Louis 2023-11-06 11:53:15 +07:00
parent 0d8cf6a339
commit 3e0a880efc

View File

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