vue-piano-roll
Version:
A DAW-like Piano Roll Vue Component.
63 lines (62 loc) • 1.37 kB
JSON
{
"name": "vue-piano-roll",
"version": "1.3.1",
"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.git"
},
"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.5.25"
},
"devDependencies": {
"@iconify-icons/mdi": "^1.2.46",
"@iconify/vue": "^4.1.1",
"@types/node": "^20.19.26",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.22",
"postcss": "^8.4.24",
"sass": "^1.96.0",
"tailwindcss": "^3.3.2",
"tone": "^15.1.22",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vue-tsc": "^3.1.8"
}
}