UNPKG

@nuxtjs/i18n

Version:

Internationalization for Nuxt

134 lines (133 loc) 3.68 kB
{ "name": "@nuxtjs/i18n", "type": "module", "version": "10.2.1", "packageManager": "pnpm@10.13.1", "description": "Internationalization for Nuxt", "contributors": [ { "name": "Paul Gascou-Vaillancourt (@paulgv)" }, { "name": "Rafal Chlodnicki (@rchl)" }, { "name": "Kazuya Kawaguchi (@kazupon)" }, { "name": "Bobbie Goede (@BobbieGoede)" } ], "license": "MIT", "homepage": "https://i18n.nuxtjs.org", "funding": "https://github.com/sponsors/bobbiegoede", "repository": { "type": "git", "url": "git+https://github.com/nuxt-modules/i18n.git" }, "bugs": { "url": "https://github.com/nuxt-modules/i18n/issues" }, "keywords": [ "nuxt", "i18n", "internationalization", "nuxt-module" ], "exports": { ".": "./dist/module.mjs", "./package.json": "./package.json" }, "imports": { "#i18n": "./dist/runtime/composables/index.js", "#i18n-kit/*": "./dist/runtime/kit/*.js", "#internal-i18n-types": "./dist/types.d.mts" }, "main": "./dist/module.mjs", "files": [ "dist", "internals.d.ts" ], "scripts": { "build": "nuxt-module-build prepare && nuxt-module-build build .", "stub": "nuxt-module-build build --stub .", "prepack": "pnpm build", "release": "bumpp --commit \"release: v%s\" --push --tag", "dev": "nuxt dev playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare", "dev:build": "nuxt build playground", "dev:generate": "nuxt generate playground", "dev:preview": "nuxt preview playground", "docs:generate": "pnpm run --filter docs generate", "docs:dev": "pnpm run --filter docs dev", "lint": "eslint . --cache", "lint:fix": "eslint . --cache --fix", "lint:knip": "knip --workspace .", "test": "nuxt-module-build prepare && pnpm test:types && pnpm test:unit && pnpm test:e2e", "test:types": "tsc --noEmit", "test:unit": "vitest run test -c vitest.config.test.ts", "test:e2e": "vitest run specs" }, "resolutions": { "@nuxtjs/i18n": "workspace:*" }, "dependencies": { "@intlify/core": "^11.1.11", "@intlify/h3": "^0.7.1", "@intlify/shared": "^11.1.11", "@intlify/unplugin-vue-i18n": "^11.0.0", "@intlify/utils": "^0.13.0", "@miyaneee/rollup-plugin-json5": "^1.2.0", "@nuxt/kit": "^4.1.2", "@rollup/plugin-yaml": "^4.1.2", "@vue/compiler-sfc": "^3.5.22", "defu": "^6.1.4", "devalue": "^5.1.1", "h3": "^1.15.4", "knitwork": "^1.2.0", "magic-string": "^0.30.21", "mlly": "^1.7.4", "nuxt-define": "^1.0.0", "ohash": "^2.0.11", "oxc-parser": "^0.95.0", "oxc-transform": "^0.95.0", "oxc-walker": "^0.5.2", "pathe": "^2.0.3", "typescript": "^5.9.2", "ufo": "^1.6.1", "unplugin": "^2.3.5", "unplugin-vue-router": "^0.16.0", "unstorage": "^1.16.1", "vue-i18n": "^11.1.11", "vue-router": "^4.6.3" }, "devDependencies": { "@nuxt/eslint-config": "^1.9.0", "@nuxt/module-builder": "^1.0.2", "@nuxt/schema": "^4.1.2", "bumpp": "^10.2.0", "consola": "^3.4.2", "eslint": "^9.32.0", "eslint-plugin-perfectionist": "^4.15.1", "eslint-typegen": "^2.3.0", "get-port-please": "^3.2.0", "jiti": "^2.5.1", "knip": "5.62.0", "nitropack": "^2.12.6", "nuxt": "^4.1.2", "ofetch": "^1.4.1", "playwright-core": "^1.54.1", "scule": "^1.3.0", "tinyexec": "^1.0.1", "unbuild": "^3.6.0", "undici": "^7.12.0", "vitest": "^3.2.4", "vue": "^3.5.22" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=20.11.1" } }