Added champions items (first try)

This commit is contained in:
2024-11-23 16:30:31 +01:00
parent b415cdaa4e
commit 1e1de7bdf2
13 changed files with 1067 additions and 146 deletions

View File

@@ -9,6 +9,7 @@
"dependencies": {
"mongodb": "^6.10.0",
"nuxt": "^3.14.1592",
"svg-dom-arrows": "^2.3.0",
"vue": "latest",
"vue-router": "latest"
}
@@ -8033,6 +8034,12 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/svg-dom-arrows": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/svg-dom-arrows/-/svg-dom-arrows-2.3.0.tgz",
"integrity": "sha512-qli0SobsH1fpsdwxjFp0hb+38pOFFnN3c3rTBnSk8UGpw66hmfwUmGaaPG2nxjgceBA2UBptfCyEHn6KHV+/lA==",
"license": "MIT"
},
"node_modules/svg-tags": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",