-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.54 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "watchalert-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@ant-design/x": "^1.0.5",
"@codemirror/autocomplete": "^0.18.3",
"@codemirror/closebrackets": "^0.18.0",
"@codemirror/commands": "^0.18.0",
"@codemirror/comment": "^0.18.0",
"@codemirror/highlight": "^0.18.3",
"@codemirror/history": "^0.18.0",
"@codemirror/lang-sql": "^6.9.0",
"@codemirror/language": "^0.18.0",
"@codemirror/lint": "^0.18.1",
"@codemirror/matchbrackets": "^0.18.0",
"@codemirror/search": "^0.18.2",
"@codemirror/state": "^0.18.2",
"@codemirror/view": "^0.18.3",
"@heroui/react": "^2.7.8",
"@heroui/toast": "^2.0.9",
"@monaco-editor/react": "^4.7.0",
"@tailwindcss/postcss": "^4.1.6",
"@typescript-eslint/parser": "^8.33.1",
"antd": "5.13.2",
"axios": "^0.26.0",
"codemirror": "^6.0.1",
"codemirror-promql": "0.17.0",
"components": "^0.1.0",
"dagre": "^0.8.5",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"framer-motion": "^12.11.0",
"github-markdown-css": "^5.8.1",
"http-proxy-middleware": "2.0.6",
"lodash-es": "^4.17.21",
"lucide-react": "^0.510.0",
"moment": "^2.30.1",
"monaco-editor": "^0.52.2",
"next": "^15.1.0",
"oidc-client": "^1.11.5",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"react-helmet": "^6.1.0",
"react-is": "^18.2.0",
"react-json-editor-ajrm": "^2.5.14",
"react-json-view": "^1.21.3",
"react-markdown": "^10.0.1",
"react-router-dom": "^6.22.1",
"react-scripts": "5.0.0",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^10.0.4",
"reactflow": "^11.11.4",
"reactstrap": "^8.0.1",
"recharts": "^2.15.3",
"tailwind": "^4.0.0",
"tailwindcss": "3.4.16",
"typescript": "^5.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"json-server": "^0.17.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.6"
}
}