UNPKG

nuxt-lazytube

Version:

A Nuxt module for lazy loading YouTube and Vimeo videos with lightweight iframes to improve page performance

80 lines 2.02 kB
{ "name": "nuxt-lazytube", "version": "0.2.7", "description": "A Nuxt module for lazy loading YouTube and Vimeo videos with lightweight iframes to improve page performance", "author": "4sllan (https://github.com/4sllan)", "homepage": "https://4sllan.github.io/nuxt-lazytube/", "repository": { "type": "git", "url": "git+https://github.com/4sllan/nuxt-lazytube.git" }, "bugs": { "url": "https://github.com/4sllan/nuxt-lazytube/issues" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/4sllan" } ], "keywords": [ "youtube", "youtube-video", "vimeo", "lazyload", "iframe", "lazytube", "Nuxt" ], "license": "MIT", "type": "module", "exports": { ".": { "types": "./dist/types.d.mts", "import": "./dist/module.mjs" } }, "main": "./dist/module.mjs", "typesVersions": { "*": { ".": [ "./dist/types.d.mts" ] } }, "files": [ "dist" ], "devDependencies": { "@nuxt/eslint-config": "^1.16.0", "@nuxt/module-builder": "^1.0.3", "@nuxt/schema": "4.4.8", "@nuxt/test-utils": "^4.0.3", "@vitejs/plugin-vue": "^6.0.8", "@vue/test-utils": "^2.4.11", "changelogen": "^0.6.2", "eslint": "^10.7.0", "happy-dom": "^20.11.1", "mkdist": "^2.4.1", "nuxt": "4.4.8", "prettier": "^3.9.6", "typescript": "^6.0.3", "vitest": "^4.1.10", "vue-tsc": "^3.3.8" }, "dependencies": { "@nuxt/kit": "4.4.8" }, "scripts": { "build": "nuxi build", "lint": "eslint . --fix", "typecheck": "nuxi prepare playground && vue-tsc --noEmit", "dev": "nuxi dev playground", "dev:prepare": "nuxt-module-build --stub", "test": "vitest run --reporter=verbose --silent=false", "test:watch": "vitest watch --reporter=verbose --silent=false", "test:debug": "vitest --inspect-brk --reporter=verbose --silent=false", "format": "prettier --write .", "format:check": "prettier --check ." } }