v-image-annotator
Version:
Vue Component that allows to annotate images by text or free-drawn lines
57 lines (56 loc) • 1.45 kB
JSON
{
"name": "v-image-annotator",
"author": "Mateusz Woźniak <matisiek11@gmail.com>",
"description": "Vue Component that allows to annotate images by text or free-drawn lines",
"keywords": [
"image",
"vue",
"annotator",
"drawing",
"text",
"annotation"
],
"license": "MIT",
"homepage": "https://github.com/matisiekpl/v-image-annotator",
"version": "0.0.13",
"type": "module",
"main": "./dist/image-annotator.umd.cjs",
"module": "./dist/image-annotator.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/image-annotator.js",
"require": "./dist/image-annotator.umd.cjs"
},
"./style.css": "./dist/style.css"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"@vueuse/core": "^13.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"heic-to": "^1.3.0",
"konva": "^10.0.2",
"lucide-vue-next": "^0.544.0",
"reka-ui": "^2.5.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"vue": "^3.5.22",
"vue-konva": "^3.2.6"
},
"devDependencies": {
"@types/node": "^24.6.2",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"typescript": "~5.9.3",
"vite": "^7.1.7",
"vite-plugin-dts": "^4.5.4",
"vue-tsc": "^3.1.0"
}
}