mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 23:09:47 +02:00
Model store hooked up
This commit is contained in:
11
packages/model-store/package.json
Normal file
11
packages/model-store/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "@yaakapp-internal/model-store",
|
||||
"private": true,
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"peerDependencies": {
|
||||
"jotai": "^2.18.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user