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

27
node_modules/core-js-compat/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "core-js-compat",
"version": "3.44.0",
"type": "commonjs",
"description": "core-js compat",
"repository": {
"type": "git",
"url": "git+https://github.com/zloirock/core-js.git",
"directory": "packages/core-js-compat"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"
},
"license": "MIT",
"author": {
"name": "Denis Pushkarev",
"email": "zloirock@zloirock.ru",
"url": "http://zloirock.ru"
},
"sideEffects": false,
"main": "index.js",
"types": "index.d.ts",
"dependencies": {
"browserslist": "^4.25.1"
}
}