added zustand to the project

This commit is contained in:
Bob Burningham 2023-10-10 21:30:19 -07:00
parent 58097695f3
commit 266cb715b0
2 changed files with 31 additions and 2 deletions

30
package-lock.json generated
View File

@ -42,7 +42,8 @@
"typescript": "5.2.2",
"uploadthing": "^5.7.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
"zod": "^3.22.4",
"zustand": "^4.4.3"
},
"devDependencies": {
"@types/uuid": "^9.0.5",
@ -5741,6 +5742,33 @@
"funding": {
"url": "https://github.com/sponsors/colinhacks"
}
},
"node_modules/zustand": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.3.tgz",
"integrity": "sha512-oRy+X3ZazZvLfmv6viIaQmtLOMeij1noakIsK/Y47PWYhT8glfXzQ4j0YcP5i0P0qI1A4rIB//SGROGyZhx91A==",
"dependencies": {
"use-sync-external-store": "1.2.0"
},
"engines": {
"node": ">=12.7.0"
},
"peerDependencies": {
"@types/react": ">=16.8",
"immer": ">=9.0",
"react": ">=16.8"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"immer": {
"optional": true
},
"react": {
"optional": true
}
}
}
}
}

View File

@ -43,7 +43,8 @@
"typescript": "5.2.2",
"uploadthing": "^5.7.1",
"uuid": "^9.0.1",
"zod": "^3.22.4"
"zod": "^3.22.4",
"zustand": "^4.4.3"
},
"devDependencies": {
"@types/uuid": "^9.0.5",