@unlazy/nuxt
Version:
Nuxt lazy loading module for placeholder images
57 lines • 1.39 kB
JSON
{
"name": "@unlazy/nuxt",
"version": "0.12.4",
"description": "Nuxt lazy loading module 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/nuxt"
},
"bugs": {
"url": "https://github.com/johannschopplich/unlazy/issues"
},
"keywords": [
"blurhash",
"lazy",
"loading",
"lozad",
"placeholder",
"responsive",
"thumbhash",
"nuxt"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/types.d.mts",
"default": "./dist/module.mjs"
}
},
"main": "./dist/module.mjs",
"types": "./dist/types.d.mts",
"files": [
"dist"
],
"dependencies": {
"@nuxt/kit": "^3.15.4",
"defu": "^6.1.4",
"unlazy": "0.12.4"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.15.4",
"@types/node": "^22.13.8",
"@unocss/nuxt": "^65.5.0",
"@unocss/reset": "^65.5.0",
"nuxt": "^3.15.4"
},
"scripts": {
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"test:types": "vue-tsc --noEmit"
}
}