|
|
|
@ -9,6 +9,7 @@
|
|
|
|
|
"@fontsource/lato": "^4.2.1",
|
|
|
|
|
"@mdi/svg": "^5.9.55",
|
|
|
|
|
"@popperjs/core": "^2.8.4",
|
|
|
|
|
"alpinejs": "^2.8.1",
|
|
|
|
|
"bootstrap": "^5.0.0-beta2",
|
|
|
|
|
"bootstrap-icons": "^1.4.0",
|
|
|
|
|
"hamburgers": "^1.1.3",
|
|
|
|
@ -61,23 +62,23 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/compat-data": {
|
|
|
|
|
"version": "7.13.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.6.tgz",
|
|
|
|
|
"integrity": "sha512-VhgqKOWYVm7lQXlvbJnWOzwfAQATd2nV52koT0HZ/LdDH0m4DUDwkKYsH+IwpXb+bKPyBJzawA4I6nBKqZcpQw==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/core": {
|
|
|
|
|
"version": "7.13.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.1.tgz",
|
|
|
|
|
"integrity": "sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/code-frame": "^7.12.13",
|
|
|
|
|
"@babel/generator": "^7.13.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.8",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.13.0",
|
|
|
|
|
"@babel/helpers": "^7.13.0",
|
|
|
|
|
"@babel/parser": "^7.13.0",
|
|
|
|
|
"@babel/parser": "^7.13.4",
|
|
|
|
|
"@babel/template": "^7.12.13",
|
|
|
|
|
"@babel/traverse": "^7.13.0",
|
|
|
|
|
"@babel/types": "^7.13.0",
|
|
|
|
@ -86,7 +87,7 @@
|
|
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
|
|
|
"json5": "^2.1.2",
|
|
|
|
|
"lodash": "^4.17.19",
|
|
|
|
|
"semver": "7.0.0",
|
|
|
|
|
"semver": "^6.3.0",
|
|
|
|
|
"source-map": "^0.5.0"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
@ -97,6 +98,15 @@
|
|
|
|
|
"url": "https://opencollective.com/babel"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/core/node_modules/semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"bin": {
|
|
|
|
|
"semver": "bin/semver.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/generator": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.13.0.tgz",
|
|
|
|
@ -128,20 +138,29 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-compilation-targets": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.13.0",
|
|
|
|
|
"@babel/compat-data": "^7.13.8",
|
|
|
|
|
"@babel/helper-validator-option": "^7.12.17",
|
|
|
|
|
"browserslist": "^4.14.5",
|
|
|
|
|
"semver": "7.0.0"
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.0.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-compilation-targets/node_modules/semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"bin": {
|
|
|
|
|
"semver": "bin/semver.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.0.tgz",
|
|
|
|
@ -397,14 +416,14 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-async-generator-functions": {
|
|
|
|
|
"version": "7.13.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.5.tgz",
|
|
|
|
|
"integrity": "sha512-8cErJEDzhZgNKzYyjCKsHuyPqtWxG8gc9h4OFSUDJu0vCAOsObPU2LcECnW0kJwh/b+uUz46lObVzIXw0fzAbA==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/helper-remap-async-to-generator": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.0"
|
|
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
|
@ -424,13 +443,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-dynamic-import": {
|
|
|
|
|
"version": "7.12.17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz",
|
|
|
|
|
"integrity": "sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
|
@ -450,25 +469,25 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-json-strings": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-v9eEi4GiORDg8x+Dmi5r8ibOe0VXoKDeNPYcTTxdGN4eOWikrJfDJCJrr1l5gKGvsNyGJbrfMftC2dTL6oz7pg==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.0"
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-logical-assignment-operators": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-fqmiD3Lz7jVdK6kabeSr1PZlWSUVqSitmHEe3Z00dtGTKieWnX9beafvavc32kjORa5Bai4QNHgFDwWJP+WtSQ==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
@ -476,13 +495,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-nullish-coalescing-operator": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-UkAvFA/9+lBBL015gjA68NvKiCReNxqFLm3SdNKaM3XXoDisA7tMAIX4PmIwatFoFqMxxT3WyG9sK3MO0Kting==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
|
@ -502,13 +521,15 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-object-rest-spread": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-B4qphdSTp0nLsWcuei07JPKeZej4+Hd22MdnulJXQa1nCcGSBlk8FiqenGERaPZ+PuYhz4Li2Wjc8yfJvHgUMw==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.13.8",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.8",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
|
|
|
"@babel/plugin-transform-parameters": "^7.13.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
@ -516,27 +537,27 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-optional-catch-binding": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-9+MIm6msl9sHWg58NvqpNpLtuFbmpFYk37x8kgnGzAHvX35E1FyAwSUt5hIkSoWJFSAH+iwU8bJ4fcD1zKXOzg==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-proposal-optional-chaining": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-OVRQOZEBP2luZrvEbNSX5FfWDousthhdEoAOpej+Tpe58HFLvqRClT89RauIvBuCDFEip7GW1eT86/5lMy2RNA==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.0"
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
|
@ -909,9 +930,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-j7397PkIB4lcn25U2dClK6VLC6pr2s3q+wbE8R3vJvY6U1UTBBj0n6F+5v6+Fd/UwfDPAorMOs2TV+T4M+owpQ==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-module-transforms": "^7.13.0",
|
|
|
|
@ -924,14 +945,14 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/plugin-transform-modules-systemjs": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-aHfVjhZ8QekaNF/5aNdStCGzwTbU7SI5hUybBKlMzqIMC7w7Ho8hx5a4R/DkTHfRfLwHGGxSpFt9BfxKCoXKoA==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.12.13",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.12.13",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.13.0",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.13.0",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.12.11",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
|
},
|
|
|
|
@ -1124,39 +1145,39 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/preset-env": {
|
|
|
|
|
"version": "7.13.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.13.5.tgz",
|
|
|
|
|
"integrity": "sha512-xUeKBIIcbwxGevyWMSWZOW98W1lp7toITvVsMxSddCEQy932yYiF4fCB+CG3E/MXzFX3KbefgvCqEQ7TDoE6UQ==",
|
|
|
|
|
"version": "7.13.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.13.9.tgz",
|
|
|
|
|
"integrity": "sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/compat-data": "^7.13.5",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.0",
|
|
|
|
|
"@babel/compat-data": "^7.13.8",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.8",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/helper-validator-option": "^7.12.17",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.13.5",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.12.17",
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-json-strings": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-json-strings": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-private-methods": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
|
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-top-level-await": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-arrow-functions": "^7.13.0",
|
|
|
|
|
"@babel/plugin-transform-async-to-generator": "^7.13.0",
|
|
|
|
@ -1173,8 +1194,8 @@
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-modules-amd": "^7.13.0",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.13.0",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.13.8",
|
|
|
|
|
"@babel/plugin-transform-modules-umd": "^7.13.0",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-new-target": "^7.12.13",
|
|
|
|
@ -1190,18 +1211,27 @@
|
|
|
|
|
"@babel/plugin-transform-typeof-symbol": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.12.13",
|
|
|
|
|
"@babel/preset-modules": "^0.1.3",
|
|
|
|
|
"@babel/preset-modules": "^0.1.4",
|
|
|
|
|
"@babel/types": "^7.13.0",
|
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.1.4",
|
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.1.3",
|
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.1.2",
|
|
|
|
|
"core-js-compat": "^3.9.0",
|
|
|
|
|
"semver": "7.0.0"
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"@babel/core": "^7.0.0-0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/preset-env/node_modules/semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"bin": {
|
|
|
|
|
"semver": "bin/semver.js"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@babel/preset-modules": {
|
|
|
|
|
"version": "0.1.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
|
|
|
|
@ -1334,9 +1364,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/@popperjs/core": {
|
|
|
|
|
"version": "2.8.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.8.4.tgz",
|
|
|
|
|
"integrity": "sha512-h0lY7g36rhjNV8KVHKS3/BEOgfsxu0AiRI8+ry5IFBGEsQFkpjxtcpVc9ndN8zrKUeMZXAWMc7eQMepfgykpxQ==",
|
|
|
|
|
"version": "2.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-wjtKehFAIARq2OxK8j3JrggNlEslJfNuSm2ArteIbKyRMts2g0a7KzTxfRVNUM+O0gnBJ2hNV8nWPOYBgI1sew==",
|
|
|
|
|
"funding": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/popperjs"
|
|
|
|
@ -1642,6 +1672,11 @@
|
|
|
|
|
"integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"node_modules/alpinejs": {
|
|
|
|
|
"version": "2.8.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-2.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-ETJ/k0fbiBeP+OSd5Fhj70c+zb+YRzcVbyh5DVeLT3FBWMUeUvjOSWLi53IVLPSehaT2SKmB7w08WGF2jYTqNA=="
|
|
|
|
|
},
|
|
|
|
|
"node_modules/ansi-colors": {
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
|
|
|
|
@ -2583,9 +2618,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/css-loader": {
|
|
|
|
|
"version": "5.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-mFs3Xe2UrzRzL0+ML6e7Q2e/Ozp/WpDcam0l1X+rXgkuFjjsNSrjiyimG6malUOZGVuEjzKp1NqEqN3exG7ZqQ==",
|
|
|
|
|
"version": "5.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-5FfhpjwtuRgxqmusDidowqmLlcb+1HgnEDMsi2JhiUrZUcoc+cqw+mUtMIF/+OfeMYaaFCLYp1TaIt9H6I/fKA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"camelcase": "^6.2.0",
|
|
|
|
@ -4856,9 +4891,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"node_modules/mini-css-extract-plugin": {
|
|
|
|
|
"version": "1.3.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.8.tgz",
|
|
|
|
|
"integrity": "sha512-u+2kVov/Gcs74iz+x3phEBWMAGw2djjnKfYez+Pl/b5dyXL7aM4Lp5QQtIq16CDwRHT/woUJki49gBNMhfm1eA==",
|
|
|
|
|
"version": "1.3.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.9.tgz",
|
|
|
|
|
"integrity": "sha512-Ac4s+xhVbqlyhXS5J/Vh/QXUz3ycXlCqoCPpg0vdfhsIBH9eg/It/9L1r1XhSCH737M1lqcWnMuWL13zcygn5A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
@ -9798,23 +9833,23 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/compat-data": {
|
|
|
|
|
"version": "7.13.6",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.6.tgz",
|
|
|
|
|
"integrity": "sha512-VhgqKOWYVm7lQXlvbJnWOzwfAQATd2nV52koT0HZ/LdDH0m4DUDwkKYsH+IwpXb+bKPyBJzawA4I6nBKqZcpQw==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@babel/core": {
|
|
|
|
|
"version": "7.13.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.1.tgz",
|
|
|
|
|
"integrity": "sha512-FzeKfFBG2rmFtGiiMdXZPFt/5R5DXubVi82uYhjGX4Msf+pgYQMCFIqFXZWs5vbIYbf14VeBIgdGI03CDOOM1w==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/code-frame": "^7.12.13",
|
|
|
|
|
"@babel/generator": "^7.13.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.0",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.8",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.13.0",
|
|
|
|
|
"@babel/helpers": "^7.13.0",
|
|
|
|
|
"@babel/parser": "^7.13.0",
|
|
|
|
|
"@babel/parser": "^7.13.4",
|
|
|
|
|
"@babel/template": "^7.12.13",
|
|
|
|
|
"@babel/traverse": "^7.13.0",
|
|
|
|
|
"@babel/types": "^7.13.0",
|
|
|
|
@ -9823,8 +9858,16 @@
|
|
|
|
|
"gensync": "^1.0.0-beta.2",
|
|
|
|
|
"json5": "^2.1.2",
|
|
|
|
|
"lodash": "^4.17.19",
|
|
|
|
|
"semver": "7.0.0",
|
|
|
|
|
"semver": "^6.3.0",
|
|
|
|
|
"source-map": "^0.5.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/generator": {
|
|
|
|
@ -9858,15 +9901,23 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-compilation-targets": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-SOWD0JK9+MMIhTQiUVd4ng8f3NXhPVQvTv7D3UN4wbp/6cAHnB2EmMaU1zZA2Hh1gwme+THBrVSqTFxHczTh0Q==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-pBljUGC1y3xKLn1nrx2eAhurLMA8OqBtBP/JwG4U8skN7kf8/aqwwxpV1N6T0e7r6+7uNitIa/fUxPFagSXp3A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.13.0",
|
|
|
|
|
"@babel/compat-data": "^7.13.8",
|
|
|
|
|
"@babel/helper-validator-option": "^7.12.17",
|
|
|
|
|
"browserslist": "^4.14.5",
|
|
|
|
|
"semver": "7.0.0"
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/helper-create-class-features-plugin": {
|
|
|
|
@ -10108,14 +10159,14 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": {
|
|
|
|
|
"version": "7.13.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.5.tgz",
|
|
|
|
|
"integrity": "sha512-8cErJEDzhZgNKzYyjCKsHuyPqtWxG8gc9h4OFSUDJu0vCAOsObPU2LcECnW0kJwh/b+uUz46lObVzIXw0fzAbA==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-rPBnhj+WgoSmgq+4gQUtXx/vOcU+UYtjy1AA/aeD61Hwj410fwYyqfUcRP3lR8ucgliVJL/G7sXcNUecC75IXA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/helper-remap-async-to-generator": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.0"
|
|
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-class-properties": {
|
|
|
|
@ -10129,13 +10180,13 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": {
|
|
|
|
|
"version": "7.12.17",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz",
|
|
|
|
|
"integrity": "sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-ONWKj0H6+wIRCkZi9zSbZtE/r73uOhMVHh256ys0UzfM7I3d4n+spZNWjOnJv2gzopumP2Wxi186vI8N0Y2JyQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0"
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": {
|
|
|
|
@ -10149,33 +10200,33 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-json-strings": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-v9eEi4GiORDg8x+Dmi5r8ibOe0VXoKDeNPYcTTxdGN4eOWikrJfDJCJrr1l5gKGvsNyGJbrfMftC2dTL6oz7pg==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-w4zOPKUFPX1mgvTmL/fcEqy34hrQ1CRcGxdphBc6snDnnqJ47EZDIyop6IwXzAC8G916hsIuXB2ZMBCExC5k7Q==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.0"
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-fqmiD3Lz7jVdK6kabeSr1PZlWSUVqSitmHEe3Z00dtGTKieWnX9beafvavc32kjORa5Bai4QNHgFDwWJP+WtSQ==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-aul6znYB4N4HGweImqKn59Su9RS8lbUIqxtXTOcAGtNIDczoEFv+l1EhmX8rUBp3G1jMjKJm8m0jXVp63ZpS4A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-UkAvFA/9+lBBL015gjA68NvKiCReNxqFLm3SdNKaM3XXoDisA7tMAIX4PmIwatFoFqMxxT3WyG9sK3MO0Kting==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-iePlDPBn//UhxExyS9KyeYU7RM9WScAG+D3Hhno0PLJebAEpDZMocbDe64eqynhNAnwz/vZoL/q/QB2T1OH39A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0"
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": {
|
|
|
|
@ -10189,35 +10240,37 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-B4qphdSTp0nLsWcuei07JPKeZej4+Hd22MdnulJXQa1nCcGSBlk8FiqenGERaPZ+PuYhz4Li2Wjc8yfJvHgUMw==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-DhB2EuB1Ih7S3/IRX5AFVgZ16k3EzfRbq97CxAVI1KSYcW+lexV8VZb7G7L8zuPVSdQMRn0kiBpf/Yzu9ZKH0g==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.13.8",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.8",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
|
|
|
"@babel/plugin-transform-parameters": "^7.13.0"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-9+MIm6msl9sHWg58NvqpNpLtuFbmpFYk37x8kgnGzAHvX35E1FyAwSUt5hIkSoWJFSAH+iwU8bJ4fcD1zKXOzg==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-0wS/4DUF1CuTmGo+NiaHfHcVSeSLj5S3e6RivPTg/2k3wOv3jO35tZ6/ZWsQhQMvdgI7CwphjQa/ccarLymHVA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0"
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-OVRQOZEBP2luZrvEbNSX5FfWDousthhdEoAOpej+Tpe58HFLvqRClT89RauIvBuCDFEip7GW1eT86/5lMy2RNA==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.0"
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-proposal-private-methods": {
|
|
|
|
@ -10497,9 +10550,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": {
|
|
|
|
|
"version": "7.13.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.0.tgz",
|
|
|
|
|
"integrity": "sha512-j7397PkIB4lcn25U2dClK6VLC6pr2s3q+wbE8R3vJvY6U1UTBBj0n6F+5v6+Fd/UwfDPAorMOs2TV+T4M+owpQ==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-9QiOx4MEGglfYZ4XOnU79OHr6vIWUakIj9b4mioN8eQIoEh+pf5p/zEB36JpDFWA12nNMiRf7bfoRvl9Rn79Bw==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-module-transforms": "^7.13.0",
|
|
|
|
@ -10509,14 +10562,14 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": {
|
|
|
|
|
"version": "7.12.13",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.12.13.tgz",
|
|
|
|
|
"integrity": "sha512-aHfVjhZ8QekaNF/5aNdStCGzwTbU7SI5hUybBKlMzqIMC7w7Ho8hx5a4R/DkTHfRfLwHGGxSpFt9BfxKCoXKoA==",
|
|
|
|
|
"version": "7.13.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.13.8.tgz",
|
|
|
|
|
"integrity": "sha512-hwqctPYjhM6cWvVIlOIe27jCIBgHCsdH2xCJVAYQm7V5yTMoilbVMi9f6wKg0rpQAOn6ZG4AOyvCqFF/hUh6+A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.12.13",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.12.13",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
|
|
|
"@babel/helper-hoist-variables": "^7.13.0",
|
|
|
|
|
"@babel/helper-module-transforms": "^7.13.0",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/helper-validator-identifier": "^7.12.11",
|
|
|
|
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
|
|
|
}
|
|
|
|
@ -10661,39 +10714,39 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/preset-env": {
|
|
|
|
|
"version": "7.13.5",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.13.5.tgz",
|
|
|
|
|
"integrity": "sha512-xUeKBIIcbwxGevyWMSWZOW98W1lp7toITvVsMxSddCEQy932yYiF4fCB+CG3E/MXzFX3KbefgvCqEQ7TDoE6UQ==",
|
|
|
|
|
"version": "7.13.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.13.9.tgz",
|
|
|
|
|
"integrity": "sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"@babel/compat-data": "^7.13.5",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.0",
|
|
|
|
|
"@babel/compat-data": "^7.13.8",
|
|
|
|
|
"@babel/helper-compilation-targets": "^7.13.8",
|
|
|
|
|
"@babel/helper-plugin-utils": "^7.13.0",
|
|
|
|
|
"@babel/helper-validator-option": "^7.12.17",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.13.5",
|
|
|
|
|
"@babel/plugin-proposal-async-generator-functions": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.12.17",
|
|
|
|
|
"@babel/plugin-proposal-dynamic-import": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-json-strings": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-json-strings": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.12.13",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-optional-catch-binding": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
|
|
|
|
"@babel/plugin-proposal-private-methods": "^7.13.0",
|
|
|
|
|
"@babel/plugin-proposal-unicode-property-regex": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-async-generators": "^7.8.4",
|
|
|
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-export-namespace-from": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-json-strings": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-numeric-separator": "^7.10.4",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.0",
|
|
|
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
|
|
|
|
|
"@babel/plugin-syntax-top-level-await": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-arrow-functions": "^7.13.0",
|
|
|
|
|
"@babel/plugin-transform-async-to-generator": "^7.13.0",
|
|
|
|
@ -10710,8 +10763,8 @@
|
|
|
|
|
"@babel/plugin-transform-literals": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-member-expression-literals": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-modules-amd": "^7.13.0",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.13.0",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
|
|
|
|
|
"@babel/plugin-transform-modules-systemjs": "^7.13.8",
|
|
|
|
|
"@babel/plugin-transform-modules-umd": "^7.13.0",
|
|
|
|
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-new-target": "^7.12.13",
|
|
|
|
@ -10727,13 +10780,21 @@
|
|
|
|
|
"@babel/plugin-transform-typeof-symbol": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-unicode-escapes": "^7.12.13",
|
|
|
|
|
"@babel/plugin-transform-unicode-regex": "^7.12.13",
|
|
|
|
|
"@babel/preset-modules": "^0.1.3",
|
|
|
|
|
"@babel/preset-modules": "^0.1.4",
|
|
|
|
|
"@babel/types": "^7.13.0",
|
|
|
|
|
"babel-plugin-polyfill-corejs2": "^0.1.4",
|
|
|
|
|
"babel-plugin-polyfill-corejs3": "^0.1.3",
|
|
|
|
|
"babel-plugin-polyfill-regenerator": "^0.1.2",
|
|
|
|
|
"core-js-compat": "^3.9.0",
|
|
|
|
|
"semver": "7.0.0"
|
|
|
|
|
"semver": "^6.3.0"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"semver": {
|
|
|
|
|
"version": "6.3.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
|
|
|
|
|
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
|
|
|
|
|
"dev": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@babel/preset-modules": {
|
|
|
|
@ -10850,9 +10911,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"@popperjs/core": {
|
|
|
|
|
"version": "2.8.4",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.8.4.tgz",
|
|
|
|
|
"integrity": "sha512-h0lY7g36rhjNV8KVHKS3/BEOgfsxu0AiRI8+ry5IFBGEsQFkpjxtcpVc9ndN8zrKUeMZXAWMc7eQMepfgykpxQ=="
|
|
|
|
|
"version": "2.9.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.9.0.tgz",
|
|
|
|
|
"integrity": "sha512-wjtKehFAIARq2OxK8j3JrggNlEslJfNuSm2ArteIbKyRMts2g0a7KzTxfRVNUM+O0gnBJ2hNV8nWPOYBgI1sew=="
|
|
|
|
|
},
|
|
|
|
|
"@types/eslint": {
|
|
|
|
|
"version": "7.2.6",
|
|
|
|
@ -11126,6 +11187,11 @@
|
|
|
|
|
"integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=",
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"alpinejs": {
|
|
|
|
|
"version": "2.8.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-2.8.1.tgz",
|
|
|
|
|
"integrity": "sha512-ETJ/k0fbiBeP+OSd5Fhj70c+zb+YRzcVbyh5DVeLT3FBWMUeUvjOSWLi53IVLPSehaT2SKmB7w08WGF2jYTqNA=="
|
|
|
|
|
},
|
|
|
|
|
"ansi-colors": {
|
|
|
|
|
"version": "4.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
|
|
|
|
@ -11850,9 +11916,9 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"css-loader": {
|
|
|
|
|
"version": "5.1.0",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.1.0.tgz",
|
|
|
|
|
"integrity": "sha512-mFs3Xe2UrzRzL0+ML6e7Q2e/Ozp/WpDcam0l1X+rXgkuFjjsNSrjiyimG6malUOZGVuEjzKp1NqEqN3exG7ZqQ==",
|
|
|
|
|
"version": "5.1.1",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.1.1.tgz",
|
|
|
|
|
"integrity": "sha512-5FfhpjwtuRgxqmusDidowqmLlcb+1HgnEDMsi2JhiUrZUcoc+cqw+mUtMIF/+OfeMYaaFCLYp1TaIt9H6I/fKA==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"camelcase": "^6.2.0",
|
|
|
|
@ -13572,9 +13638,9 @@
|
|
|
|
|
"dev": true
|
|
|
|
|
},
|
|
|
|
|
"mini-css-extract-plugin": {
|
|
|
|
|
"version": "1.3.8",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.8.tgz",
|
|
|
|
|
"integrity": "sha512-u+2kVov/Gcs74iz+x3phEBWMAGw2djjnKfYez+Pl/b5dyXL7aM4Lp5QQtIq16CDwRHT/woUJki49gBNMhfm1eA==",
|
|
|
|
|
"version": "1.3.9",
|
|
|
|
|
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.9.tgz",
|
|
|
|
|
"integrity": "sha512-Ac4s+xhVbqlyhXS5J/Vh/QXUz3ycXlCqoCPpg0vdfhsIBH9eg/It/9L1r1XhSCH737M1lqcWnMuWL13zcygn5A==",
|
|
|
|
|
"dev": true,
|
|
|
|
|
"requires": {
|
|
|
|
|
"loader-utils": "^2.0.0",
|
|
|
|
|