vue-konva
Version:
Vue binding to canvas element via Konva framework
79 lines (78 loc) • 1.72 kB
JSON
{
"name": "vue-konva",
"version": "3.3.0",
"description": "Vue binding to canvas element via Konva framework",
"keywords": [
"vue",
"konva",
"canvas"
],
"homepage": "https://github.com/konvajs/vue-konva#readme",
"author": "Rafael Escala <rafaesc92@gmail.com>",
"types": "dist/index.d.ts",
"main": "dist/vue-konva.umd.js",
"module": "dist/vue-konva.mjs",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/vue-konva.mjs",
"require": "./dist/vue-konva.umd.js"
},
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"files": [
"dist/",
"vetur/"
],
"funding": [
{
"type": "patreon",
"url": "https://www.patreon.com/lavrton"
},
{
"type": "opencollective",
"url": "https://opencollective.com/konva"
},
{
"type": "github",
"url": "https://github.com/sponsors/lavrton"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/konvajs/vue-konva.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/konvajs/vue-konva/issues"
},
"scripts": {
"build": "vite build && tsc --emitDeclarationOnly --declaration --outDir dist",
"test": "vitest"
},
"peerDependencies": {
"konva": ">7",
"vue": "^3"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@vue/test-utils": "^2.4.6",
"canvas": "^3.2.0",
"jsdom": "^27.4.0",
"konva": ">7",
"typescript": "^5.9.3",
"vite": "^7.3.0",
"vitest": "^4.0.16",
"vue": "^3.5.26"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}