UNPKG

future41-funnel-ui

Version:

Exact Future41 funnel widgets for React (extracted UI)

45 lines (44 loc) 976 B
{ "name": "future41-funnel-ui", "version": "0.2.2", "description": "Exact Future41 funnel widgets for React (extracted UI)", "type": "module", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/future41/funnel-ui.git" }, "homepage": "https://github.com/future41/funnel-ui#readme", "bugs": { "url": "https://github.com/future41/funnel-ui/issues" }, "keywords": [ "react", "tailwind", "funnels", "future41" ], "sideEffects": false, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "prepare": "tsup" }, "peerDependencies": { "react": ">=18", "react-dom": ">=18" }, "devDependencies": { "@supabase/supabase-js": "^2.56.0", "tsup": "^8.5.0", "typescript": "^5.5.3" } }