vue-peer
Version:
With this package, you can have video calls along with two or multi-person chat communication. You can easily bind and display your streams in any video element you want.
68 lines (67 loc) • 1.85 kB
JSON
{
"name": "vue-peer",
"keywords": [
"vue",
"peerjs",
"peer",
"video",
"call",
"stream",
"rdp"
],
"version": "0.0.43",
"type": "module",
"files": [
"dist",
"backend"
],
"repository": {
"url": "https://gitlab.com/bakhshabadi.javad/vue-peer",
"type": "gitlab"
},
"main": "./dist/hermes.umd.cjs",
"module": "./dist/hermes.js",
"types": "./dist/main.d.ts",
"exports": {
".": {
"import": "./dist/hermes.js",
"require": "./dist/hermes.umd.cjs",
"types": "./dist/main.d.ts"
}
},
"scripts": {
"start:front1": "vite --port 5173",
"start:front2": "vite --port 5174",
"start:back": "node ./backend/server.js",
"start:echo": "echo '----------------------------------------------------------------------------------------' & echo 'front1: localhost:5173' & echo 'front2: localhost:5174' & echo 'back: localhost:8282'",
"start:kill": "kill -9 $(lsof -t -i:8282,5173,5174)",
"start": "npm run start:back & npm run start:front1 & npm run start:front2 & npm run start:echo",
"build": "vite build && vue-tsc --emitDeclarationOnly",
"update:projects": "node ../@core/app.js nlp-front,physo_physio",
"pub": "npm run build && npm version patch --force && npm publish",
"preview": "vite preview"
},
"dependencies": {
"await-to-js": "^3.0.0",
"socket.io-client": "4.8.0"
},
"peerDependencies": {
"peerjs": "1.5.4"
},
"devDependencies": {
"express": "^4.17.1",
"peer": "^0.6.1",
"socket.io": "^3.0.4",
"uuid": "^8.3.2",
"@types/lodash": "^4.17.12",
"@types/node": "^20.16.14",
"@types/vue": "^2.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"cors": "^2.8.5",
"lodash": "^4.17.21",
"typescript": "^5.5.3",
"vite": "^4.5.1",
"vue": "^3.5.12",
"vue-tsc": "^2.0.26"
}
}