UNPKG

@nibssplc/cams-sdk-react

Version:

React hooks and components for NIBSS CAMS SDK

89 lines (88 loc) 2.33 kB
{ "name": "@nibssplc/cams-sdk-react", "version": "1.0.0-rc.70", "description": "React hooks and components for NIBSS CAMS SDK", "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.esm.js", "require": "./dist/index.cjs.js", "default": "./dist/index.esm.js" }, "./dist/styles.css": "./dist/styles.css" }, "scripts": { "clean": "rm -rf dist || true", "build": "npm run clean && rollup -c", "lint": "eslint src --ext .ts,.tsx", "test": "npx jest --verbose" }, "keywords": [ "cams", "authentication", "react", "hooks", "nextjs" ], "author": "NIBSS PLC, Caleb Boluwade", "license": "MIT", "dependencies": { "@hookform/resolvers": "^5.2.2", "@nibssplc/cams-sdk": "^0.0.1-beta.69", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-slot": "^1.2.3", "axios": "^1.12.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.23.22", "input-otp": "^1.4.2", "ldrs": "^1.1.7", "lucide-react": "^0.544.0", "motion": "^12.23.22", "sonner": "^2.0.7", "tailwind-merge": "^3.3.1", "tslib": "^2.6.0", "zod": "^4.1.11" }, "optionalDependencies": { "@azure/msal-browser": "^3.0.0", "@azure/msal-react": "^2.0.0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-hook-form": "^7.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@types/react": "^19", "@types/react-dom": "^19", "autoprefixer": "^10.4.22", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.5.6", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup": "^4.21.1", "rollup-plugin-postcss": "^4.0.2", "tailwindcss": "^4.0.0", "ts-jest": "^29.4.4", "typescript": "^5.4.5" }, "files": [ "dist", "dist/styles.css" ], "publishConfig": { "access": "public" } }