UNPKG

@pubflow/react

Version:

React adapter for Pubflow framework with support for TanStack Router and SWR

71 lines (70 loc) 1.81 kB
{ "name": "@pubflow/react", "version": "0.3.4-beta.1", "description": "React adapter for Pubflow framework with support for TanStack Router and SWR", "main": "dist/index.cjs", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist", "README.md" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest --coverage", "test:watch": "vitest --watch", "lint": "eslint src --ext .ts,.tsx", "clean": "rimraf dist" }, "keywords": [ "pubflow", "react", "remix", "react-framework", "swr", "api", "bridge", "authentication" ], "author": "Pubflow, Inc.", "license": "AGPL-3.0-or-later", "dependencies": { "@pubflow/core": "^0.2.0", "@hookform/resolvers": "^3.3.2", "react-hook-form": "^7.48.2", "swr": "^2.2.4" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "optionalDependencies": {}, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@testing-library/jest-dom": "^6.1.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.0", "@types/node": "^20.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^4.1.0", "@vitest/ui": "^1.0.0", "eslint": "^8.0.0", "jsdom": "^23.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "rimraf": "^5.0.0", "rollup": "^3.0.0", "rollup-plugin-dts": "^5.0.0", "rollup-plugin-peer-deps-external": "^2.0.0", "tslib": "^2.8.1", "typescript": "^5.0.0", "vitest": "^1.0.0" } }