chad/client/package.json
Никита Круглицкий 3b7d5f7934
Some checks failed
Deploy / server (push) Successful in 21s
Deploy / client (push) Failing after 34s
#3 update
2025-10-01 21:45:55 +06:00

29 lines
655 B
JSON

{
"name": "chad-client",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@vueuse/core": "^13.9.0",
"mediasoup-client": "^3.16.7",
"nuxt": "^4.1.2",
"socket.io-client": "^4.8.1",
"typescript": "^5.9.3",
"vue": "^3.5.22",
"vue-router": "^4.5.1"
},
"packageManager": "yarn@4.10.3",
"devDependencies": {
"@antfu/eslint-config": "^5.4.1",
"@tauri-apps/cli": "^2.8.4",
"eslint": "^9.36.0",
"eslint-plugin-format": "^1.0.2"
}
}