Skip to content

Instantly share code, notes, and snippets.

@shalkam
Created March 19, 2018 12:21
Show Gist options
  • Select an option

  • Save shalkam/1fa8ecf2ca8db05fd50b5231bd937e83 to your computer and use it in GitHub Desktop.

Select an option

Save shalkam/1fa8ecf2ca8db05fd50b5231bd937e83 to your computer and use it in GitHub Desktop.
{
"name": "react-intl-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-intl": "^2.4.0",
"react-scripts": "1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"extract:messages": "react-intl-cra 'src/**/*.{js,jsx}' -o 'src/i18n/messages/messages.json'",
"manage:translations": "node ./translationRunner.js"
},
"devDependencies": {
"react-intl-cra": "^0.3.3",
"react-intl-translations-manager": "^5.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment