mattcomponents
Version:
React JS production building blocks
39 lines (30 loc) • 631 B
JSON
{
"name": "mattcomponents",
"version": "0.0.39",
"description": "React JS production building blocks",
"main": "index.js",
"scripts": {
"postinstall": "node index.js"
},
"keywords": [
"react",
"UI",
"library",
"Next JS",
"Shadcn"
],
"author": "Matthew Msingathi",
"license": "ISC",
"dependencies": {
"fs-extra": "^11.2.0"
},
"peerDependencies": {
"zod": "^3.23.8",
"react-spinners": "^0.14.1",
"@hookform/resolvers": "^3.9.0",
"axios": "^1.7.3",
"react-hook-form": "^7.52.2",
"date-fns": "^3.6.0",
"jose": "^5.8.0"
}
}