]> git.localhorst.tv Git - alttp.git/blobdiff - package.json
tournament admin control
[alttp.git] / package.json
index abdb0d544d183ef4cbb89db733cb3411716c1ddc..2732cb74166ec33085c5d0d5d3e9d877ab03060e 100644 (file)
@@ -12,7 +12,7 @@
     "eslintConfig": {
         "env": {
             "browser": true,
-                       "node": true
+            "node": true
         },
         "extends": [
             "eslint:recommended",
@@ -24,7 +24,7 @@
             "sourceType": "module"
         },
         "rules": {
-                       "import/no-named-as-default-member": 0,
+            "import/no-named-as-default-member": 0,
             "max-len": [
                 "warn",
                 {
@@ -87,6 +87,7 @@
         "react-i18next": "^11.15.6",
         "react-router-bootstrap": "^0.26.0",
         "react-router-dom": "^6.2.2",
+        "recharts": "^2.1.9",
         "toastr": "^2.1.4",
         "yup": "^0.32.11"
     }