From dc61401b09d73bcfe69a2cf408861c2331f77698 Mon Sep 17 00:00:00 2001 From: Avior Date: Sun, 5 Jan 2020 13:48:52 +0100 Subject: [PATCH] added node-emoji Signed-off-by: Avior --- package.json | 5 +++-- yarn.lock | 12 ++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9015f1..129b8a1 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "export": "next export && node export.js && yarn move_next", "start": "next start", "move_next": "mv out/_next out/assets", - "serve": "serve out", - "lint": "tslint -c tslint.json --project tsconfig.json" + "serve": "serve out", + "lint": "tslint -c tslint.json --project tsconfig.json" }, "dependencies": { "@zeit/next-stylus": "^1.0.1", @@ -17,6 +17,7 @@ "gray-matter": "^4.0.2", "next": "^9.1.7", "next-offline": "^4.0.6", + "node-emoji": "^1.10.0", "raw-loader": "^4.0.0", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/yarn.lock b/yarn.lock index 75b351b..48f63fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3811,6 +3811,11 @@ lodash.templatesettings@^4.0.0: dependencies: lodash._reinterpolate "^3.0.0" +lodash.toarray@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.toarray/-/lodash.toarray-4.4.0.tgz#24c4bfcd6b2fba38bfd0594db1179d8e9b656561" + integrity sha1-JMS/zWsvuji/0FlNsRedjptlZWE= + lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4: version "4.17.15" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548" @@ -4257,6 +4262,13 @@ next@^9.1.7: webpack-sources "1.4.3" whatwg-fetch "3.0.0" +node-emoji@^1.10.0: + version "1.10.0" + resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-1.10.0.tgz#8886abd25d9c7bb61802a658523d1f8d2a89b2da" + integrity sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw== + dependencies: + lodash.toarray "^4.4.0" + node-fetch@2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"