gatsby-plugin-react-intl
Version:
Gatsby plugin to add react-intl onto a site
59 lines (58 loc) • 1.68 kB
JSON
{
"name": "gatsby-plugin-react-intl",
"description": "Gatsby plugin to add react-intl onto a site",
"version": "4.0.0",
"author": "Daewoong Moon <wiziple@gmail.com>",
"bugs": {
"url": "https://github.com/theowenyoung/gatsby-plugin-intl"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"@formatjs/intl-pluralrules": "^4.3.3",
"@formatjs/intl-relativetimeformat": "^8.1.8",
"browser-lang": "^0.1.0",
"intl": "^1.2.5",
"path-browserify": "^1.0.1",
"picomatch": "^2.3.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react-intl": "^5.25.0",
"util": "^0.12.4"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.13.8",
"babel-preset-gatsby-package": "^1.14.0",
"cross-env": "^7.0.3",
"jest": "^26.6.3",
"prettier": "^1.19.1",
"react": "^18.0.0",
"release-it": "^14.4.2",
"rimraf": "^3.0.2",
"webpack": "^5.72.0"
},
"homepage": "https://github.com/theowenyoung/gatsby-plugin-intl",
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-plugin-intl",
"i18n",
"intl",
"react-intl"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^4.0.0"
},
"repository": "https://github.com/theowenyoung/gatsby-plugin-intl",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"format": "prettier --write {src,__tests__}/**/*.{js,jsx}",
"test": "jest",
"clean": "rimraf *.js",
"release": "npx yarn build && npx yarn test && release-it"
}
}