vue-konva
Version:
Vue binding to canvas element via Konva framework
81 lines (80 loc) • 1.75 kB
JSON
{
"name": "vue-konva",
"version": "3.2.2",
"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": {
"import": "./dist/vue-konva.mjs",
"require": "./dist/vue-konva.umd.js",
"types": "./dist/index.d.ts"
},
"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 && npm run tsc",
"test": "vitest",
"tsc": "tsc --project tsconfig.json"
},
"peerDependencies": {
"konva": ">7",
"vue": "^3"
},
"devDependencies": {
"@types/node": "^24.0.13",
"@vue/test-utils": "^2.4.6",
"canvas": "^3.1.2",
"jsdom": "^26.1.0",
"konva": ">7",
"typescript": "^5.8.3",
"vite": "^7.0.4",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4",
"vue": "^3.5.17"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}