-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.37 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.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
{
"name": "dolphindb-vscode",
"type": "module",
"version": "3.0.500",
"engines": {
"vscode": ">=1.82.0"
},
"scripts": {
"dev": "node ./commands.ts dev",
"build": "node ./commands.ts build",
"test": "node ./commands.ts test build",
"scan": "i18n-scan",
"lint": "eslint \"**/*.{ts,tsx}\"",
"fix": "eslint --fix \"**/*.{ts,tsx}\""
},
"devDependencies": {
"@types/koa": "^3.0.2",
"@types/node": "^25.5.0",
"@types/plotly.js-dist-min": "^2.3.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/vscode": "^1.110.0",
"@types/ws": "^8.18.1",
"eslint": "^10.0.3",
"typescript": "^5.9.3"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@vscode/debugadapter": "^1.68.0",
"@vscode/debugprotocol": "^1.68.0",
"antd": "^6.3.3",
"dayjs": "^1.11.20",
"dolphindb": "^3.1.41",
"echarts": "^6.0.0",
"plotly.js-dist-min": "^3.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-object-model": "^1.2.28",
"tslib": "^2.8.1",
"vscode-languageclient": "^9.0.1",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.12",
"ws": "^8.19.0",
"xshell": "^1.3.48"
}
}