-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.4 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
{
"name": "dolphindb-web",
"type": "module",
"scripts": {
"install.ci": "pnpm ci --include=dev",
"dev": "node ./dev.ts",
"typecheck": "tsc --noEmit",
"build": "node ./build.ts",
"scan": "i18n-scan --input \"**/*.{ts,tsx}\"",
"lint": "eslint \"**/*.{ts,tsx}\"",
"fix": "eslint --fix \"**/*.{ts,tsx}\""
},
"author": "Hongfei Shen <[email protected]> (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": "^2.15.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^9.16.0",
"react": "^19.0.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@ant-design/plots": "1.2.5",
"@ant-design/pro-components": "2.7.19",
"@ant-design/pro-layout": "^7.21.2",
"@ebay/nice-modal-react": "^1.2.13",
"@formily/antd-v5": "^1.2.3",
"@formily/core": "^2.3.2",
"@formily/react": "^2.3.2",
"@monaco-editor/react": "^4.6.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"ahooks": "^3.8.4",
"antd": "^5.22.4",
"classnames": "^2.5.1",
"client-zip": "^2.4.6",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"dolphindb": "^3.0.210",
"driver.js": "^1.3.1",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"filenamify": "^6.0.0",
"final-form": "^4.20.10",
"gridstack": "^11.1.2",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"monaco-dolphindb": "^1.0.5",
"monaco-editor": "^0.52.2",
"re-resizable": "6.10.1",
"react-dom": "^19.0.0",
"react-draggable": "^4.4.6",
"react-markdown": "^9.0.1",
"react-object-model": "^1.2.20",
"react-quill": "^2.0.0",
"react-router": "^7.0.2",
"remark-gfm": "^4.0.0",
"swr": "^2.2.5",
"tslib": "^2.8.1",
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.1.0",
"xshell": "^1.1.6"
}
}