feat: add gl-matrix dependency to package.json and package-lock.json

This commit is contained in:
David Haz
2025-09-25 10:41:50 +03:00
parent 8c94add5de
commit aab8375382
2 changed files with 9 additions and 1 deletions

7
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"@types/matter-js": "^0.19.8",
"@vueuse/motion": "^3.0.3",
"@wdns/vue-code-block": "^2.3.5",
"gl-matrix": "^3.4.3",
"gsap": "^3.13.0",
"lenis": "^1.3.8",
"mathjs": "^14.6.0",
@@ -10241,6 +10242,12 @@
"git-up": "^8.1.0"
}
},
"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": {
"version": "10.4.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",

View File

@@ -28,6 +28,7 @@
"matter-js": "^0.20.0",
"motion-v": "^1.5.0",
"ogl": "^1.0.11",
"gl-matrix": "^3.4.3",
"postprocessing": "^6.37.6",
"primeicons": "^7.0.0",
"primevue": "^4.3.6",
@@ -59,4 +60,4 @@
"vite-plugin-vue-devtools": "^7.7.7",
"vue-tsc": "^2.2.10"
}
}
}