UNPKG

vue-peaks

Version:

A lightweight Vue wrapper around the bbc/peaks.js audio waveform UI component

84 lines (83 loc) 2.31 kB
{ "name": "vue-peaks", "private": false, "version": "2.0.2", "type": "module", "files": [ "dist", "src/components/" ], "main": "./dist/vue-peaks.umd.cjs", "module": "./dist/vue-peaks.js", "exports": { ".": { "import": "./dist/vue-peaks.js", "require": "./dist/vue-peaks.umd.cjs" }, "./dist/style.css": { "import": "./dist/style.css", "require": "./dist/style.css" } }, "types": "./dist/src/index.d.ts", "description": "A lightweight Vue wrapper around the bbc/peaks.js audio waveform UI component", "repository": { "type": "git", "url": "git+https://github.com/suterma/vue-peaks.git" }, "keywords": [ "vue", "peaks.js", "wrapper", "waveform", "UI", "component" ], "author": "Marcel Suter (https://marcelsuter.ch)", "license": "LGPL-3.0-or-later", "bugs": { "url": "https://github.com/suterma/vue-peaks/issues" }, "homepage": "https://github.com/suterma/vue-peaks#readme", "scripts": { "dev": "vite", "build": "run-p type-check build-only", "publish-gh-pages": "git subtree push --prefix dist origin gh-pages", "preview": "vite preview --port 4173", "test:unit": "vitest --environment jsdom", "build-only": "vite build", "type-check": "vue-tsc --noEmit -p tsconfig.json --composite false", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { "@vueuse/core": "^10.4.1", "peaks.js": "^3.0.0", "vue": "^3.2.39" }, "devDependencies": { "@highlightjs/vue-plugin": "^2.1.0", "@rushstack/eslint-patch": "^1.1.4", "@types/jsdom": "^20.0.0", "@types/node": "^16.11.47", "@vitejs/plugin-vue": "^3.0.1", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.0", "@vue/test-utils": "^2.0.2", "@vue/tsconfig": "^0.1.3", "eslint": "^8.21.0", "eslint-plugin-vue": "^9.3.0", "jsdom": "^20.0.0", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", "typescript": "~4.7.4", "vite": "^3.0.4", "vite-plugin-dts": "^3.5.3", "vitest": "^0.21.0", "vue-tsc": "^0.39.5" }, "peerDependencies": { "konva": ">= 8.3.14 < 10", "waveform-data": ">= 4.3.0 < 5", "vue": "^3.0.0" } }