Skip to content

Commit 8d2c0f8

Browse files
authored
Add new libs for Bob. (#1549)
1 parent 075c8e8 commit 8d2c0f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,24 @@
1313
"@types/algoliasearch": "3.34.6",
1414
"@types/amplitude-js": "4.4.5",
1515
"@types/chai": "4.2.5",
16+
"@types/jspdf": "1.3.3",
1617
"@types/lodash": "4.14.149",
1718
"@types/mocha": "5.2.7",
1819
"@types/node": "12.12.14",
1920
"@types/prop-types": "15.7.3",
2021
"@types/radium": "0.24.2",
2122
"@types/react-facebook-login": "4.1.0",
23+
"@types/react-lazyload": "2.3.2",
2224
"@types/react-loadable": "5.5.2",
2325
"@types/react-redux": "7.1.5",
2426
"@types/react-router": "5.1.3",
2527
"@types/react-router-dom": "5.1.3",
2628
"@types/react-select": "3.0.8",
29+
"@types/react-share": "3.0.3",
2730
"@types/react-test-renderer": "16.9.1",
2831
"@types/redux-mock-store": "1.0.1",
2932
"@types/sha1": "1.1.2",
33+
"@types/smoothscroll-polyfill": "0.3.1",
3034
"@types/webpack-env": "1.14.1",
3135
"@types/zepto": "1.0.30",
3236
"@typescript-eslint/eslint-plugin": "2.10.0",
@@ -37,6 +41,7 @@
3741
"autocomplete.js": "0.37.0",
3842
"babel-eslint": "10.0.3",
3943
"babel-loader": "8.0.6",
44+
"babel-plugin-i18next-extract": "0.4.0",
4045
"browser-metrics": "0.1.4",
4146
"chai": "4.2.0",
4247
"connected-react-router": "6.6.1",
@@ -64,6 +69,8 @@
6469
"glob": "7.1.6",
6570
"google-protobuf": "3.11.0",
6671
"html-webpack-plugin": "3.2.0",
72+
"i18next": "19.0.1",
73+
"i18next-browser-languagedetector": "4.0.1",
6774
"imagemin": "7.0.1",
6875
"imagemin-mozjpeg": "8.0.0",
6976
"imagemin-optipng": "7.1.0",
@@ -110,6 +117,7 @@
110117
"react-google-login": "5.0.7",
111118
"react-height": "3.0.1",
112119
"react-hot-loader": "4.12.18",
120+
"react-i18next": "11.2.5",
113121
"react-lazyload": "2.6.5",
114122
"react-markdown": "4.2.2",
115123
"react-redux": "7.1.3",

0 commit comments

Comments
 (0)