-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
128 lines (128 loc) · 4.18 KB
/
package.json
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "n9e-fe",
"version": "v7.6.0",
"scripts": {
"dev": "vite --port 8765 --host",
"dev:advanced": "vite --port 8765 --host --mode advanced",
"build": "tsc && cross-env NODE_OPTIONS=--max-old-space-size=6096 vite build",
"build:advanced": "node comb_feats ${npm_config_custom_options} && tsc && cross-env NODE_OPTIONS=--max-old-space-size=6096 vite build --mode advanced",
"build:prefix": "node comb_feats ${npm_config_custom_options} && tsc && cross-env NODE_OPTIONS=--max-old-space-size=6096 VITE_PREFIX=/flashcat vite build --mode advanced",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/graphs": "^1.3.6",
"@ant-design/icons": "^4.6.2",
"@ant-design/plots": "^1.0.9",
"@antv/g2": "^5.1.6",
"@antv/l7": "^2.22.0",
"@antv/l7-maps": "^2.22.0",
"@codemirror/autocomplete": "^0.19.0",
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/highlight": "^0.19.0",
"@codemirror/lang-html": "^0.19.4",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/lang-markdown": "^0.19.6",
"@codemirror/lang-sql": "^0.19.4",
"@codemirror/language": "^0.19.0",
"@codemirror/legacy-modes": "^0.19.1",
"@codemirror/lint": "^0.19.0",
"@codemirror/state": "^0.19.0",
"@codemirror/stream-parser": "^0.19.9",
"@codemirror/view": "^0.19.0",
"@dnd-kit/core": "6.0.8",
"@dnd-kit/sortable": "7.0.2",
"@fc-components/codemirror-promql": "^0.19.13",
"@fc-components/es-query": "^0.0.3",
"@fc-components/menu": "^1.1.23",
"@fc-components/use-antd-resizable-header": "^2.8.16",
"@fc-plot/ts-graph": "^0.27.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@uiw/react-codemirror": "4.6.0",
"@uiw/react-md-editor": "^4.0.4",
"ahooks": "^3.5.0",
"ansi_up": "^6.0.2",
"antd": "4.21.0",
"array-move": "^4.0.0",
"classnames": "^2.3.1",
"clsx": "^2.0.0",
"codemirror-promql": "^0.19.0",
"color": "^4.0.1",
"d3": "^4.10.0",
"d3-hexbin": "^0.2.2",
"diff": "^4.0.2",
"dompurify": "^2.4.4",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"i18next": "20.3.2",
"js-encrypt": "^2.3.4",
"jsencrypt": "^3.3.2",
"json-2-csv": "^3.18.0",
"lezer": "^0.13.5",
"lezer-promql": "^0.22.0",
"lodash": "^4.17.21",
"logfmt": "1.2.x",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"query-string": "^7.0.1",
"re-resizable": "^6.9.9",
"react": "^17.0.0",
"react-ace": "^10.1.0",
"react-beforeunload": "^2.6.0",
"react-color": "^2.19.3",
"react-data-grid": "7.0.0-beta.16",
"react-dom": "^17.0.0",
"react-draggable": "^4.4.5",
"react-fast-compare": "^3.2.0",
"react-grid-layout": "^1.2.5",
"react-highlight-words": "^0.17.0",
"react-hooks-global-state": "^2.0.0",
"react-i18next": "^11.11.1",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^7.0.1",
"react-quill": "^2.0.0",
"react-router-dom": "^5.2.0",
"react-sortable-hoc": "^2.0.0",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.3.1",
"reactflow": "^11.8.3",
"rehype-raw": "^6.1.1",
"remark-gfm": "^1.0.0",
"sanitize-html": "^2.10.0",
"semver": "^7.3.5",
"tailwind-merge": "^2.0.0",
"tween-functions": "1.2.x",
"umi-request": "^1.3.5",
"use-antd-resizable-header": "^2.9.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@rollup/pluginutils": "^4.1.1",
"@types/echarts": "^4.9.7",
"@types/lodash": "^4.14.191",
"@types/node": "^15.0.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.7",
"@vitejs/plugin-react-refresh": "^1.3.1",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"jscodeshift": "^0.11.0",
"less": "^4.1.1",
"postcss": "^8.4.31",
"postcss-nested": "^5.0.5",
"prettier": "^2.2.1",
"rollup-plugin-visualizer": "^5.5.2",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"ts-morph": "^23.0.0",
"ts-node": "^10.9.1",
"typescript": "4.9.4",
"vite": "^2.1.5",
"vite-plugin-react-svg": "^0.2.0"
},
"overrides": {
"@types/react": "^17.0.14"
}
}