@flowcsolutions/react-form-builder
Version:
A powerful, responsive form builder built with React, TypeScript, HeroUI, and TailwindCSS
98 lines (97 loc) • 2.51 kB
JSON
{
"name": "@flowcsolutions/react-form-builder",
"version": "1.1.6",
"description": "A powerful, responsive form builder built with React, TypeScript, HeroUI, and TailwindCSS",
"keywords": [
"react",
"form-builder",
"typescript",
"heroui",
"tailwindcss",
"drag-and-drop",
"responsive",
"json-export",
"dnd-kit"
],
"author": "FlowC Solutions <contact@flowcsolutions.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zenpou21/react-form-builder.git"
},
"bugs": {
"url": "https://github.com/zenpou21/react-form-builder/issues"
},
"homepage": "https://github.com/zenpou21/react-form-builder#readme",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./style.css": "./dist/react-form-builder.css",
"./dist/react-form-builder.css": "./dist/react-form-builder.css"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"@heroui/react": "^2.8.0",
"framer-motion": "^12.0.0",
"lucide-react": "^0.400.0",
"uuid": "^11.0.0"
},
"peerDependenciesMeta": {
"@heroui/react": {
"optional": false
},
"framer-motion": {
"optional": false
},
"lucide-react": {
"optional": false
},
"uuid": {
"optional": false
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:lib": "tsc --project tsconfig.lib.json && vite build --mode library",
"lint": "eslint .",
"preview": "vite preview",
"prepublishOnly": "npm run build:lib"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tailwindcss/vite": "^4.1.11",
"@types/uuid": "^10.0.0",
"react-icons": "^5.5.0",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^24.0.15",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4",
"vite-plugin-dts": "^4.5.4"
}
}