UNPKG

@passflow/passflow-react-sdk

Version:
148 lines 4.15 kB
{ "name": "@passflow/passflow-react-sdk", "description": "Passflow React UI Kit", "version": "0.1.25", "type": "module", "files": [ "dist" ], "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/src/index.d.ts", "exports": { ".": { "import": { "types": "./dist/src/index.d.ts", "default": "./dist/index.es.js" }, "require": { "types": "./dist/src/index.d.ts", "default": "./dist/index.cjs.js" } }, "./dist/style.css": "./dist/style.css", "./dist/passflow-react-sdk.css": "./dist/passflow-react-sdk.css" }, "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "lint:fix": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix", "preview": "vite preview", "test:ui": "pnpm playwright test", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalDependencies": { "react-router-dom": "^6.0.0 || ^7.0.0" }, "dependencies": { "@passflow/passflow-js-sdk": "^0.1.21", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-popover": "^1.1.6", "@storybook/react": "^8.6.7", "@storybook/react-vite": "^8.6.7", "@types/jest": "^29.5.14", "@types/querystringify": "^2.0.2", "classnames": "^2.5.1", "clsx": "^2.1.1", "countries-and-timezones": "^3.7.2", "dayjs": "^1.11.13", "formik": "^2.4.6", "history": "^5.3.0", "lodash": "^4.17.21", "phone": "^3.1.58", "query-string": "^9.1.1", "querystringify": "^2.2.0", "react-error-boundary": "^4.1.2", "react-hook-form": "^7.54.2", "react-international-phone": "^4.5.0", "react-otp-input": "^3.1.1", "tailwind-merge": "^2.6.0", "tailwindcss": "^3.4.17", "tailwindcss-scoped-preflight": "^3.4.10", "terser": "^5.39.0", "yup": "^1.6.1" }, "devDependencies": { "@eslint/js": "^9.22.0", "@playwright/test": "^1.51.1", "@types/lodash": "^4.17.16", "@types/node": "^22.13.10", "@types/react": "^18.3.18", "@types/react-dom": "^18.3.5", "@typescript-eslint/eslint-plugin": "^8.26.1", "@typescript-eslint/parser": "^8.26.1", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.21", "cssnano": "^7.0.6", "eslint": "9.21.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^10.1.1", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-storybook": "^0.11.6", "globals": "^16.0.0", "postcss": "^8.5.3", "prettier": "^3.5.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "6.30.0", "ts-node": "^10.9.2", "tsc-alias": "^1.8.11", "typescript": "5.8.2", "typescript-eslint": "^8.26.1", "vite": "^6.2.2", "vite-plugin-dts": "^4.5.3", "vite-plugin-environment": "^1.1.3" }, "authors": [ { "name": "Ivan Holiak", "url": "https://github.com/IvanHoliak" }, { "name": "Jack Rudenko", "url": "https://madappgang.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/MadAppGang/passflow-react-sdk/issues" }, "repository": { "type": "git", "url": "git+https://github.com/MadAppGang/passflow-react-sdk.git", "directory": "packages/passflow-react-sdk" }, "publishConfig": { "access": "public" }, "keywords": [ "passflow", "auth", "authentication", "passwordless", "session", "jwt", "react", "ui", "ui-kit", "react-ui-kit", "passflow-react-ui-kit" ], "pnpm": { "overrides": {} }, "packageManager": "pnpm@10.8.0" }