-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 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
39
40
41
42
43
44
45
{
"name": "gateways-benchmark",
"private": true,
"scripts": {
"generate-report": "tsx scripts/generate-report.ts",
"install-chrome": "./scripts/install-chrome.sh",
"postinstall": "npm run install-chrome && npx patch-package"
},
"license": "MIT",
"dependencies": {
"body-parser": "2.2.2",
"vega": "6.2.0",
"vega-lite": "6.4.2",
"tablemark": "4.1.0",
"tsx": "4.21.0",
"typescript": "6.0.3",
"graphql": "16.14.0",
"puppeteer": "24.43.1",
"rimraf": "6.1.3",
"patch-package": "8.0.1",
"capture-website-cli": "5.2.0",
"tar": "7.5.15"
},
"devDependencies": {
"@types/node": "25.8.0"
},
"workspaces": [
"gateways/*",
"website"
],
"packageManager": "npm@11.14.1",
"overrides": {
"puppeteer": "24.43.1",
"body-parser": "2.2.2",
"glob": "10.5.0",
"graphql": "16.14.0",
"tmp": "0.2.5",
"tar": "7.5.15",
"vite": "7.3.3",
"@vitejs/plugin-react": "5.2.0",
"protobufjs": "8.0.2",
"fast-uri": "3.1.2",
"uuid": "11.1.1"
}
}