-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "qdrant-frontend",
"version": "1.0.0",
"description": "A universal Qdrant table frontend based on transformers.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --mode development",
"build": "webpack --config webpack.config.js"
},
"author": "Dominik Weckmüller",
"license": "MIT",
"dependencies": {
"@xenova/transformers": "^2.15.0",
"ag-grid-community": "^31.1.0",
"bootstrap": "^5.3.3",
"deck.gl": "^8.9.35",
"distinct-colors": "^3.0.0",
"marked": "^12.0.1",
"pako": "^2.1.0",
"wasm-bhtsne": "^0.3.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"css-loader": "^6.10.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.8.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
}
}