gatsby-theme-i18n
Version:
A Gatsby theme for providing internationalization support to your Gatsby site by taking in a configuration file and creating prefixed, enriched pages for each language.
37 lines (36 loc) • 1.06 kB
JSON
{
"name": "gatsby-theme-i18n",
"version": "3.0.0",
"main": "index.js",
"types": "index.d.ts",
"author": "LekoArts <lekoarts@gmail.com>",
"description": "A Gatsby theme for providing internationalization support to your Gatsby site by taking in a configuration file and creating prefixed, enriched pages for each language.",
"license": "MIT",
"devDependencies": {
"gatsby-plugin-react-helmet": "^5.3.0",
"react-helmet": "^6.1.0"
},
"peerDependencies": {
"gatsby": "^4.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0"
},
"keywords": [
"i18n",
"gatsby-theme",
"gatsby",
"gatsby-plugin"
],
"repository": {
"type": "git",
"directory": "packages/gatsby-theme-i18n",
"url": "https://github.com/gatsbyjs/themes.git"
},
"homepage": "https://github.com/gatsbyjs/themes/tree/master/packages/gatsby-theme-i18n#readme",
"engines": {
"node": ">=14.15.0"
},
"gitHead": "a9dd4d105ce31f589cf06a39b4e47d7169ade0ff"
}