forked from DataLinkDC/dinky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.56 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
129
130
131
132
133
134
135
136
{
"name": "dinky-web",
"version": "1.0.0",
"description": "Dinky is an out of the box one-stop real-time computing platform dedicated to the construction and practice of Unified Batch & Streaming and Unified Data Lake & Data Warehouse. Based on Apache Flink, Dinky provides the ability to connect many big data frameworks including OLAP and Data Lake.",
"license": "Apache License 2.0",
"scripts": {
"analyze": "cross-env ANALYZE=1 max build",
"build": "max build ",
"dev": " npm run start:dev ",
"postinstall": "max setup",
"lint": "npm run lint:js && npm run lint:prettier && npm run tsc",
"lint-staged": "lint-staged",
"lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
"lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src ",
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:prettier": "prettier -c --write \"**/**.{js,jsx,tsx,ts,less,md,json}\" --end-of-line auto",
"prettier": "prettier -c --write \"**/**.{js,jsx,tsx,ts,less,md,json}\"",
"preview": "npm run build && max preview --port 8000",
"serve": "umi-serve",
"start": "cross-env UMI_ENV=dev max dev",
"start:dev": "cross-env REACT_APP_ENV=dev MOCK=none UMI_ENV=dev max dev",
"start:no-mock": "cross-env MOCK=none UMI_ENV=dev max dev",
"start:pre": "cross-env REACT_APP_ENV=pre UMI_ENV=dev max dev",
"tsc": "tsc --noEmit"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "npm run lint-staged:js",
"**/*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"dependencies": {
"@andrewray/react-multi-split-pane": "^0.3.5",
"@ant-design/charts": "^2.2.1",
"@ant-design/icons": "^5.3.7",
"@ant-design/pro-components": "^2.7.19",
"@ant-design/use-emotion-css": "^1.0.4",
"@antv/graphin": "^3.0.2",
"@antv/g6-extension-react": "^0.1.7",
"@antv/g-canvas": "^2.0.20",
"@antv/ava-react": "^3.3.2",
"@antv/g2": "^5.2.7",
"@antv/layout": "1.2.13",
"@antv/x6": "^2.18.1",
"@antv/x6-plugin-selection": "^2.2.2",
"@antv/x6-react-shape": "^2.2.3",
"@babel/runtime": "^7.24.7",
"@monaco-editor/react": "^4.6.0",
"@umijs/route-utils": "^4.0.1",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"antd": "5.21.0",
"antd-style": "^3.7.1",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"million": "^3.1.1",
"moment": "^2.30.1",
"monaco-editor": "^0.52.0",
"omit.js": "^2.0.2",
"path-to-regexp": "^6.2.2",
"rc-dock": "^3.3.0",
"re-resizable": "^6.10.0",
"react": "^18.3.1",
"react-activation": "^0.12.4",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-grid-layout": "^1.4.4",
"react-helmet-async": "^2.0.5",
"react-lottie": "^1.2.4",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.4",
"react-sortablejs": "^6.1.4",
"react-spring": "^9.7.3",
"react-use-cookie": "^1.6.1",
"react-virtualized": "^9.22.5",
"redux-persist": "^6.0.0",
"remark-gfm": "^4.0.0",
"screenfull": "^6.0.2",
"sortablejs": "^1.15.3",
"sql-formatter": "^15.3.1",
"styled-components": "^6.1.1",
"use-sse": "^2.0.1",
"uuid": "^10.0.0",
"websocket": "^1.0.35"
},
"devDependencies": {
"@ant-design/pro-cli": "^3.2.1",
"@types/classnames": "^2.3.1",
"@types/express": "^4.17.21",
"@types/history": "^5.0.0",
"@types/js-cookie": "^3.0.5",
"@types/lodash": "^4.17.5",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react-grid-layout": "^1.3.5",
"@types/react-helmet": "^6.1.9",
"@types/react-lottie": "^1.2.10",
"@types/react-virtualized": "^9.22.0",
"@types/sortablejs": "^1.15.8",
"@umijs/lint": "^4.3.24",
"@umijs/max": "^4.3.24",
"cross-env": "^7.0.3",
"eslint": "^9.3.0",
"express": "^4.19.2",
"husky": "^9.0.11",
"js-cookie": "^3.0.5",
"lint-staged": "^15.2.4",
"monaco-editor-webpack-plugin": "^7.1.0",
"prettier": "^3.2.5",
"react-dev-inspector": "^2.0.1",
"react-inspector": "^6.0.2",
"sql-formatter": "^15.3.1",
"swagger-ui-dist": "^5.17.12",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"umi-presets-pro": "^2.0.3"
},
"engines": {
"node": ">=18",
"npm": ">=10",
"umi": ">=3.0.0",
"yarn": ">=1.0.0"
}
}