multica/packages/store/package.json
Naiyuan Qing e491949749 refactor(store): remove @multica/fetch dependency
- Move gatewayUrl into gateway store state with setGatewayUrl action
- layout.tsx uses useGatewayStore.getState().setGatewayUrl() directly
- Remove @multica/fetch from store and web package.json dependencies

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 16:23:06 +08:00

21 lines
410 B
JSON

{
"name": "@multica/store",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./*": "./src/*.ts"
},
"dependencies": {
"@multica/sdk": "workspace:*",
"react": "catalog:",
"sonner": "^2.0.7",
"uuid": "^13.0.0",
"zustand": "catalog:"
},
"devDependencies": {
"@types/react": "catalog:",
"typescript": "catalog:"
}
}