UNPKG

remix-i18next

Version:

The easiest way to translate your Full Stack React Router apps

82 lines (81 loc) 1.95 kB
{ "name": "remix-i18next", "version": "8.0.0", "description": "The easiest way to translate your Full Stack React Router apps", "keywords": [ "csr", "i18n", "i18next", "react-router", "remix", "ssr" ], "homepage": "https://github.com/sergiodxa/remix-i18next#readme", "bugs": { "url": "https://github.com/sergiodxa/remix-i18next/issues" }, "license": "MIT", "author": { "name": "Sergio Xalambrí", "email": "hello@sergiodxa.com", "url": "https://sergiodxa.com" }, "repository": { "type": "https", "url": "https://github.com/sergiodxa/remix-i18next" }, "funding": "https://github.com/sponsors/sergiodxa", "files": [ "build", "src/**/*.ts", "!src/**/*.test.ts", "!src/lib/test-helper.ts", "package.json", "README.md" ], "type": "module", "sideEffects": false, "types": "./build/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./build/index.d.ts", "default": "./build/index.js" } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "build:docs": "typedoc", "typecheck": "tsc --noEmit", "lint": "oxlint --ignore-path .gitignore --deny-warnings .", "lint:fix": "oxlint --ignore-path .gitignore --deny-warnings --fix .", "format": "oxfmt --check .", "format:fix": "oxfmt .", "quality": "bun run lint && bun run format", "quality:fix": "bun run lint:fix && bun run format:fix", "exports": "bun run ./scripts/exports.ts" }, "devDependencies": { "@arethetypeswrong/cli": "0.18.4", "@total-typescript/tsconfig": "^1.0.4", "@types/bun": "^1.2.17", "@types/react": "^19.1.11", "i18next": "26.3.2", "oxfmt": "^0.56.0", "oxlint": "^1.71.0", "react-router": "^8.0.1", "typedoc": "^0.28.6", "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^6.0.2" }, "peerDependencies": { "i18next": "^24.0.0 || ^25.0.0 || ^26.0.0", "react-router": "^8.0.0" }, "engines": { "node": ">=22.22.0" } }