@blueking/monitor-alarm-center 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +305586 -0
  2. package/package.json +25 -0
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@blueking/monitor-alarm-center",
3
+ "version": "0.0.1",
4
+ "description": "蓝鲸监控告警中心抽取出来的独立库,主要提供给APM等宿主使用",
5
+ "scripts": {},
6
+ "files": [
7
+ "index.js"
8
+ ],
9
+ "main": "index.js",
10
+ "author": "bkfe",
11
+ "license": "MIT",
12
+ "keywords": [
13
+ "@blueking",
14
+ "@blueking/monitor-alarm-center"
15
+ ],
16
+ "dependencies": {
17
+ "@blueking/tdesign-ui": "^0.0.1-beta.92",
18
+ "@prometheus-io/lezer-promql": "0.305.0",
19
+ "bkui-vue": "^2.0.2-beta.63",
20
+ "dayjs": "^1.11.18",
21
+ "monaco-editor": "0.44.0",
22
+ "vue": "^3.5.15",
23
+ "vue-tippy": "^6.3.7"
24
+ }
25
+ }