{ "name": "@nuxt/icon", "version": "1.13.0", "license": "MIT", "type": "module", "repository": "nuxt/icon", "exports": { ".": "./dist/module.mjs", "./module": "./dist/module.mjs", "./*": "./dist/*" }, "main": "./dist/module.mjs", "module": "./dist/module.mjs", "types": "./dist/types.d.mts", "files": [ "dist" ], "dependencies": { "@iconify/collections": "^1.0.548", "@iconify/types": "^2.0.0", "@iconify/utils": "^2.3.0", "@iconify/vue": "^5.0.0", "@nuxt/devtools-kit": "^2.4.1", "@nuxt/kit": "^3.17.3", "consola": "^3.4.2", "local-pkg": "^1.1.1", "mlly": "^1.7.4", "ohash": "^2.0.11", "pathe": "^2.0.3", "picomatch": "^4.0.2", "std-env": "^3.9.0", "tinyglobby": "^0.2.13" }, "devDependencies": { "@iconify-json/fluent-emoji-high-contrast": "^1.2.3", "@iconify-json/logos": "^1.2.4", "@iconify-json/ph": "^1.2.2", "@iconify-json/simple-icons": "^1.2.34", "@iconify-json/solar": "^1.2.2", "@iconify-json/uil": "^1.2.3", "@nuxt/devtools": "^2.4.1", "@nuxt/eslint-config": "^1.3.1", "@nuxt/module-builder": "^1.0.1", "@nuxt/schema": "^3.17.3", "@nuxt/test-utils": "^3.19.0", "@types/node": "^22.15.18", "@types/picomatch": "^4.0.0", "@unocss/nuxt": "^66.1.2", "bumpp": "^10.1.1", "changelogen": "^0.6.1", "eslint": "^9.26.0", "nuxt": "^3.17.3", "nuxthub": "^0.9.1", "prettier": "^3.5.3", "typescript": "~5.8.3", "untyped": "^2.0.0", "vite": "^6.3.5", "vue-tsc": "^2.2.10" }, "resolutions": { "nuxt": "^3.17.3", "vite": "^6.3.5" }, "scripts": { "build": "nuxt-module-build prepare && nuxt-module-build build", "play": "nuxi dev playground", "play:build": "nuxi build playground", "play:deploy": "nr -C playground deploy", "dev": "nuxi dev playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "lint": "eslint .", "typecheck": "vue-tsc --noEmit", "release": "bumpp && pnpm publish", "test:playground": "pnpm -C playground run test", "test:unit": "vitest", "test": "pnpm run test:unit --run && pnpm run test:playground --run" } }