This commit is contained in:
Shoaib1M
2025-10-27 12:18:01 +05:30
10 changed files with 1548 additions and 316 deletions

17
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "ml4e",
"version": "0.1.0",
"dependencies": {
"@fontsource-variable/orbitron": "^5.2.8",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@react-three/postprocessing": "^3.0.4",
@@ -15,6 +16,7 @@
"@tsparticles/slim": "^3.9.1",
"cloudinary": "^2.7.0",
"framer-motion": "^12.23.24",
"gl-matrix": "^3.4.4",
"gsap": "^3.13.0",
"mongoose": "^8.19.1",
"motion": "^12.23.24",
@@ -241,6 +243,15 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@fontsource-variable/orbitron": {
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/@fontsource-variable/orbitron/-/orbitron-5.2.8.tgz",
"integrity": "sha512-Jazvuj2cgBq663z1j/+JdwH2ztqQ8RaGhJgdHYphFbtfowiFaR74R8UgZl7x1skbXmUMWWH1jXfG7mrYFIYK0A==",
"license": "OFL-1.1",
"funding": {
"url": "https://github.com/sponsors/ayuhito"
}
},
"node_modules/@humanfs/core": {
"version": "0.19.1",
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
@@ -4301,6 +4312,12 @@
"url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
}
},
"node_modules/gl-matrix": {
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.4.tgz",
"integrity": "sha512-latSnyDNt/8zYUB6VIJ6PCh2jBjJX6gnDsoCZ7LyW7GkqrD51EWwa9qCoGixj8YqBtETQK/xY7OmpTF8xz1DdQ==",
"license": "MIT"
},
"node_modules/glob-parent": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",