UNPKG

next-i18next-static-site

Version:

i18next solution for static sites build with Next.js (static HTML export / next export)

68 lines (67 loc) 1.8 kB
{ "name": "next-i18next-static-site", "version": "2.0.0", "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.0.2", "@types/react-dom": "19.0.2", "eslint": "9.24.0", "eslint-config-custom": "*", "i18next": "24.2.0", "js-cookie": "3.0.5", "next": "15.1.3", "react": "19.0.0", "react-i18next": "15.2.0", "release-it": "17.11.0", "tsconfig": "*", "tsup": "8.3.5", "typescript": "5.8.3" }, "peerDependencies": { "i18next": ">=23.7.11", "js-cookie": ">=3.0.5", "next": ">=14.0.0", "react": ">=18.2.0", "react-i18next": ">=15.2.0" }, "dependencies": { "js-cookie": "^3.0.5" } }