add compare code
| ... | ... | @@ -6,7 +6,9 @@ |
| "license": "MIT", | ||
| "require": { | ||
| "php": "^8.2", | ||
| "guzzlehttp/guzzle": "^7.2", | ||
| "czproject/git-php": "^4.2", | ||
| "guzzlehttp/guzzle": "^7.8", | ||
| "jfcherng/php-diff": "^6.16", | ||
| "laravel/framework": "^9.5", | ||
| "laravel/sanctum": "^3.0", | ||
| "laravel/tinker": "^2.7", | ||
| ... | ... |
| ... | ... | @@ -15,7 +15,7 @@ |
| "laravel-vite-plugin": "^0.7.4", | ||
| "lodash": "^4.17.21", | ||
| "postcss": "^8.4.21", | ||
| "prettier": "^2.8.4", | ||
| "prettier": "^2.8.4", | ||
| "prettier-plugin-tailwindcss": "^0.2.2", | ||
| "tailwindcss": "^3.2.6", | ||
| "vite": "^4.1.1" | ||
| ... | ... | @@ -41,6 +41,7 @@ |
| "gridjs": "^6.0.6", | ||
| "highlight.js": "^11.7.0", | ||
| "jquery": "^3.7.1", | ||
| "prismjs": "^1.29.0", | ||
| "quill": "^1.3.7", | ||
| "simplebar": "^6.2.1", | ||
| "sortablejs": "^1.15.0", | ||
| ... | ... |
Please register or sign in to comment