Initial commit: Developer Tools MVP with visual editor

- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
This commit is contained in:
dwindown
2025-08-02 09:31:26 +07:00
commit 7f2dd5260f
45657 changed files with 4730486 additions and 0 deletions

19
node_modules/lucide-react/dist/esm/icons/church.mjs generated vendored Normal file
View File

@@ -0,0 +1,19 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Church = createLucideIcon("Church", [
[
"path",
{ d: "m18 7 4 2v11a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9l4-2", key: "gy5gyo" }
],
["path", { d: "M14 22v-4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v4", key: "cpkuc4" }],
["path", { d: "M18 22V5l-6-3-6 3v17", key: "1hsnhq" }],
["path", { d: "M12 7v5", key: "ma6bk" }],
["path", { d: "M10 9h4", key: "u4k05v" }]
]);
export { Church as default };
//# sourceMappingURL=church.mjs.map