mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 07:28:06 -05:00
20 lines
390 B
JSON
20 lines
390 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "^3.11.1",
|
|
"socket.io": "^4.7.5",
|
|
"socket.io-client": "^4.7.5",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0"
|
|
}
|
|
}
|