similaritysearch UI modified

This commit is contained in:
sumedh
2024-08-06 20:05:01 +05:30
parent 4f264dec42
commit 9b9aef9257
3 changed files with 169 additions and 50 deletions

10
package-lock.json generated
View File

@@ -14,6 +14,7 @@
"moment": "^2.30.1",
"primeicons": "^6.0.1",
"primevue": "^4.0.0",
"prismjs": "^1.29.0",
"vue": "^3.4.34",
"vue-router": "^4.4.0"
},
@@ -3007,6 +3008,15 @@
"node": ">=12.11.0"
}
},
"node_modules/prismjs": {
"version": "1.29.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz",
"integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",