UNPKG

next-export-i18n

Version:

Internationalize next.js with true support for next export

30 lines (28 loc) 860 B
{ "name": "next-export-i18n", "files": ["index.js", "index.d.ts", "README.md", "LICENSE", "package.json"], "main": "index.js", "version": "2.4.3", "description": "Internationalize next.js with true support for next export", "keywords": ["next.js", "react.js", "typescript", "i18n", "export", "ssg"], "author": "Martin Krause <oss@mkrause.info> (http://mkrause.info/)", "license": "MIT", "scripts": {}, "dependencies": { "mustache": "^4.2.0" }, "peerDependencies": { "next": ">=15.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/martinkr/next-export-i18n.git" }, "bugs": { "url": "https://github.com/martinkr/next-export-i18n/issues" }, "homepage": "https://github.com/martinkr/next-export-i18n#readme" }