1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Design beginnings

This commit is contained in:
Lars Martens 2020-12-12 21:17:42 +01:00
parent 5c5f34dc36
commit f2bf164431
10 changed files with 71 additions and 4 deletions

10
package-lock.json generated
View file

@ -1034,6 +1034,11 @@
"to-fast-properties": "^2.0.0"
}
},
"@fortawesome/fontawesome-free": {
"version": "5.15.1",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.1.tgz",
"integrity": "sha512-OEdH7SyC1suTdhBGW91/zBfR6qaIhThbcN8PUXtXilY4GYnSBbVqOntdHbC1vXwsDnX0Qix2m2+DSU1J51ybOQ=="
},
"@fullhuman/postcss-purgecss": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-3.0.0.tgz",
@ -12069,6 +12074,11 @@
"neo-async": "^2.6.0"
}
},
"three": {
"version": "0.123.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.123.0.tgz",
"integrity": "sha512-KNnx/IbilvoHRkxOtL0ouozoDoElyuvAXhFB21RK7F5IPWSmqyFelICK6x3hJerLNSlAdHxR0hkuvMMhH9pqXg=="
},
"through": {
"version": "2.3.8",
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",