UNPKG

vue-piano-roll

Version:
63 lines (62 loc) 1.36 kB
{ "name": "vue-piano-roll", "version": "1.2.16", "description": "A DAW-like Piano Roll Vue Component.", "main": "./dist/vue-piano-roll.umd.js", "module": "./dist/vue-piano-roll.es.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/vue-piano-roll.es.js", "require": "./dist/vue-piano-roll.umd.js" }, "./dist/*.css": { "import": "./dist/*.css", "require": "./dist/*.css" } }, "scripts": { "dev": "vite", "build": "vite build && vue-tsc", "preview": "vite preview" }, "repository": { "type": "git", "url": "git+https://github.com/howardah/vue-piano-roll" }, "keywords": [ "audio-production", "daw", "piano-roll", "vue", "vue3" ], "author": "Adam Thomas Howard", "license": "ISC", "bugs": { "url": "https://github.com/howardah/vue-piano-roll/issues" }, "homepage": "https://github.com/howardah/vue-piano-roll#readme", "dependencies": { "color2k": "^2.0.2", "vue": "^3.2.47" }, "devDependencies": { "@iconify-icons/mdi": "^1.2.46", "@iconify/vue": "^4.1.1", "@types/node": "^20.2.4", "@vitejs/plugin-vue": "^4.1.0", "autoprefixer": "^10.4.14", "postcss": "^8.4.24", "sass": "^1.62.1", "tailwindcss": "^3.3.2", "tone": "^14.7.77", "typescript": "^5.0.2", "vite": "^4.3.2", "vue-tsc": "^1.6.5" } }