Spaces:
Runtime error
Runtime error
Commit
•
b1ecc22
1
Parent(s):
7064b36
add 1st version of inventory
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- package-lock.json +115 -0
- package.json +3 -0
- public/inventories/arizona/matchbox.jpeg +0 -0
- public/inventories/arizona/pickaxe.jpeg +0 -0
- public/inventories/doom/box.jpeg +0 -0
- public/inventories/doom/first-aid.jpeg +0 -0
- public/inventories/doom/laser-gun.jpeg +0 -0
- public/inventories/dungeon/axe.jpeg +0 -0
- public/inventories/dungeon/box.jpeg +0 -0
- public/inventories/dungeon/candlestick.jpeg +0 -0
- public/inventories/dungeon/rabbit-foot.jpeg +0 -0
- public/inventories/dungeon/skull.jpeg +0 -0
- public/inventories/enchanters/garden-gnome.jpeg +0 -0
- public/inventories/enchanters/key.jpeg +0 -0
- public/inventories/enchanters/old-book.jpeg +0 -0
- public/inventories/enchanters/pixie-dust.jpeg +0 -0
- public/inventories/flamenco/alien-crab.jpeg +0 -0
- public/inventories/flamenco/burger.jpeg +0 -0
- public/inventories/flamenco/chicken.jpeg +0 -0
- public/inventories/flamenco/fishbone.jpeg +0 -0
- public/inventories/flamenco/skunk.jpeg +0 -0
- public/inventories/flamenco/tentacle.jpeg +0 -0
- public/inventories/nexus/box.jpeg +0 -0
- public/inventories/nexus/disk.jpeg +0 -0
- public/inventories/nexus/eyeball.jpeg +0 -0
- public/inventories/nexus/parasite.jpeg +0 -0
- public/inventories/nexus/robot-arm.jpeg +0 -0
- public/inventories/nexus/robot-hand.jpeg +0 -0
- public/inventories/pharaoh/bowl.jpeg +0 -0
- public/inventories/pharaoh/box.jpeg +0 -0
- public/inventories/pharaoh/golden-beetle.jpeg +0 -0
- public/inventories/pharaoh/plastic-sphinx.jpeg +0 -0
- public/inventories/pharaoh/staff.jpeg +0 -0
- public/inventories/pirates/coconut.jpeg +0 -0
- public/inventories/pirates/compass.jpeg +0 -0
- public/inventories/pirates/crystal-skull.jpeg +0 -0
- public/inventories/pirates/fishbone.jpeg +0 -0
- public/inventories/pirates/lizard.jpeg +0 -0
- public/inventories/pirates/parrot.jpeg +0 -0
- public/inventories/pirates/pirate-hat.jpeg +0 -0
- public/inventories/pirates/skunk.jpeg +0 -0
- public/inventories/tensor/blue-pill.jpeg +0 -0
- public/inventories/tensor/flash-light.jpeg +0 -0
- public/inventories/tensor/laptop.jpeg +0 -0
- public/inventories/tensor/matchbox.jpeg +0 -0
- public/inventories/tensor/watch.jpeg +0 -0
- public/inventories/vernian/apparatus.jpeg +0 -0
- public/inventories/vernian/book.jpeg +0 -0
- public/inventories/vernian/box.jpeg +0 -0
- public/inventories/vernian/cog.jpeg +0 -0
package-lock.json
CHANGED
@@ -29,6 +29,7 @@
|
|
29 |
"@radix-ui/react-separator": "^1.0.3",
|
30 |
"@radix-ui/react-slot": "^1.0.2",
|
31 |
"@radix-ui/react-switch": "^1.0.3",
|
|
|
32 |
"@silevis/reactgrid": "^4.0.5",
|
33 |
"@tanstack/react-query": "^4.30.0",
|
34 |
"@tanstack/react-table": "^8.9.3",
|
@@ -55,6 +56,8 @@
|
|
55 |
"react": "18.2.0",
|
56 |
"react-circular-progressbar": "^2.1.0",
|
57 |
"react-day-picker": "^8.8.0",
|
|
|
|
|
58 |
"react-dom": "18.2.0",
|
59 |
"react-photo-sphere-viewer": "^3.3.5-psv5.1.4",
|
60 |
"tailwind-merge": "^1.13.2",
|
@@ -1433,6 +1436,40 @@
|
|
1433 |
}
|
1434 |
}
|
1435 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1436 |
"node_modules/@radix-ui/react-use-callback-ref": {
|
1437 |
"version": "1.0.1",
|
1438 |
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.0.1.tgz",
|
@@ -1587,6 +1624,21 @@
|
|
1587 |
"@babel/runtime": "^7.13.10"
|
1588 |
}
|
1589 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1590 |
"node_modules/@rushstack/eslint-patch": {
|
1591 |
"version": "1.3.2",
|
1592 |
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.2.tgz",
|
@@ -2856,6 +2908,16 @@
|
|
2856 |
"resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
|
2857 |
"integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
|
2858 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2859 |
"node_modules/doctrine": {
|
2860 |
"version": "3.0.0",
|
2861 |
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
@@ -3887,6 +3949,14 @@
|
|
3887 |
"url": "https://github.com/sponsors/ljharb"
|
3888 |
}
|
3889 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3890 |
"node_modules/human-signals": {
|
3891 |
"version": "4.3.1",
|
3892 |
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
|
@@ -5128,6 +5198,43 @@
|
|
5128 |
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
5129 |
}
|
5130 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5131 |
"node_modules/react-dom": {
|
5132 |
"version": "18.2.0",
|
5133 |
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
|
@@ -5263,6 +5370,14 @@
|
|
5263 |
"node": ">=8.10.0"
|
5264 |
}
|
5265 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5266 |
"node_modules/regenerator-runtime": {
|
5267 |
"version": "0.13.11",
|
5268 |
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
|
29 |
"@radix-ui/react-separator": "^1.0.3",
|
30 |
"@radix-ui/react-slot": "^1.0.2",
|
31 |
"@radix-ui/react-switch": "^1.0.3",
|
32 |
+
"@radix-ui/react-tooltip": "^1.0.6",
|
33 |
"@silevis/reactgrid": "^4.0.5",
|
34 |
"@tanstack/react-query": "^4.30.0",
|
35 |
"@tanstack/react-table": "^8.9.3",
|
|
|
56 |
"react": "18.2.0",
|
57 |
"react-circular-progressbar": "^2.1.0",
|
58 |
"react-day-picker": "^8.8.0",
|
59 |
+
"react-dnd": "^16.0.1",
|
60 |
+
"react-dnd-html5-backend": "^16.0.1",
|
61 |
"react-dom": "18.2.0",
|
62 |
"react-photo-sphere-viewer": "^3.3.5-psv5.1.4",
|
63 |
"tailwind-merge": "^1.13.2",
|
|
|
1436 |
}
|
1437 |
}
|
1438 |
},
|
1439 |
+
"node_modules/@radix-ui/react-tooltip": {
|
1440 |
+
"version": "1.0.6",
|
1441 |
+
"resolved": "https://registry.npmjs.org/@radix-ui/react-tooltip/-/react-tooltip-1.0.6.tgz",
|
1442 |
+
"integrity": "sha512-DmNFOiwEc2UDigsYj6clJENma58OelxD24O4IODoZ+3sQc3Zb+L8w1EP+y9laTuKCLAysPw4fD6/v0j4KNV8rg==",
|
1443 |
+
"dependencies": {
|
1444 |
+
"@babel/runtime": "^7.13.10",
|
1445 |
+
"@radix-ui/primitive": "1.0.1",
|
1446 |
+
"@radix-ui/react-compose-refs": "1.0.1",
|
1447 |
+
"@radix-ui/react-context": "1.0.1",
|
1448 |
+
"@radix-ui/react-dismissable-layer": "1.0.4",
|
1449 |
+
"@radix-ui/react-id": "1.0.1",
|
1450 |
+
"@radix-ui/react-popper": "1.1.2",
|
1451 |
+
"@radix-ui/react-portal": "1.0.3",
|
1452 |
+
"@radix-ui/react-presence": "1.0.1",
|
1453 |
+
"@radix-ui/react-primitive": "1.0.3",
|
1454 |
+
"@radix-ui/react-slot": "1.0.2",
|
1455 |
+
"@radix-ui/react-use-controllable-state": "1.0.1",
|
1456 |
+
"@radix-ui/react-visually-hidden": "1.0.3"
|
1457 |
+
},
|
1458 |
+
"peerDependencies": {
|
1459 |
+
"@types/react": "*",
|
1460 |
+
"@types/react-dom": "*",
|
1461 |
+
"react": "^16.8 || ^17.0 || ^18.0",
|
1462 |
+
"react-dom": "^16.8 || ^17.0 || ^18.0"
|
1463 |
+
},
|
1464 |
+
"peerDependenciesMeta": {
|
1465 |
+
"@types/react": {
|
1466 |
+
"optional": true
|
1467 |
+
},
|
1468 |
+
"@types/react-dom": {
|
1469 |
+
"optional": true
|
1470 |
+
}
|
1471 |
+
}
|
1472 |
+
},
|
1473 |
"node_modules/@radix-ui/react-use-callback-ref": {
|
1474 |
"version": "1.0.1",
|
1475 |
"resolved": "https://registry.npmjs.org/@radix-ui/react-use-callback-ref/-/react-use-callback-ref-1.0.1.tgz",
|
|
|
1624 |
"@babel/runtime": "^7.13.10"
|
1625 |
}
|
1626 |
},
|
1627 |
+
"node_modules/@react-dnd/asap": {
|
1628 |
+
"version": "5.0.2",
|
1629 |
+
"resolved": "https://registry.npmjs.org/@react-dnd/asap/-/asap-5.0.2.tgz",
|
1630 |
+
"integrity": "sha512-WLyfoHvxhs0V9U+GTsGilGgf2QsPl6ZZ44fnv0/b8T3nQyvzxidxsg/ZltbWssbsRDlYW8UKSQMTGotuTotZ6A=="
|
1631 |
+
},
|
1632 |
+
"node_modules/@react-dnd/invariant": {
|
1633 |
+
"version": "4.0.2",
|
1634 |
+
"resolved": "https://registry.npmjs.org/@react-dnd/invariant/-/invariant-4.0.2.tgz",
|
1635 |
+
"integrity": "sha512-xKCTqAK/FFauOM9Ta2pswIyT3D8AQlfrYdOi/toTPEhqCuAs1v5tcJ3Y08Izh1cJ5Jchwy9SeAXmMg6zrKs2iw=="
|
1636 |
+
},
|
1637 |
+
"node_modules/@react-dnd/shallowequal": {
|
1638 |
+
"version": "4.0.2",
|
1639 |
+
"resolved": "https://registry.npmjs.org/@react-dnd/shallowequal/-/shallowequal-4.0.2.tgz",
|
1640 |
+
"integrity": "sha512-/RVXdLvJxLg4QKvMoM5WlwNR9ViO9z8B/qPcc+C0Sa/teJY7QG7kJ441DwzOjMYEY7GmU4dj5EcGHIkKZiQZCA=="
|
1641 |
+
},
|
1642 |
"node_modules/@rushstack/eslint-patch": {
|
1643 |
"version": "1.3.2",
|
1644 |
"resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.3.2.tgz",
|
|
|
2908 |
"resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
|
2909 |
"integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
|
2910 |
},
|
2911 |
+
"node_modules/dnd-core": {
|
2912 |
+
"version": "16.0.1",
|
2913 |
+
"resolved": "https://registry.npmjs.org/dnd-core/-/dnd-core-16.0.1.tgz",
|
2914 |
+
"integrity": "sha512-HK294sl7tbw6F6IeuK16YSBUoorvHpY8RHO+9yFfaJyCDVb6n7PRcezrOEOa2SBCqiYpemh5Jx20ZcjKdFAVng==",
|
2915 |
+
"dependencies": {
|
2916 |
+
"@react-dnd/asap": "^5.0.1",
|
2917 |
+
"@react-dnd/invariant": "^4.0.1",
|
2918 |
+
"redux": "^4.2.0"
|
2919 |
+
}
|
2920 |
+
},
|
2921 |
"node_modules/doctrine": {
|
2922 |
"version": "3.0.0",
|
2923 |
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
|
3949 |
"url": "https://github.com/sponsors/ljharb"
|
3950 |
}
|
3951 |
},
|
3952 |
+
"node_modules/hoist-non-react-statics": {
|
3953 |
+
"version": "3.3.2",
|
3954 |
+
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
|
3955 |
+
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
|
3956 |
+
"dependencies": {
|
3957 |
+
"react-is": "^16.7.0"
|
3958 |
+
}
|
3959 |
+
},
|
3960 |
"node_modules/human-signals": {
|
3961 |
"version": "4.3.1",
|
3962 |
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz",
|
|
|
5198 |
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
|
5199 |
}
|
5200 |
},
|
5201 |
+
"node_modules/react-dnd": {
|
5202 |
+
"version": "16.0.1",
|
5203 |
+
"resolved": "https://registry.npmjs.org/react-dnd/-/react-dnd-16.0.1.tgz",
|
5204 |
+
"integrity": "sha512-QeoM/i73HHu2XF9aKksIUuamHPDvRglEwdHL4jsp784BgUuWcg6mzfxT0QDdQz8Wj0qyRKx2eMg8iZtWvU4E2Q==",
|
5205 |
+
"dependencies": {
|
5206 |
+
"@react-dnd/invariant": "^4.0.1",
|
5207 |
+
"@react-dnd/shallowequal": "^4.0.1",
|
5208 |
+
"dnd-core": "^16.0.1",
|
5209 |
+
"fast-deep-equal": "^3.1.3",
|
5210 |
+
"hoist-non-react-statics": "^3.3.2"
|
5211 |
+
},
|
5212 |
+
"peerDependencies": {
|
5213 |
+
"@types/hoist-non-react-statics": ">= 3.3.1",
|
5214 |
+
"@types/node": ">= 12",
|
5215 |
+
"@types/react": ">= 16",
|
5216 |
+
"react": ">= 16.14"
|
5217 |
+
},
|
5218 |
+
"peerDependenciesMeta": {
|
5219 |
+
"@types/hoist-non-react-statics": {
|
5220 |
+
"optional": true
|
5221 |
+
},
|
5222 |
+
"@types/node": {
|
5223 |
+
"optional": true
|
5224 |
+
},
|
5225 |
+
"@types/react": {
|
5226 |
+
"optional": true
|
5227 |
+
}
|
5228 |
+
}
|
5229 |
+
},
|
5230 |
+
"node_modules/react-dnd-html5-backend": {
|
5231 |
+
"version": "16.0.1",
|
5232 |
+
"resolved": "https://registry.npmjs.org/react-dnd-html5-backend/-/react-dnd-html5-backend-16.0.1.tgz",
|
5233 |
+
"integrity": "sha512-Wu3dw5aDJmOGw8WjH1I1/yTH+vlXEL4vmjk5p+MHxP8HuHJS1lAGeIdG/hze1AvNeXWo/JgULV87LyQOr+r5jw==",
|
5234 |
+
"dependencies": {
|
5235 |
+
"dnd-core": "^16.0.1"
|
5236 |
+
}
|
5237 |
+
},
|
5238 |
"node_modules/react-dom": {
|
5239 |
"version": "18.2.0",
|
5240 |
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz",
|
|
|
5370 |
"node": ">=8.10.0"
|
5371 |
}
|
5372 |
},
|
5373 |
+
"node_modules/redux": {
|
5374 |
+
"version": "4.2.1",
|
5375 |
+
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
|
5376 |
+
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
|
5377 |
+
"dependencies": {
|
5378 |
+
"@babel/runtime": "^7.9.2"
|
5379 |
+
}
|
5380 |
+
},
|
5381 |
"node_modules/regenerator-runtime": {
|
5382 |
"version": "0.13.11",
|
5383 |
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
package.json
CHANGED
@@ -30,6 +30,7 @@
|
|
30 |
"@radix-ui/react-separator": "^1.0.3",
|
31 |
"@radix-ui/react-slot": "^1.0.2",
|
32 |
"@radix-ui/react-switch": "^1.0.3",
|
|
|
33 |
"@silevis/reactgrid": "^4.0.5",
|
34 |
"@tanstack/react-query": "^4.30.0",
|
35 |
"@tanstack/react-table": "^8.9.3",
|
@@ -56,6 +57,8 @@
|
|
56 |
"react": "18.2.0",
|
57 |
"react-circular-progressbar": "^2.1.0",
|
58 |
"react-day-picker": "^8.8.0",
|
|
|
|
|
59 |
"react-dom": "18.2.0",
|
60 |
"react-photo-sphere-viewer": "^3.3.5-psv5.1.4",
|
61 |
"tailwind-merge": "^1.13.2",
|
|
|
30 |
"@radix-ui/react-separator": "^1.0.3",
|
31 |
"@radix-ui/react-slot": "^1.0.2",
|
32 |
"@radix-ui/react-switch": "^1.0.3",
|
33 |
+
"@radix-ui/react-tooltip": "^1.0.6",
|
34 |
"@silevis/reactgrid": "^4.0.5",
|
35 |
"@tanstack/react-query": "^4.30.0",
|
36 |
"@tanstack/react-table": "^8.9.3",
|
|
|
57 |
"react": "18.2.0",
|
58 |
"react-circular-progressbar": "^2.1.0",
|
59 |
"react-day-picker": "^8.8.0",
|
60 |
+
"react-dnd": "^16.0.1",
|
61 |
+
"react-dnd-html5-backend": "^16.0.1",
|
62 |
"react-dom": "18.2.0",
|
63 |
"react-photo-sphere-viewer": "^3.3.5-psv5.1.4",
|
64 |
"tailwind-merge": "^1.13.2",
|
public/inventories/arizona/matchbox.jpeg
ADDED
public/inventories/arizona/pickaxe.jpeg
ADDED
public/inventories/doom/box.jpeg
ADDED
public/inventories/doom/first-aid.jpeg
ADDED
public/inventories/doom/laser-gun.jpeg
ADDED
public/inventories/dungeon/axe.jpeg
ADDED
public/inventories/dungeon/box.jpeg
ADDED
public/inventories/dungeon/candlestick.jpeg
ADDED
public/inventories/dungeon/rabbit-foot.jpeg
ADDED
public/inventories/dungeon/skull.jpeg
ADDED
public/inventories/enchanters/garden-gnome.jpeg
ADDED
public/inventories/enchanters/key.jpeg
ADDED
public/inventories/enchanters/old-book.jpeg
ADDED
public/inventories/enchanters/pixie-dust.jpeg
ADDED
public/inventories/flamenco/alien-crab.jpeg
ADDED
public/inventories/flamenco/burger.jpeg
ADDED
public/inventories/flamenco/chicken.jpeg
ADDED
public/inventories/flamenco/fishbone.jpeg
ADDED
public/inventories/flamenco/skunk.jpeg
ADDED
public/inventories/flamenco/tentacle.jpeg
ADDED
public/inventories/nexus/box.jpeg
ADDED
public/inventories/nexus/disk.jpeg
ADDED
public/inventories/nexus/eyeball.jpeg
ADDED
public/inventories/nexus/parasite.jpeg
ADDED
public/inventories/nexus/robot-arm.jpeg
ADDED
public/inventories/nexus/robot-hand.jpeg
ADDED
public/inventories/pharaoh/bowl.jpeg
ADDED
public/inventories/pharaoh/box.jpeg
ADDED
public/inventories/pharaoh/golden-beetle.jpeg
ADDED
public/inventories/pharaoh/plastic-sphinx.jpeg
ADDED
public/inventories/pharaoh/staff.jpeg
ADDED
public/inventories/pirates/coconut.jpeg
ADDED
public/inventories/pirates/compass.jpeg
ADDED
public/inventories/pirates/crystal-skull.jpeg
ADDED
public/inventories/pirates/fishbone.jpeg
ADDED
public/inventories/pirates/lizard.jpeg
ADDED
public/inventories/pirates/parrot.jpeg
ADDED
public/inventories/pirates/pirate-hat.jpeg
ADDED
public/inventories/pirates/skunk.jpeg
ADDED
public/inventories/tensor/blue-pill.jpeg
ADDED
public/inventories/tensor/flash-light.jpeg
ADDED
public/inventories/tensor/laptop.jpeg
ADDED
public/inventories/tensor/matchbox.jpeg
ADDED
public/inventories/tensor/watch.jpeg
ADDED
public/inventories/vernian/apparatus.jpeg
ADDED
public/inventories/vernian/book.jpeg
ADDED
public/inventories/vernian/box.jpeg
ADDED
public/inventories/vernian/cog.jpeg
ADDED