-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
103 lines (103 loc) · 3.19 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
{
"name": "n9e-fe",
"version": "5.15.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=4096 vite build",
"build:advanced": "node comb_feats ${npm_config_custom_options} && tsc && vite build --mode advanced",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@ant-design/plots": "^1.0.5",
"@codemirror/autocomplete": "^0.19.0",
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/highlight": "^0.19.0",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/language": "^0.19.0",
"@codemirror/legacy-modes": "^0.19.1",
"@codemirror/lint": "^0.19.0",
"@codemirror/state": "^0.19.0",
"@codemirror/view": "^0.19.0",
"@d3-charts/ts-graph": "^0.3.7",
"@fc-components/menu": "1.0.0",
"@fc-plot/ts-graph": "^0.22.7",
"@minko-fe/use-antd-resizable-header": "^2.5.0",
"@types/echarts": "^4.9.7",
"@uiw/react-codemirror": "4.6.0",
"@y0c/react-datepicker": "^1.0.4",
"ahooks": "3.1.5",
"antd": "4.17.4",
"array-move": "^4.0.0",
"better-babel-generator": "^6.26.1",
"classnames": "^2.3.1",
"codemirror-promql": "^0.19.0",
"color": "^4.0.1",
"d3": "^4.10.0",
"d3-hexbin": "^0.2.2",
"dayjs": "^1.10.4",
"echarts": "^5.1.1",
"i18next": "20.3.2",
"json-2-csv": "^3.18.0",
"lezer": "^0.13.5",
"lezer-promql": "^0.22.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"numeral": "^2.0.6",
"query-string": "^7.0.1",
"re-resizable": "^6.9.9",
"react": "^17.0.0",
"react-ace": "^8.1.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.0",
"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-markdown": "^7.0.1",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-saga": "^0.3.1",
"react-sortable-hoc": "^1.8.3",
"react-use": "^17.3.1",
"redux-saga": "^1.1.3",
"rehype-raw": "^6.1.1",
"remark-gfm": "^1.0.0",
"semver": "^7.3.5",
"tslib": "^2.3.1",
"umi-request": "^1.3.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/parser": "^7.14.7",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@rollup/pluginutils": "^4.1.1",
"@types/echarts": "^4.9.7",
"@types/jquery": "^3.5.5",
"@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",
"babel-generator": "^6.26.1",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"better-babel-generator": "^6.26.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"less": "^4.1.1",
"less-loader": "^8.1.1",
"lint-staged": "^11.0.0",
"postcss-nested": "^5.0.5",
"prettier": "^2.2.1",
"rollup-plugin-visualizer": "^5.5.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "4.3.2",
"vite": "^2.1.5",
"vite-plugin-react-svg": "^0.2.0"
}
}