This commit is contained in:
Nikidze
2025-10-31 22:08:55 +03:00
commit e3f8caf59f
78 changed files with 9249 additions and 0 deletions

27
web-ui/package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "tourist-ai",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.16",
"axios": "^1.13.1",
"leaflet": "^1.9.4",
"lucide-vue-next": "^0.552.0",
"marked": "^16.4.1",
"pinia": "^3.0.3",
"vue": "^3.5.22"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.16",
"vite": "^7.1.7"
}
}