react-intlayer
Version:
Easily internationalize i18n your React applications with type-safe multilingual content management.
144 lines (143 loc) • 4.01 kB
JSON
{
"name": "react-intlayer",
"version": "7.5.1",
"private": false,
"description": "Easily internationalize i18n your React applications with type-safe multilingual content management.",
"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,
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.cjs",
"import": "./dist/esm/index.mjs"
},
"./format": {
"types": "./dist/types/client/format/index.d.ts",
"require": "./dist/cjs/client/format/index.cjs",
"import": "./dist/esm/client/format/index.mjs"
},
"./server": {
"types": "./dist/types/server/index.d.ts",
"require": "./dist/cjs/server/index.cjs",
"import": "./dist/esm/server/index.mjs"
},
"./server/format": {
"types": "./dist/types/server/format/index.d.ts",
"require": "./dist/cjs/server/format/index.cjs",
"import": "./dist/esm/server/format/index.mjs"
},
"./editor": {
"types": "./dist/types/editor/index.d.ts",
"require": "./dist/cjs/editor/index.cjs",
"import": "./dist/esm/editor/index.mjs"
},
"./package.json": "./package.json"
},
"main": "dist/cjs/index.cjs",
"module": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"typesVersions": {
"*": {
"format": [
"./dist/types/client/format/index.d.ts"
],
"server": [
"./dist/types/server/index.d.ts"
],
"server/format": [
"./dist/types/server/format/index.d.ts"
],
"editor": [
"./dist/types/editor/index.d.ts"
],
"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": {
"@intlayer/api": "7.5.1",
"@intlayer/config": "7.5.1",
"@intlayer/core": "7.5.1",
"@intlayer/dictionaries-entry": "7.5.1",
"@intlayer/editor-react": "7.5.1",
"@intlayer/types": "7.5.1",
"@intlayer/unmerged-dictionaries-entry": "7.5.1",
"intlayer": "7.5.1"
},
"devDependencies": {
"@craco/types": "7.1.0",
"@types/node": "25.0.3",
"@types/react": ">=16.0.0",
"@types/react-dom": ">=16.0.0",
"@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.1",
"typescript": "5.9.3",
"vitest": "4.0.16"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"engines": {
"node": ">=14.18"
},
"bug": {
"url": "https://github.com/aymericzip/intlayer/issues"
}
}