mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 02:19:41 +02:00
chore(wisekeep): add shared package dependencies
Add workspace dependencies for auth and UI integration: - @manacore/shared-auth - @manacore/shared-auth-ui - @manacore/shared-branding - @manacore/shared-ui 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
eae083a2be
commit
f7c96128fc
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@
|
|||
"lint": "eslint .",
|
||||
"type-check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@manacore/shared-auth": "workspace:*",
|
||||
"@manacore/shared-auth-ui": "workspace:*",
|
||||
"@manacore/shared-branding": "workspace:*",
|
||||
"@manacore/shared-ui": "workspace:*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^3.3.1",
|
||||
"@sveltejs/kit": "^2.9.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue