Adds quality selection, all dungeons

This commit is contained in:
2025-08-20 19:52:51 -07:00
parent 8086e9a91f
commit 87c908ca68
20 changed files with 737 additions and 84 deletions

7
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "0.0.0",
"dependencies": {
"@headlessui/react": "^2.2.7",
"@types/lodash": "^4.17.20",
"lodash": "^4.17.21",
"react": "^19.1.1",
"react-dom": "^19.1.1"
@@ -1614,6 +1615,12 @@
"dev": true,
"license": "MIT"
},
"node_modules/@types/lodash": {
"version": "4.17.20",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.20.tgz",
"integrity": "sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==",
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.1.10",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.10.tgz",