перевод лендинга на vue, добавление поддержки inertia

This commit is contained in:
2026-06-27 22:15:17 +04:00
parent d72650bbdc
commit 8bf1b852f0
25 changed files with 1451 additions and 162 deletions
+5 -1
View File
@@ -16,7 +16,11 @@
"vite": "^7.0.7"
},
"dependencies": {
"@inertiajs/vite": "^3.5.0",
"@inertiajs/vue3": "^3.5.0",
"@vitejs/plugin-vue": "^6.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"vue": "^3.5.39"
}
}