gatsby-i18n
Version:
Gatsby plugin that provides i18n support
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "gatsby-i18n",
"description": "Gatsby plugin that provides i18n support",
"version": "1.1.8",
"author": "igorko82@me.com",
"repository": "ikhudo/gatsby-i18n-plugin",
"keywords": [
"react",
"gatsby",
"gatsby-plugin",
"gatsby-component",
"lingui",
"i18n"
],
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && babel src --out-dir lib --ignore __tests__",
"build:watch": "rimraf lib && babel -w src --out-dir lib --ignore __tests__",
"prepare": "yarn run build"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@wapps/langtag-utils": "^1.0.2",
"react-helmet": "^5.2.0"
},
"peerDependencies": {
"gatsby": ">2.0.0-alpha"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.1.0",
"babel-core": "^6.4.0",
"gatsby": "^2.0.0-beta.105",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"rimraf": "^2.6.2"
},
"publishConfig": {
"access": "public"
},
"gitHead": "725ae5554e989002c0143a663f35877972580b20"
}