55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --host",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"typecheck": "nuxt typecheck",
|
|
"lint": "eslint . --max-warnings 50",
|
|
"lint:fix": "eslint . --fix --max-warnings 50",
|
|
"test": "vitest run",
|
|
"test_watch": "vitest"
|
|
},
|
|
"web-types": "./web-types.json",
|
|
"dependencies": {
|
|
"@pinia/nuxt": "^0.11.2",
|
|
"@vueuse/core": "^13.9.0",
|
|
"@vueuse/nuxt": "^13.9.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"cron-parser": "^5.3.1",
|
|
"cronstrue": "^3.2.0",
|
|
"floating-vue": "^5.2.2",
|
|
"hls.js": "^1.6.11",
|
|
"moment": "^2.30.1",
|
|
"nuxt": "^4.1.1",
|
|
"pinia": "^3.0.3",
|
|
"socket.io-client": "^4.8.1",
|
|
"vue": "^3.5.21",
|
|
"vue-router": "^4.5.1",
|
|
"vue-toastification": "2.0.0-rc.5"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"@parcel/watcher"
|
|
]
|
|
},
|
|
"overrides": {
|
|
"supports-color": "10.2.0",
|
|
"strip-ansi": "7.1.0",
|
|
"ansi-styles": "6.2.0",
|
|
"ansi-regex": "6.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint": "^0.7.4",
|
|
"@types/node": "^22.7.8",
|
|
"@typescript-eslint/parser": "^8.43.0",
|
|
"vitest": "^3.2.4",
|
|
"vue-eslint-parser": "^10.2.0"
|
|
}
|
|
}
|