mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
- Created PasswordField, EmailField, NumberField molecules - Created SearchBar molecule with clear and filter buttons - Created NavItem, NavLink, NavGroup navigation molecules - Added comprehensive tests for all new molecules - Updated index files to export new molecules - Updated README with new molecule documentation Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
10 lines
136 B
JSON
10 lines
136 B
JSON
{
|
|
"devDependencies": {
|
|
"prisma": "^6.19.1"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^6.19.1",
|
|
"jszip": "^3.10.1"
|
|
}
|
|
}
|