UNPKG

@friendlyinternet/nuxt-crouton-i18n

Version:

i18n layer extending nuxt-crouton for multi-language support

42 lines 926 B
{ "name": "@friendlyinternet/nuxt-crouton-i18n", "version": "1.3.0", "description": "i18n layer extending nuxt-crouton for multi-language support", "type": "module", "main": "./nuxt.config.ts", "files": [ "app", "server", "locales", "nuxt.config.ts", "README.md" ], "keywords": [ "nuxt", "nuxt-layer", "translations", "i18n", "multi-language" ], "author": "FYIT", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pmcp/nuxt-crouton.git", "directory": "packages/nuxt-crouton-i18n" }, "bugs": { "url": "https://github.com/pmcp/nuxt-crouton/issues" }, "homepage": "https://github.com/pmcp/nuxt-crouton#readme", "publishConfig": { "access": "public" }, "dependencies": { "@nuxtjs/i18n": "^9.0.0" }, "peerDependencies": { "nuxt": "^4.0.0", "@friendlyinternet/nuxt-crouton": "1.4.0" } }