Generalized frontend model store (#193)

This commit is contained in:
Gregory Schier
2025-03-31 11:56:17 -07:00
committed by GitHub
parent ce885c3551
commit f1757ae427
201 changed files with 2185 additions and 2865 deletions

10
package-lock.json generated
View File

@@ -21,6 +21,9 @@
"src-tauri/yaak-ws",
"src-web"
],
"dependencies": {
"jotai": "^2.12.2"
},
"devDependencies": {
"@tauri-apps/cli": "^2.4.0",
"@typescript-eslint/eslint-plugin": "^8.27.0",
@@ -8558,9 +8561,9 @@
}
},
"node_modules/jotai": {
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/jotai/-/jotai-2.10.0.tgz",
"integrity": "sha512-8W4u0aRlOIwGlLQ0sqfl/c6+eExl5D8lZgAUolirZLktyaj4WnxO/8a0HEPmtriQAB6X5LMhXzZVmw02X0P0qQ==",
"version": "2.12.2",
"resolved": "https://registry.npmjs.org/jotai/-/jotai-2.12.2.tgz",
"integrity": "sha512-oN8715y7MkjXlSrpyjlR887TOuc/NLZMs9gvgtfWH/JP47ChwO0lR2ijSwBvPMYyXRAPT+liIAhuBavluKGgtA==",
"license": "MIT",
"engines": {
"node": ">=12.20.0"
@@ -15741,7 +15744,6 @@
"fuzzbunny": "^1.0.1",
"hexy": "^0.3.5",
"history": "^5.3.0",
"jotai": "^2.9.3",
"js-md5": "^0.8.3",
"lucide-react": "^0.474.0",
"mime": "^4.0.4",