37 lines
920 B
JSON
37 lines
920 B
JSON
{
|
|
"name": "videocall-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Video call application frontend",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext .vue,.js,.ts --fix",
|
|
"type-check": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.16",
|
|
"@vueuse/core": "^10.5.0",
|
|
"axios": "^1.6.2",
|
|
"pinia": "^2.1.7",
|
|
"qrcode": "^1.5.3",
|
|
"socket.io-client": "^4.7.4",
|
|
"vue": "^3.3.8",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/qrcode": "^1.5.5",
|
|
"@vitejs/plugin-vue": "^4.5.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.54.0",
|
|
"eslint-plugin-vue": "^9.18.1",
|
|
"postcss": "^8.4.32",
|
|
"tailwindcss": "^3.3.6",
|
|
"typescript": "^5.3.2",
|
|
"vite": "^5.0.4",
|
|
"vite-plugin-pwa": "^0.17.5",
|
|
"vue-tsc": "^1.8.22",
|
|
"workbox-window": "^7.0.0"
|
|
}
|
|
}
|