UNPKG

remix-i18next

Version:

The easiest way to translate your Full Stack React Router apps

76 lines (75 loc) 1.83 kB
{ "name": "remix-i18next", "version": "7.2.0", "author": { "name": "Sergio Xalambrí", "url": "https://sergiodxa.com", "email": "hello@sergiodxa.com" }, "repository": { "type": "git", "url": "git+https://github.com/sergiodxa/remix-i18next.git" }, "devDependencies": { "@arethetypeswrong/cli": "^0.17.2", "@biomejs/biome": "^1.9.2", "@total-typescript/tsconfig": "^1.0.4", "@types/accept-language-parser": "^1.5.6", "@types/bun": "^1.1.14", "@types/react": "^19.1.0", "consola": "^3.3.3", "i18next": "^24.2.2", "react": "^19.0.0", "react-i18next": "^15.4.0", "react-router": "^7.3.0", "typedoc": "^0.28.0", "typedoc-plugin-mdn-links": "^5.0.1", "typescript": "^5.7.2" }, "peerDependencies": { "react-router": "^7.0.0", "i18next": "^24.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-i18next": "^13.0.0 || ^14.0.0 || ^15.0.0" }, "exports": { "./package.json": "./package.json", "./client": "./build/client.js", "./server": "./build/server.js", "./react": "./build/react.js", "./middleware": "./build/middleware.js" }, "bugs": { "url": "https://github.com/sergiodxa/remix-i18next/issues" }, "description": "The easiest way to translate your Full Stack React Router apps", "engines": { "node": ">=20.0.0" }, "funding": "https://github.com/sponsors/sergiodxa", "homepage": "https://github.com/sergiodxa/remix-i18next#readme", "keywords": [ "remix", "i18n", "i18next", "ssr", "csr", "react-router" ], "license": "MIT", "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "quality": "biome check .", "quality:fix": "biome check . --write --unsafe", "exports": "bun run ./scripts/exports.ts" }, "sideEffects": false, "files": [ "build", "src", "package.json", "README.md" ], "type": "module" }