UNPKG

peerpigeon

Version:

WebRTC-based peer-to-peer mesh networking library with intelligent routing and signaling server

24 lines (23 loc) 726 B
{ "name": "peerpigeon-vue-example", "version": "1.0.0", "description": "Comprehensive Vue 3 example showcasing all PeerPigeon features", "type": "module", "scripts": { "dev": "npm run copy-peerpigeon && vite", "build": "npm run copy-peerpigeon && vite build && npm run copy-to-dist", "preview": "vite preview", "copy-peerpigeon": "mkdir -p public && cp ../../../dist/peerpigeon-browser.js public/ || true", "copy-to-dist": "cp ../../../dist/peerpigeon-browser.js dist/ || true" }, "dependencies": { "vue": "^3.4.0", "@vueuse/core": "^10.9.0", "vue-router": "^4.3.0", "pinia": "^2.1.7" }, "devDependencies": { "@vitejs/plugin-vue": "^5.0.0", "vite": "^5.2.0" } }