UNPKG

@lingui/vite-plugin

Version:

Vite plugin to integrate Lingui message catalogs with the CLI and bundler pipeline

88 lines (87 loc) 2.03 kB
{ "name": "@lingui/vite-plugin", "version": "6.4.0", "description": "Vite plugin to integrate Lingui message catalogs with the CLI and bundler pipeline", "type": "module", "exports": { ".": "./dist/index.mjs" }, "sideEffects": false, "license": "MIT", "keywords": [ "lingui", "linguijs", "vite", "vite-plugin", "i18n", "message-catalog", "internationalization", "localization", "translation", "icu-messageformat" ], "scripts": { "build": "unbuild", "check-types": "tsc --noEmit" }, "homepage": "https://lingui.dev", "repository": { "type": "git", "url": "git+https://github.com/lingui/js-lingui.git", "directory": "packages/vite-plugin" }, "bugs": { "url": "https://github.com/lingui/js-lingui/issues" }, "engines": { "node": ">=22.19.0" }, "files": [ "LICENSE", "README.md", "dist/" ], "dependencies": { "@lingui/cli": "6.4.0", "@lingui/conf": "6.4.0" }, "peerDependencies": { "@babel/core": "^7.29.0 || ^8.0.0-rc.1", "@lingui/babel-plugin-lingui-macro": "^5 || ^6", "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0", "rolldown": "^1.0.0-rc.5", "vite": "^6.3.0 || ^7 || ^8" }, "peerDependenciesMeta": { "@babel/core": { "optional": true }, "@lingui/babel-plugin-lingui-macro": { "optional": true }, "@rolldown/plugin-babel": { "optional": true }, "rolldown": { "optional": true } }, "devDependencies": { "@babel/core": "7.29.0", "@lingui/babel-plugin-lingui-macro": "^6.4.0", "@lingui/core": "^6.4.0", "@lingui/format-json": "^6.4.0", "@lingui/react": "^6.4.0", "@rolldown/plugin-babel": "^0.2.2", "rolldown": "1.0.0-rc.17", "typescript": "catalog:", "unbuild": "catalog:", "vite": "^8.0.3", "vite-plugin-babel-macros": "^1.0.6", "vitest": "catalog:" }, "unbuild": { "declaration": "node16" }, "gitHead": "e8657bf8cbe6e8abc62a46a24e018ff9812918be" }