UNPKG

jessibuca

Version:
34 lines 779 B
{ "name": "jv4-ui", "version": "1.0.0", "description": "UI components for Jessibuca player", "type": "module", "module": "src/index.ts", "types": "src/index.ts", "scripts": { "build": "vite build", "test": "vitest", "lint": "eslint src --ext .ts,.tsx" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "jv4-demuxer": "workspace:*", "vue": "^3.3.0" }, "devDependencies": { "@types/node": "^20.0.0", "@vitejs/plugin-vue": "^5.0.0", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vue/babel-plugin-jsx": "^1.1.5", "@vue/runtime-dom": "^3.5.13", "typescript": "^5.0.0", "vite": "^5.0.0", "vite-plugin-dts": "^4.5.0", "vitest": "^1.0.0" }, "peerDependencies": { "vue": "^3.3.0" } }