Files
dating-app-frontend/package.json
Oscar a1261ce0db feat(src/views/matches/MatchesView.vue): добавляет поддержку чатов с использованием сокетов
 feat(src/views/profile/MyProfileView.vue): добавляет раздел истории чатов в профиль пользователя

 feat(src/composables/useSocket.ts): создает хук для работы с сокетами

📝 chore(src/queries/useChatsQuery.ts): обновляет логику закрытия чата с учетом новых параметров

📝 chore(src/components/profile/MediaGallery.vue): исправляет путь к медиафайлам в галерее

🔧 fix(src/components/layout/SideNav.vue): комментирует неиспользуемый элемент навигации "Встречи"
2026-06-09 15:39:19 +03:00

48 lines
1.4 KiB
JSON

{
"name": "dating-app-frontend",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "node scripts/generate-sprite.js && vue-tsc && vite build",
"icons": "node scripts/generate-sprite.js",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint . --fix",
"gen:api": "npx swagger-typescript-api@12.0.4 -p http://localhost:1337/api/docs-json -o ./src/api -n api.ts --axios --unwrap-response-data --extract-request-params --extract-request-body --single-http-client"
},
"dependencies": {
"@floating-ui/vue": "^1.1.5",
"@tanstack/vue-query": "^5.101.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-shell": "^2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "^11.0.0",
"axios": "^1.7.7",
"esbuild": "^0.28.0",
"gsap": "^3.12.5",
"leaflet": "^1.9.4",
"socket.io-client": "^4.8.3",
"vue": "^3.5.6",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^9.0.0",
"@tailwindcss/vite": "^4.1.0",
"@tauri-apps/cli": "^2",
"@types/leaflet": "^1.9.12",
"@vitejs/plugin-vue": "^5.1.4",
"autoprefixer": "^10.4.20",
"eslint": "^10.4.1",
"eslint-plugin-format": "^2.0.1",
"sass": "^1.79.3",
"tailwindcss": "^4.1.0",
"typescript": "^5.6.2",
"vite": "^6.0.3",
"vue-tsc": "^2.1.6"
}
}