gatsby-plugin-react-i18next-99
Version:
Easily translate your Gatsby website into multiple languages
106 lines (105 loc) • 2.92 kB
JSON
{
"name": "gatsby-plugin-react-i18next-99",
"version": "1.2.0",
"description": "Easily translate your Gatsby website into multiple languages",
"main": "index.js",
"types": "index.d.ts",
"author": "Steven Sacks <stevensacks@gmail.com>",
"license": "MIT",
"keywords": [
"react",
"gatsby",
"gatsbyjs",
"gatsby-plugin",
"gatsby-component",
"i18next",
"react-i18next",
"gatsby-i18n",
"i18n",
"i18next",
"localization",
"localisation",
"translation",
"translate"
],
"repository": {
"url": "https://github.com/stevensacks/gatsby-plugin-react-i18next"
},
"files": [
"dist",
"index.js",
"index.d.ts",
"gatsby-browser.js",
"gatsby-node.js",
"gatsby-ssr.js"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build:ts": "babel src --out-dir dist --extensions .ts,.tsx",
"build:defs": "tsc --declaration --outDir dist --emitDeclarationOnly",
"dev": "babel -w src --out-dir dist --extensions .ts,.tsx",
"prepare": "NODE_ENV=production npm run build:ts && npm run build:defs",
"format": "prettier --write '**/*.{js,jsx,json,ts,tsx,md}'",
"release": "release-it"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@types/bluebird": "^3.5.33",
"@types/react": "^17.0.33",
"@types/react-helmet": "^6.1.4",
"babel-preset-gatsby-package": "^1.14.0",
"gatsby": "^3.0.0",
"husky": "^4.3.8",
"i18next": "^21.3.3",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.5",
"release-it": "^14.2.2",
"typescript": "^4.4.4"
},
"dependencies": {
"bluebird": "^3.7.2",
"browser-lang": "^0.1.0",
"outdent": "^0.8.0",
"path-to-regexp": "^6.2.0"
},
"peerDependencies": {
"gatsby": "^3.0.0 || ^4.0.0",
"i18next": "^21.2.6",
"react": "^16.x || ^17.x",
"react-i18next": "^11.12.0",
"react-helmet": "^6.1.0"
},
"optionalDependencies": {
"react-helmet": "^6.1.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"release-it": {
"git": {
"tagName": "v${version}",
"commitMessage": "chore: release v${version}"
},
"github": {
"release": true
},
"npm": {
"publish": true
},
"hooks": {
"before:init": [
"npm run format",
"npm run prepare"
]
}
}
}