refactor imports

This commit is contained in:
2026-04-30 18:48:51 +03:00
parent 9c64a3edf0
commit 7524e92796
6 changed files with 19 additions and 25 deletions
+7 -6
View File
@@ -1,12 +1,12 @@
{
"name": "pronature-platform",
"version": "0.8.0",
"version": "0.9.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pronature-platform",
"version": "0.8.0",
"version": "0.9.0",
"dependencies": {
"@mdi/font": "7.4.47",
"@vitejs/plugin-basic-ssl": "^1.1.0",
@@ -32,7 +32,6 @@
"roboto-fontface": "*",
"sharp": "^0.33.5",
"svg-captcha": "^1.4.0",
"three-viewport-gizmo": "^2.2.0",
"uuid": "^11.1.0",
"vue": "^3.5.13",
"vuetify": "^3.10.5"
@@ -51,6 +50,7 @@
"pinia": "^2.1.7",
"sass": "1.77.6",
"three": "^0.183.2",
"three-viewport-gizmo": "git://github.com/goynov/three-viewport-gizmo.git",
"troika-three-text": "^0.52.4",
"unplugin-auto-import": "^0.17.6",
"unplugin-fonts": "^1.1.1",
@@ -7581,15 +7581,16 @@
"version": "0.183.2",
"resolved": "https://registry.npmjs.org/three/-/three-0.183.2.tgz",
"integrity": "sha512-di3BsL2FEQ1PA7Hcvn4fyJOlxRRgFYBpMTcyOgkwJIaDOdJMebEFPA+t98EvjuljDx4hNulAGwF6KIjtwI5jgQ==",
"dev": true,
"license": "MIT"
},
"node_modules/three-viewport-gizmo": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/three-viewport-gizmo/-/three-viewport-gizmo-2.2.0.tgz",
"integrity": "sha512-Jo9Liur1rUmdKk75FZumLU/+hbF+RtJHi1qsKZpntjKlCYScK6tjbYoqvJ9M+IJphrlQJF5oReFW7Sambh0N4Q==",
"resolved": "git+ssh://git@github.com/goynov/three-viewport-gizmo.git#2e6d7a709228c94991329005e85525aee5e07593",
"dev": true,
"license": "MIT",
"peerDependencies": {
"three": ">=0.162.0 <1.0.0"
"three": ">=0.179.0 <1.0.0"
}
},
"node_modules/through": {