This commit is contained in:
HugeFrog24
2025-01-15 00:11:35 +01:00
parent ee25430eee
commit 128a06be30
18 changed files with 1312 additions and 16 deletions

10
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "shakethefrog",
"version": "0.1.0",
"dependencies": {
"@heroicons/react": "^2.2.0",
"next": "15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
@@ -175,6 +176,15 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@heroicons/react": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@heroicons/react/-/react-2.2.0.tgz",
"integrity": "sha512-LMcepvRaS9LYHJGsF0zzmgKCUim/X3N/DQKc4jepAXJ7l8QxJ1PmxJzqplF2Z3FE4PqBAIGyJAQ/w4B5dsqbtQ==",
"license": "MIT",
"peerDependencies": {
"react": ">= 16 || ^19.0.0-rc"
}
},
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",