rsnext/examples/with-react-intl/package.json
Tage A. L. K 9efed17503 Update with-react-intl for v3 (#8526)
* Update dependencies

> Update dependencies

* Changes to make v3 work

> Use hook `useIntl` instead of HOC `injectIntl`
> Change use of class components
> Changes to dependencies

* Small changes

Small changes
2019-08-26 15:40:36 -05:00

22 lines
558 B
JSON

{
"name": "with-react-intl",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build && node ./scripts/default-lang",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@formatjs/intl-relativetimeformat": "^2.8.2",
"@formatjs/intl-utils": "^0.6.1",
"accepts": "^1.3.7",
"babel-plugin-react-intl": "^4.1.14",
"glob": "^7.1.4",
"intl": "^1.2.5",
"next": "latest",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-intl": "^3.1.12"
},
"license": "ISC"
}