32 lines
784 B
JSON
32 lines
784 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"
|
|
},
|
|
"web-types": "./web-types.json",
|
|
"dependencies": {
|
|
"@pinia/nuxt": "^0.11.1",
|
|
"@sentry/nuxt": "^9.35.0",
|
|
"@vueuse/core": "^13.5.0",
|
|
"@vueuse/nuxt": "^13.5.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"cron-parser": "^5.3.0",
|
|
"cronstrue": "^3.0.0",
|
|
"floating-vue": "^5.2.2",
|
|
"hls.js": "^1.6.7",
|
|
"moment": "^2.30.1",
|
|
"nuxt": "^3.17.6",
|
|
"pinia": "^3.0.3",
|
|
"socket.io-client": "^4.8.1",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1",
|
|
"vue-toastification": "2.0.0-rc.5"
|
|
}
|
|
}
|