UNPKG

@pipe0/react-sdk

Version:

React utils to work with pipe0

54 lines 1.25 kB
{ "name": "@pipe0/react-sdk", "version": "0.0.82", "type": "module", "description": "React utils to work with pipe0", "keywords": [ "data enrichment", "prospecting", "company data", "people data", "sales technology", "sales engineering" ], "publishConfig": { "provenance": false, "access": "public" }, "files": [ "dist" ], "exports": { ".": { "@pipezero/dev": "./src/index.ts", "import": "./dist/index.js", "require": "./dist/index.js", "default": "./dist/index.js" } }, "private": false, "author": "", "license": "MIT", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", "@tanstack/react-table": "^8.21.3", "lucide-react": "^0.475.0", "react": "^19.0.0", "react-dom": "^19.0.0", "@pipe0/ops": "0.0.13" }, "devDependencies": { "@types/node": "^22.18.10", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "eslint": "^9.30.1", "rimraf": "^6.0.1", "@pipe0/eslint-config": "0.0.0" }, "scripts": { "lint": "eslint . --max-warnings 0", "check-types": "tsc --noEmit", "dev": "tsc --watch --noEmit", "build": "rimraf dist && tsc -p ./tsconfig.production.json" } }