Icons, remove devtools, update to combining logic

This commit is contained in:
KaasKop
2025-04-06 14:53:53 +02:00
parent 569bdba727
commit bba275d4a0
13 changed files with 193 additions and 39 deletions

23
package-lock.json generated
View File

@@ -8,6 +8,8 @@
"name": "popup",
"version": "0.0.0",
"dependencies": {
"@heroicons/vue": "^2.2.0",
"ky": "^1.8.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
@@ -918,6 +920,15 @@
"node": ">=18"
}
},
"node_modules/@heroicons/vue": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@heroicons/vue/-/vue-2.2.0.tgz",
"integrity": "sha512-G3dbSxoeEKqbi/DFalhRxJU4mTXJn7GwZ7ae8NuEQzd1bqdd0jAbdaBZlHPcvPD2xI1iGzNVB4k20Un2AguYPw==",
"license": "MIT",
"peerDependencies": {
"vue": ">= 3"
}
},
"node_modules/@jridgewell/gen-mapping": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
@@ -2517,6 +2528,18 @@
"dev": true,
"license": "MIT"
},
"node_modules/ky": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/ky/-/ky-1.8.0.tgz",
"integrity": "sha512-DoKGmG27nT8t/1F9gV8vNzggJ3mLAyD49J8tTMWHeZvS8qLc7GlyTieicYtFzvDznMe/q2u38peOjkWc5/pjvw==",
"license": "MIT",
"engines": {
"node": ">=18"
},
"funding": {
"url": "https://github.com/sindresorhus/ky?sponsor=1"
}
},
"node_modules/lru-cache": {
"version": "5.1.1",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",