@unlazy/vue
Version:
Vue lazy loading library for placeholder images
63 lines • 1.36 kB
JSON
{
"name": "@unlazy/vue",
"type": "module",
"version": "0.12.4",
"description": "Vue lazy loading library for placeholder images",
"author": "Johann Schopplich <hello@johannschopplich.com>",
"license": "MIT",
"homepage": "https://unlazy.byjohann.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/johannschopplich/unlazy.git",
"directory": "packages/vue"
},
"bugs": {
"url": "https://github.com/johannschopplich/unlazy/issues"
},
"keywords": [
"blurhash",
"lazy",
"loading",
"lozad",
"placeholder",
"responsive",
"thumbhash",
"vue"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"./components": {
"types": "./dist/components/index.d.ts",
"default": "./dist/components/index.mjs"
}
},
"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"dist/*"
]
}
},
"files": [
"dist"
],
"dependencies": {
"unlazy": "0.12.4"
},
"devDependencies": {
"@types/node": "^22.13.8",
"@vitejs/plugin-vue": "^5.2.1",
"vue": "^3.5.13"
},
"scripts": {
"build": "unbuild",
"dev": "pnpm -C playground run dev",
"dev:build": "pnpm -C playground run build",
"test:types": "vue-tsc --noEmit"
}
}