@unlazy/nuxt
Version:
Nuxt lazy loading module for placeholder images
59 lines • 1.46 kB
JSON
{
"name": "@unlazy/nuxt",
"type": "module",
"version": "2.0.1",
"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": "^4.4.2",
"defu": "^6.1.7",
"unlazy": "2.0.1"
},
"devDependencies": {
"@nuxt/module-builder": "^1.0.2",
"@types/node": "^24.12.2",
"@unocss/nuxt": "^66.6.8",
"@unocss/reset": "^66.6.8",
"nuxt": "^4.4.2"
},
"scripts": {
"build": "nuxt-module-build build",
"dev": "nuxt dev playground",
"dev:build": "nuxt build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare playground",
"test:types": "vue-tsc -b --noEmit",
"test:build": "publint --strict"
}
}