UNPKG

future41-funnel-ui

Version:

Exact Future41 funnel widgets for React (extracted UI)

32 lines (29 loc) 844 B
{ "name": "future41-funnel-ui", "version": "0.3.4", "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": { "tsup": "^8.5.0", "typescript": "^5.5.3" } }