]> Untitled Git - lemmy.git/blobdiff - ui/package.json
Adding emoji support.
[lemmy.git] / ui / package.json
index b5bb14ef95caf2070f53f9d220870600966f92ad..797e45bc8c1915fce17e59c2fdb912118ea8a5d9 100644 (file)
     "@types/js-cookie": "^2.2.1",
     "@types/jwt-decode": "^2.2.1",
     "@types/markdown-it": "^0.0.7",
+    "@types/markdown-it-container": "^2.0.2",
     "autosize": "^4.0.2",
     "classcat": "^1.1.3",
     "dotenv": "^6.1.0",
+    "i18next": "^17.0.9",
     "inferno": "^7.0.1",
+    "inferno-i18next": "nimbusec-oss/inferno-i18next",
     "inferno-router": "^7.0.1",
     "js-cookie": "^2.2.0",
     "jwt-decode": "^2.2.0",
     "markdown-it": "^8.4.2",
+    "markdown-it-container": "^2.0.0",
+    "markdown-it-emoji": "^1.4.0",
     "moment": "^2.24.0",
-    "rxjs": "^6.4.0"
+    "rxjs": "^6.4.0",
+    "terser": "^3.17.0",
+    "ws": "^7.0.0"
   },
   "devDependencies": {
-    "fuse-box": "3.1.3",
+    "@types/i18next": "^12.1.0",
+    "fuse-box": "^3.1.3",
     "ts-transform-classcat": "^0.0.2",
     "ts-transform-inferno": "^4.0.2",
-    "typescript": "^3.3.3333",
-    "uglify-es": "^3.3.9"
+    "typescript": "^3.5.3"
   }
 }