-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 926 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 926 Bytes
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
{
"name": "esbuild-duckdb-virtual",
"private": true,
"version": "4.1.1",
"type": "module",
"description": "Example of a custom VirtualServer running in a Web Worker",
"scripts": {
"build": "node build.js",
"start": "node build.js && node server.mjs"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@perspective-dev/client": "workspace:^",
"@perspective-dev/server": "workspace:^",
"@perspective-dev/viewer": "workspace:^",
"@perspective-dev/viewer-d3fc": "workspace:^",
"@perspective-dev/viewer-datagrid": "workspace:^",
"@duckdb/duckdb-wasm": "catalog:",
"@duckdb/duckdb-wasm-shell": "catalog:",
"regular-layout": "catalog:",
"superstore-arrow": "catalog:",
"xterm": "catalog:"
},
"devDependencies": {
"esbuild": "catalog:",
"zx": "catalog:"
}
}