UNPKG

@adelant/react-mautic-forms

Version:
49 lines (48 loc) 1.01 kB
{ "name": "@adelant/react-mautic-forms", "description": "React components for Mautic form integration", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "version": "0.1.8", "license": "MIT", "author": "Adelant", "repository": { "type": "git", "url": "https://github.com/AdelantSoftware/mautic-react-forms" }, "keywords": [ "react", "mautic", "forms" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "files": [ "dist", "README.md" ], "peerDependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "typescript": "^5" }, "optionalDependencies": { "next": "^14.0.0 || ^15.0.0" }, "devDependencies": { "@types/bun": "latest", "@types/react-dom": "^19.1.2" }, "scripts": { "build": "bun build.js", "dev": "bun build --watch", "test": "bun test" } }