-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.37 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.37 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
{
"name": "dolphindb-web",
"type": "module",
"scripts": {
"typecheck": "tsc --noEmit",
"dev": "node ./commands.ts dev",
"build": "node ./commands.ts build",
"scan": "i18n-scan",
"lint": "eslint \"**/*.{ts,tsx}\"",
"fix": "eslint --fix \"**/*.{ts,tsx}\""
},
"author": "Hongfei Shen <hongfei.shen@dolphindb.com> (https://dolphindb.net/hongfeishen)",
"homepage": "https://github.com/dolphindb/web",
"repository": {
"type": "git",
"url": "https://github.com/dolphindb/web.git"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/koa": "^3.0.2",
"@types/lodash": "^4.17.24",
"@types/node": "^25.6.0",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^10.2.1",
"open": "^11.0.0",
"typescript": "^6.0.3"
},
"dependencies": {
"@ant-design/icons": "^6.1.1",
"@ant-design/pro-components": "^2.8.10",
"@ant-design/pro-layout": "^7.22.7",
"@dagrejs/dagre": "1.1.8",
"@ebay/nice-modal-react": "^1.2.13",
"@monaco-editor/react": "^4.7.0",
"@svgdotjs/svg.js": "^3.2.5",
"@xterm/addon-fit": "0.10.0",
"@xterm/addon-webgl": "0.18.0",
"@xterm/xterm": "5.5.0",
"@xyflow/react": "^12.10.2",
"ahooks": "^3.9.7",
"antd": "^6.3.6",
"classnames": "^2.5.1",
"client-zip": "^2.5.0",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.20",
"dolphindb": "^3.1.45",
"donaco": "^1.0.9",
"echarts": "^6.0.0",
"filenamify": "^7.0.1",
"final-form": "^5.0.0",
"gridstack": "^12.6.0",
"js-cookie": "^3.0.5",
"lodash": "^4.18.1",
"lucide-react": "^1.8.0",
"marked": "^18.0.2",
"monaco-editor": "0.52.2",
"plotly.js-dist-min": "^3.5.0",
"re-resizable": "^6.11.2",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-draggable": "^4.5.0",
"react-object-model": "^1.2.30",
"react-quill-new": "3.7.0",
"react-router": "^7.14.1",
"remark-gfm": "^4.0.1",
"swr": "^2.4.1",
"tslib": "^2.8.1",
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.3.2",
"xshell": "^1.3.60"
}
}