UNPKG

@nuxt/image

Version:

Nuxt Image Module

102 lines 2.73 kB
{ "name": "@nuxt/image", "version": "2.0.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.js", "./runtime": "./dist/runtime/index.js", "./runtime/providers/*": "./dist/runtime/providers/*.js" }, "main": "./dist/module.js", "typesVersions": { "*": { ".": [ "./dist/module.d.ts" ], "./runtime": [ "./dist/runtime/index.d.ts" ] } }, "files": [ "dist" ], "dependencies": { "@nuxt/kit": "^4.2.0", "consola": "^3.4.2", "defu": "^6.1.4", "h3": "^1.15.4", "image-meta": "^0.2.2", "knitwork": "^1.2.0", "ohash": "^2.0.11", "pathe": "^2.0.3", "std-env": "^3.10.0", "ufo": "^1.6.1" }, "devDependencies": { "@nuxt/eslint-config": "1.10.0", "@nuxt/module-builder": "1.0.2", "@nuxt/schema": "4.2.0", "@nuxt/test-utils": "^3.20.1", "@types/node": "^24.10.0", "@types/semver": "^7.7.1", "@unhead/vue": "^2.0.19", "@vitest/coverage-v8": "^3.2.4", "@vue/test-utils": "^2.4.6", "changelogen": "^0.6.2", "eslint": "9.39.1", "happy-dom": "^20.0.10", "installed-check": "^9.3.0", "ipx": "^3.1.1", "jiti": "2.6.1", "knip": "^5.67.1", "nitropack": "^2.12.9", "nuxt": "^4.2.0", "ofetch": "^1.5.1", "pkg-pr-new": "^0.0.60", "playwright-core": "^1.56.1", "semver": "^7.7.3", "tinyexec": "^1.0.1", "tinyglobby": "^0.2.15", "typescript": "5.9.3", "unbuild": "^3.6.1", "vitest": "^3.2.4", "vitest-environment-nuxt": "^1.0.1", "vue": "3.5.22", "vue-tsc": "^3.1.3" }, "optionalDependencies": { "ipx": "^3.1.1" }, "resolutions": { "@nuxt/image": "workspace:*", "@nuxt/schema": "4.2.0", "@types/node": "^24.10.0", "vue": "3.5.22" }, "engines": { "node": ">=18.20.6" }, "scripts": { "build": "nuxt-module-build build", "dev": "nuxt dev playground", "dev:build": "nuxt build playground", "dev:generate": "nuxt generate playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt prepare docs", "docs:build": "pnpm run --filter docs build", "docs:dev": "pnpm run --filter docs dev", "lint": "eslint .", "release": "pnpm test && pnpm build && changelogen --release --push && npm publish", "test": "nuxt prepare playground && pnpm vitest run --coverage", "test:types": "vue-tsc --noEmit", "test:built:types": "nuxt typecheck playground && nuxt typecheck example" } }