Created
March 19, 2018 12:21
-
-
Save shalkam/1fa8ecf2ca8db05fd50b5231bd937e83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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