feat: add Vue monitor web sentinel dashboard
This commit is contained in:
+5
-1
@@ -6,14 +6,18 @@
|
||||
"scripts": {
|
||||
"cli": "bun scripts/cli.ts",
|
||||
"check": "bun scripts/cli.ts check",
|
||||
"e2e": "bun scripts/cli.ts e2e run"
|
||||
"e2e": "bun scripts/cli.ts e2e run",
|
||||
"monitor-web:verify": "bun scripts/verify-web-probe-sentinel-monitor-web.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest",
|
||||
"@types/node": "latest",
|
||||
"@vitejs/plugin-vue": "^6.0.7",
|
||||
"playwright": "^1.59.1",
|
||||
"postgres": "^3.4.9",
|
||||
"typescript": "latest",
|
||||
"vite": "^8.1.0",
|
||||
"vue": "3",
|
||||
"xlsx": "^0.18.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user