Files
mpc-hello/package.json
Andrew Morris d02787ea1d init
2024-10-17 15:11:10 +11:00

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"
}
}