UNPKG

zunokit-builder

Version:

🎨 Figma-style drag-and-drop UI builder for React developers. Create UI visually, export clean Tailwind CSS code. Perfect for rapid prototyping and component creation.

66 lines (65 loc) • 1.73 kB
{ "name": "zunokit-builder", "version": "0.2.0", "description": "🎨 Figma-style drag-and-drop UI builder for React developers. Create UI visually, export clean Tailwind CSS code. Perfect for rapid prototyping and component creation.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "keywords": [ "react", "ui-builder", "drag-and-drop", "visual-editor", "tailwind", "code-generation", "developer-tools", "figma", "framer", "nextjs", "typescript", "component-builder", "visual-development" ], "author": "Zuno Team", "homepage": "https://github.com/zunokit/zunokit-builder#readme", "repository": { "type": "git", "url": "https://github.com/ZunoKit/zunokit-builder.git" }, "bugs": { "url": "https://github.com/zunokit/zunokit-builder/issues" }, "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@types/node": "^24.0.13", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.0", "tsup": "^7.2.0", "typescript": "^5.0.0" }, "dependencies": { "clsx": "^2.0.0", "tailwind-merge": "^1.14.0" } }