vite-intlayer
Version:
A Vite plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration
123 lines (122 loc) • 3.23 kB
JSON
{
"name": "vite-intlayer",
"version": "7.5.10",
"private": false,
"description": "A Vite plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration",
"keywords": [
"intlayer",
"data",
"internationalization",
"multilingual",
"i18n",
"typescript",
"react",
"vite",
"json"
],
"homepage": "https://intlayer.org",
"bugs": {
"url": "https://github.com/aymericzip/intlayer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aymericzip/intlayer.git"
},
"license": "Apache-2.0",
"author": {
"name": "Aymeric PINEAU",
"url": "https://github.com/aymericzip"
},
"contributors": [
{
"name": "Aymeric Pineau",
"email": "ay.pineau@gmail.com",
"url": "https://github.com/aymericzip"
}
],
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.mjs",
"default": "./dist/esm/index.mjs"
},
"./package.json": "./package.json"
},
"main": "./dist/esm/index.mjs",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"typesVersions": {
"*": {
"package.json": [
"./package.json"
]
}
},
"files": [
"./dist",
"./package.json"
],
"scripts": {
"_prepublish": "cp -f ../../README.md ./README.md",
"build": "tsdown --config tsdown.config.ts",
"build:ci": "tsdown --config tsdown.config.ts",
"clean": "rimraf ./dist .turbo",
"dev": "tsdown --config tsdown.config.ts --watch",
"format": "biome format . --check",
"format:fix": "biome format --write .",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"prepublish": "echo prepublish temporally disabled to avoid rewrite readme",
"publish": "bun publish || true",
"publish:canary": "bun publish --access public --tag canary || true",
"publish:latest": "bun publish --access public --tag latest || true",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit --project tsconfig.types.json"
},
"dependencies": {
"@babel/core": "7.28.4",
"@intlayer/babel": "7.5.10",
"@intlayer/chokidar": "7.5.10",
"@intlayer/config": "7.5.10",
"@intlayer/core": "7.5.10",
"@intlayer/dictionaries-entry": "7.5.10",
"@intlayer/types": "7.5.10",
"intlayer": "7.5.10"
},
"devDependencies": {
"@types/node": "25.0.3",
"@utils/ts-config": "1.0.4",
"@utils/ts-config-types": "1.0.4",
"@utils/tsdown-config": "1.0.4",
"rimraf": "6.1.2",
"tsdown": "0.18.2",
"typescript": "5.9.3",
"vitest": "4.0.16"
},
"peerDependencies": {
"@babel/core": ">=6.0.0",
"@intlayer/svelte-compiler": "7.5.10",
"@intlayer/vue-compiler": "7.5.10",
"vite": ">=4.0.0"
},
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
},
"@intlayer/svelte-compiler": {
"optional": true
},
"@intlayer/vue-compiler": {
"optional": true
}
},
"engines": {
"node": ">=14.18"
},
"bug": {
"url": "https://github.com/aymericzip/intlayer/issues"
}
}