UNPKG

@leancodepl/kratos

Version:

Headless React components library for building Ory Kratos authentication flows

65 lines 1.49 kB
{ "name": "@leancodepl/kratos", "version": "10.1.2", "license": "Apache-2.0", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=22.0.0" }, "dependencies": { "@leancodepl/utils": "10.1.2", "@radix-ui/react-slot": ">=1.0.0", "@tanstack/react-form": ">=1.23.0", "@tanstack/react-query": ">=5.0.0" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "repository": { "type": "git", "url": "git+https://github.com/leancodepl/js_corelibrary.git", "directory": "packages/kratos" }, "homepage": "https://github.com/leancodepl/js_corelibrary", "bugs": { "url": "https://github.com/leancodepl/js_corelibrary/issues" }, "description": "Headless React components library for building Ory Kratos authentication flows", "keywords": [ "ory", "kratos", "authentication", "react", "auth", "identity", "typescript", "javascript", "leancode" ], "author": { "name": "LeanCode", "url": "https://leancode.co" }, "sideEffects": false, "files": [ "dist", "CHANGELOG.md", "!**/*.tsbuildinfo" ] }