-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
33
34
35
36
37
38
{
"name": "javascript-vector-database",
"version": "1.0.0",
"description": "Local-First Vector Database with RxDB and transformers.js",
"main": "index.js",
"scripts": {
"dev": "webpack serve",
"build": "rimraf -rf ./docs && webpack --mode=production",
"disc": "cross-env NODE_ENV=disc webpack --config ./webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "pubkey",
"license": "ISC",
"dependencies": {
"rxdb": "15.32.0",
"@xenova/transformers": "2.17.2",
"todomvc-app-css": "2.4.3"
},
"devDependencies": {
"@types/node": "20.16.3",
"@types/webpack": "5.28.5",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "12.0.2",
"cross-env": "7.0.3",
"css-loader": "7.1.2",
"declaration-bundler-webpack-plugin": "1.0.3",
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.9.1",
"process": "0.11.10",
"rimraf": "6.0.1",
"ts-loader": "9.5.1",
"typescript": "5.5.4",
"webpack": "5.94.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
}
}