UNPKG

modified-next-i18next

Version:

A slightly modified version of next-i18next to allow for different folder structure.

93 lines (92 loc) 2.67 kB
{ "name": "modified-next-i18next", "version": "3.0.0", "repository": "https://github.com/H3RSKO/modified-next-i18next", "author": "H3RSKO", "main": "dist/commonjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/types.d.ts", "license": "MIT", "engines": { "node": ">=10" }, "description": "A slightly modified version of next-i18next to allow for different folder structure.", "keywords": [ "react", "i18next", "nextjs", "next", "translation", "localisation", "localization", "locale" ], "scripts": { "test": "echo \"No test specified\"" }, "bundlesize": [ { "path": "./examples/simple/.next/static/chunks/commons*.js", "maxSize": "14 kB" }, { "path": "./examples/simple/.next/static/chunks/main*.js", "maxSize": "8 kB" }, { "path": "./examples/simple/.next/static/chunks/webpack*.js", "maxSize": "760 B" } ], "devDependencies": { "@babel/cli": "^7.10.4", "@babel/core": "^7.10.4", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-transform-runtime": "^7.10.4", "@babel/preset-env": "^7.10.4", "@babel/preset-react": "^7.10.4", "@babel/preset-typescript": "^7.10.4", "@testing-library/react": "^11.2.5", "@types/jest": "^26.0.20", "@types/node": "^15.0.2", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "@types/testing-library__cypress": "^5.0.8", "@typescript-eslint/eslint-plugin": "^4.11.1", "@typescript-eslint/parser": "^4.11.1", "all-contributors-cli": "^6.0.0", "babel-core": "^7.0.0-bridge.0", "babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-transform-async-to-generator": "^6.24.1", "bundlesize": "^0.18.0", "cypress": "^6.5.0", "eslint": "^7.17.0", "eslint-plugin-cypress": "^2.11.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^24.1.5", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-react": "^7.22.0", "eslint-plugin-typescript-sort-keys": "^1.5.0", "husky": "^3.0.0", "jest": "^26.6.3", "next": "^10.0.4", "react": "^17.0.1", "react-dom": "^17.0.1", "start-server-and-test": "^1.12.0", "typescript": "^4.1.3" }, "dependencies": { "@babel/runtime": "^7.13.17", "@types/hoist-non-react-statics": "^3.3.1", "@types/i18next-fs-backend": "^1.0.0", "core-js": "^3", "hoist-non-react-statics": "^3.2.0", "i18next": "^20.1.0", "i18next-fs-backend": "^1.0.7", "react-i18next": "^11.8.13" }, "peerDependencies": { "next": ">= 10.0.0", "react": ">= 16.8.0" } }