Added zod. Wrapped picsum API.
This commit is contained in:
parent
2137fcc776
commit
ae6451e052
3 changed files with 78 additions and 11 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -12,7 +12,8 @@
|
|||
"@emotion/styled": "^11.14.1",
|
||||
"@mui/material": "^9.0.1",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6"
|
||||
"react-dom": "^19.2.6",
|
||||
"zod": "^4.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^10.0.1",
|
||||
|
|
@ -3472,7 +3473,6 @@
|
|||
"version": "4.4.3",
|
||||
"resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz",
|
||||
"integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/colinhacks"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue