mirror of
https://github.com/privacy-scaling-explorations/mpc-hello.git
synced 2026-01-11 15:08:04 -05:00
35 lines
819 B
JSON
35 lines
819 B
JSON
{
|
|
"name": "mpc-hello-trinity",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier -c .",
|
|
"format:fix": "prettier -w ."
|
|
},
|
|
"dependencies": {
|
|
"@trinity-2pc/core": "^0.1.0",
|
|
"emp-wasm-engine": "^0.5.2",
|
|
"events": "^3.3.0",
|
|
"mpc-framework": "^0.3.0",
|
|
"next": "15.1.4",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"rtc-pair-socket": "^0.1.5",
|
|
"summon-ts": "0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint-config-next": "^15.1.6",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-prettier": "^5.2.2",
|
|
"prettier": "^3.4.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|