reusable-react-libs
Version:
Common reusable react components
21 lines (20 loc) • 395 B
JSON
{
"name": "reusable-react-libs",
"version": "1.0.0",
"description": "Common reusable react components",
"main": "index.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Login",
"Register",
"ForgotPassword",
"ResetPassword"
],
"author": "SSW",
"license": "ISC",
"peerDependencies": {
"react": "^18.2.0"
}
}