-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.44 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.44 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
{
"name": "blind-arbiter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"record:demo": "node scripts/record-demo.mjs",
"worker:eigencompute": "node worker/server.mjs",
"deploy:sepolia:escrow": "node scripts/deploy-sepolia-escrow.mjs",
"smoke:sepolia:escrow": "node scripts/smoke-sepolia-escrow.mjs",
"run:sepolia:arkhai": "node scripts/run-sepolia-arkhai-live.mjs",
"run:sepolia:arkhai:oracle": "node scripts/run-sepolia-arkhai-oracle.mjs",
"worker:publish:image": "bash scripts/publish-worker-image.sh",
"worker:deploy:ecloud": "bash scripts/deploy-ecloud-worker.sh",
"submission:blind-arbiter:build": "node scripts/build-blind-arbiter-submission.mjs",
"submission:blind-arbiter:create": "node scripts/create-blind-arbiter-synthesis-draft.mjs",
"submission:blind-arbiter:update": "node scripts/update-blind-arbiter-synthesis-draft.mjs"
},
"dependencies": {
"next": "^15.3.0",
"nla": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"solc": "^0.8.30",
"viem": "^2.38.6"
},
"devDependencies": {
"@types/node": "^22.14.1",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"eslint": "^9.23.0",
"eslint-config-next": "^15.3.0",
"ffmpeg-static": "^5.2.0",
"ffprobe-static": "^3.1.0",
"playwright": "^1.53.1",
"typescript": "^5.8.2"
}
}