]> git.localhorst.tv Git - alttp.git/blobdiff - package.json
draggable tracker icons
[alttp.git] / package.json
index 1fdb3627e79f0f4e784d63b6d226fc6587c60d3d..00152a895b8f857733e6cbe0df9bfedba45904ec 100644 (file)
@@ -45,7 +45,7 @@
                     "tabWidth": 4
                 }
             ],
-                       "no-use-before-define": "error",
+            "no-use-before-define": "error",
             "no-extra-parens": [
                 "warn",
                 "all",
                 "env": {
                     "jest": true
                 },
-                               "settings": {
-                                       "import/resolver": {
-                                               "node": {
-                                                       "paths": [
-                                                               "resources/js"
-                                                       ]
-                                               }
-                                       }
-                               }
+                "settings": {
+                    "import/resolver": {
+                        "node": {
+                            "paths": [
+                                "resources/js"
+                            ]
+                        }
+                    }
+                }
             }
         ]
     },
     "jest": {
-               "moduleDirectories": [
-                       "node_modules",
-                       "resources/js"
-               ],
+        "moduleDirectories": [
+            "node_modules",
+            "resources/js"
+        ],
         "roots": [
             "<rootDir>/resources/js",
             "<rootDir>/tests/js"
         "@uiw/react-codemirror": "^4.21.9",
         "apng-js": "^1.1.1",
         "crc-32": "^1.2.2",
+        "d3-drag": "^3.0.0",
         "file-saver": "^2.0.5",
         "formik": "^2.2.9",
         "i18next": "^23.4.9",