UNPKG

@nuxt/image

Version:

Nuxt Image Module

92 lines (91 loc) 2.5 kB
{ "name": "@nuxt/image", "version": "1.10.0", "description": "Nuxt Image Module", "repository": { "type": "git", "url": "git+https://github.com/nuxt/image.git" }, "homepage": "https://image.nuxt.com", "license": "MIT", "sideEffects": false, "type": "module", "exports": { ".": "./dist/module.mjs" }, "main": "./dist/module.mjs", "types": "./dist/module.d.mts", "files": [ "dist" ], "scripts": { "build": "nuxt-module-build build", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:generate": "nuxi generate playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs", "docs:build": "cd docs && nuxt generate", "docs:dev": "pnpm nuxt dev docs", "lint": "eslint .", "prepack": "pnpm build", "release": "pnpm test && pnpm build && changelogen --release --push && npm publish", "test": "nuxi prepare playground && pnpm vitest run --coverage", "test:types": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck example" }, "dependencies": { "@nuxt/kit": "^3.16.0", "consola": "^3.4.2", "defu": "^6.1.4", "h3": "^1.15.1", "image-meta": "^0.2.1", "knitwork": "^1.2.0", "ohash": "^2.0.11", "pathe": "^2.0.3", "std-env": "^3.8.1", "ufo": "^1.5.4" }, "devDependencies": { "@nuxt/eslint-config": "1.2.0", "@nuxt/module-builder": "0.8.4", "@nuxt/schema": "3.16.0", "@nuxt/test-utils": "^3.17.2", "@types/node": "^22.13.10", "@types/semver": "^7.5.8", "@unhead/vue": "^2.0.0-rc.13", "@vitest/coverage-v8": "^3.0.9", "@vue/test-utils": "^2.4.6", "changelogen": "^0.6.1", "eslint": "9.22.0", "globby": "^14.1.0", "happy-dom": "^17.4.4", "installed-check": "^9.3.0", "ipx": "^2.1.0", "jiti": "2.4.2", "knip": "^5.46.0", "nitropack": "^2.11.6", "nuxt": "^3.16.0", "ofetch": "^1.4.1", "playwright-core": "^1.51.1", "semver": "^7.7.1", "tinyexec": "^0.3.2", "typescript": "5.6.3", "unbuild": "^3.5.0", "vitest": "^3.0.9", "vitest-environment-nuxt": "^1.0.1", "vue": "3.5.13", "vue-tsc": "^2.2.8" }, "optionalDependencies": { "ipx": "^2.1.0" }, "packageManager": "pnpm@10.6.4", "resolutions": { "@nuxt/image": "workspace:*", "@nuxt/schema": "3.16.0", "@nuxt/ui": "2.21.1", "vue": "3.5.13" }, "engines": { "node": ">=18.20.6" } }