UNPKG

@proveanything/smartlinks-auth-ui

Version:

Lightweight React authentication UI components with bearer token support and Smartlinks SDK integration

61 lines (60 loc) 1.52 kB
{ "type": "module", "name": "@proveanything/smartlinks-auth-ui", "version": "0.1.11", "description": "Lightweight React authentication UI components with bearer token support and Smartlinks SDK integration", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "style": "dist/index.css", "files": [ "dist", "README.md" ], "keywords": [ "react", "authentication", "auth", "ui", "login", "bearer-token", "smartlinks", "oauth", "rest-api" ], "author": "Prove Anything", "license": "MIT", "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" }, "dependencies": { "@proveanything/smartlinks": "^1.0.55", "react-phone-number-input": "^3.4.14" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", "typescript": "^5.3.3", "@rollup/plugin-typescript": "^11.1.5", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-commonjs": "^25.0.7", "rollup": "^4.9.6", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "autoprefixer": "^10.4.16", "tslib": "^2.6.2" }, "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/smartlinks/auth-ui" } }