mirror of
https://github.com/privacy-scaling-explorations/mpc-hello.git
synced 2026-04-19 03:00:05 -04:00
29 lines
754 B
JSON
29 lines
754 B
JSON
{
|
|
"name": "mpc-hello",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
},
|
|
"dependencies": {
|
|
"emp-wasm-backend": "^0.1.0",
|
|
"events": "^3.3.0",
|
|
"mpc-framework": "^0.1.1",
|
|
"rtc-pair-socket": "^0.1.5",
|
|
"summon-ts": "^0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-xo": "^0.44.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|