forked from DataLinkDC/dinky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
124 lines (124 loc) · 4.14 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
{
"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.1.1",
"@ant-design/icons": "^5.3.7",
"@ant-design/pro-components": "^2.7.10",
"@ant-design/pro-layout": "^7.19.8",
"@ant-design/pro-table": "^3.16.1",
"@ant-design/use-emotion-css": "^1.0.4",
"@antv/g2": "^5.2.0",
"@antv/layout": "0.3.25",
"@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.18.2",
"antd-style": "^3.6.2",
"butterfly-dag": "^4.3.28",
"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",
"lodash": "^4.17.21",
"million": "^3.1.1",
"moment": "^2.30.1",
"monaco-editor": "^0.49.0",
"omit.js": "^2.0.2",
"path-to-regexp": "^6.2.2",
"rc-menu": "^9.14.0",
"rc-util": "^5.43.0",
"re-resizable": "^6.9.17",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-grid-layout": "^1.4.4",
"react-helmet-async": "^2.0.5",
"react-lineage-dag": "^2.0.36",
"react-markdown": "^9.0.1",
"react-spring": "^9.7.3",
"react-use-cookie": "^1.6.1",
"redux-persist": "^6.0.0",
"remark-gfm": "^4.0.0",
"screenfull": "^6.0.2",
"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/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",
"@umijs/lint": "^4.2.11",
"@umijs/max": "^4.2.11",
"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",
"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.4.5",
"umi-presets-pro": "^2.0.0"
},
"engines": {
"node": ">=18",
"npm": ">=10",
"umi": ">=3.0.0",
"yarn": ">=1.0.0"
}
}