diff --git a/.babelrc b/.babelrc
index c2b8443..90f5da0 100755
--- a/.babelrc
+++ b/.babelrc
@@ -5,7 +5,6 @@
]
],
"plugins": [
- "@babel/plugin-transform-optional-chaining",
- "@babel/plugin-syntax-import-attributes"
+ "@babel/plugin-transform-optional-chaining"
],
}
diff --git a/.eslintrc b/.eslintrc
deleted file mode 100755
index be5abec..0000000
--- a/.eslintrc
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "root": true,
- "extends": [
- "airbnb-base",
- "plugin:import/errors",
- "plugin:vue/recommended"
- ],
- "parserOptions": {
- "parser": "@babel/eslint-parser",
- "ecmaVersion": 2022,
- "sourceType": "module"
- },
- "rules": {
- "default-param-last": 0,
- "import/no-extraneous-dependencies": ["error", {"devDependencies": true}],
- "import/prefer-default-export": 0,
- "no-underscore-dangle": 0,
- "import/extensions": [2, "always"],
- "indent": ["error", "tab"],
- "max-len": 0,
- "no-console": 0,
- "no-param-reassign": ["error", {
- "props": true,
- "ignorePropertyModificationsFor": ["state", "acc", "req"]
- }],
- "vue/multi-word-component-names": 0,
- "vue/no-reserved-component-names": 0,
- "no-tabs": "off",
- "no-unused-vars": ["error", {"argsIgnorePattern": "^_"}],
- "prefer-destructuring": 0,
- "template-curly-spacing": "off",
- "vue/html-indent": ["error", "tab"],
- "vue/multiline-html-element-content-newline": 0,
- "vue/no-v-html": 0,
- "vue/singleline-html-element-content-newline": 0,
- "vue/comment-directive": 0,
- },
- "settings": {
- "import/resolver": {
- "alias": {
- "extensions": [".js"],
- "map": [
- ["#", "."],
- ["#root", "."]
- ]
- }
- }
- },
- "globals": {
- "CONFIG": true
- }
-}
diff --git a/.nvmrc b/.nvmrc
index b295a68..ca5c350 100644
--- a/.nvmrc
+++ b/.nvmrc
@@ -1 +1 @@
-21.2.0
+24.18.0
diff --git a/components/actors/actors.vue b/components/actors/actors.vue
index a26bb68..d567eee 100644
--- a/components/actors/actors.vue
+++ b/components/actors/actors.vue
@@ -1,3 +1,132 @@
+
+
@@ -111,135 +240,6 @@
-
-