Diff Viewer
Compare two texts side by side
+6 lines−4 lines
| 1 | 1 | { | |
| 2 | 2 | "name": "elefcode", | |
| 3 | 3 | ||
| 4 | − | "version": "1.0.0", | |
| 5 | − | "description": "Developer tools", | |
| 6 | − | "author": "Ahmed", | |
| 7 | − | ||
| 4 | + | "version": "1.1.0", | |
| 5 | + | "description": "Free browser-based developer tools", | |
| 6 | + | "author": "Ahmed Hussein", | |
| 7 | + | ||
| 8 | 8 | "license": "MIT", | |
| 9 | 9 | ||
| 10 | + | "homepage": "https://www.elefcode.com", | |
| 11 | + | ||
| 10 | 12 | "dependencies": { | |
| 11 | 13 | "next": "16.2.6", | |
| 12 | 14 | ||
| 13 | − | "react": "19.0.0" | |
| 14 | − | ||
| 15 | + | "react": "19.0.0", | |
| 16 | + | "mermaid": "11.15.0" | |
| 17 | + | ||
| 15 | 18 | } |
