next-i18next-static-site
Version:
i18next solution for static sites build with Next.js (static HTML export / next export)
69 lines (68 loc) • 1.89 kB
JSON
{
"name": "next-i18next-static-site",
"version": "2.1.1",
"description": "i18next solution for static sites build with Next.js (static HTML export / next export)",
"homepage": "https://github.com/Xairoo/next-i18next-static-site",
"bugs": {
"url": "https://github.com/Xairoo/next-i18next-static-site/issues"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"license": "MIT",
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "git://github.com/Xairoo/next-i18next-static-site.git"
},
"author": "Marcel Zurreck <marcel.zurreck@gmail.com> (https://marcel.zurreck.com)",
"keywords": [
"next",
"nextjs",
"i18n",
"i18next",
"react-i18next",
"translation",
"localisation",
"localization",
"locale",
"static-site",
"ssg"
],
"scripts": {
"build": "rm -rf dist && mkdir dist && tsup src/index.tsx --format esm,cjs --dts --external react",
"dev": "tsup src/index.tsx --format esm,cjs --watch --dts",
"lint": "TIMING=1 eslint \"**/*.ts*\"",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it"
},
"devDependencies": {
"@types/js-cookie": "3.0.6",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "10.0.3",
"eslint-config-custom": "*",
"i18next": "25.8.18",
"js-cookie": "3.0.5",
"next": "16.1.6",
"react": "19.2.4",
"react-i18next": "16.5.8",
"release-it": "19.2.4",
"tsconfig": "*",
"tsup": "8.5.1",
"typescript": "5.9.3"
},
"peerDependencies": {
"i18next": ">=23.7.11",
"js-cookie": ">=3.0.5",
"next": "^14.0.0-0 || ^15.0.0-0 || ^16.0.0-0",
"react": "^18.2.0 || ^19.0.0-0",
"react-dom": "^18.2.0 || ^19.0.0-0",
"react-i18next": ">=15.2.0"
},
"dependencies": {
"js-cookie": "^3.0.5"
}
}