UNPKG

@ory/elements-react

Version:

Ory Elements React - a collection of React components for authentication UIs.

99 lines (98 loc) 2.69 kB
{ "name": "@ory/elements-react", "version": "1.0.0", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./client": { "types": "./dist/client/index.d.ts", "import": "./dist/client/index.mjs", "require": "./dist/client/index.js" }, "./theme": { "types": "./dist/theme/default/index.d.ts", "import": "./dist/theme/default/index.mjs", "require": "./dist/theme/default/index.js" }, "./theme/styles.css": "./dist/theme/default/index.css", "./theme/tailwind": { "types": "./dist/theme/default/tailwind/defaults.d.ts", "import": "./dist/theme/default/tailwind/defaults.mjs", "require": "./dist/theme/default/tailwind/defaults.js" } }, "typesVersions": { "*": { "index": [ "./dist/index.d.ts" ], "client": [ "./dist/client/index.d.ts" ], "theme": [ "./dist/theme/default/index.d.ts" ] } }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "dependencies": { "@marsidev/react-turnstile": "^1.1.0", "@ory/client-fetch": "~1.20.0", "@radix-ui/react-dropdown-menu": "2.1.14", "@radix-ui/react-switch": "1.2.4", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "input-otp": "1.4.2", "react-hook-form": "7.56.4", "react-intl": "7.1.10", "sonner": "^2.0.0", "tailwind-merge": "3.3.0", "usehooks-ts": "3.1.1" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0 || ^19.0.0-0", "react-dom": "^18.0.0 || ^19.0.0 || ^19.0.0-0" }, "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@hookform/devtools": "4.4.0", "@svgr/plugin-svgo": "8.1.0", "@types/lodash.merge": "4.6.9", "autoprefixer": "10.4.21", "esbuild-plugin-svgr": "3.1.1", "eslint-plugin-react": "7.37.5", "postcss": "8.4.47", "tailwindcss-animate": "1.0.7", "tsup": "8.4.0", "typedoc": "0.28.5" }, "keywords": [ "ory", "auth", "react", "passwordless", "authentication" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/ory/elements.git", "directory": "packages/elements-react" }, "bugs": { "url": "https://github.com/ory/elements/issues" }, "homepage": "https://github.com/ory/elements#readme", "author": "Ory Corp", "license": "Apache License 2.0", "description": "Ory Elements React - a collection of React components for authentication UIs.", "publishConfig": { "access": "public" } }