This repository was archived by the owner on Jan 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.43 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
{
"name": "editor",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@gytx/xterm-local-echo": "^0.1.7",
"@monaco-editor/loader": "^1.3.2",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"http": "^0.0.1-security",
"jquery-resizable-dom": "^0.35.0",
"local-echo": "github:wavesoft/local-echo",
"monaco-editor": "^0.34.1",
"monaco-editor-textmate": "^4.0.0",
"monaco-editor-webpack-plugin": "^7.0.1",
"monaco-languageclient": "^4.0.3",
"monaco-textmate": "^3.0.1",
"monaco-vscode-textmate-theme-converter": "^0.1.7",
"onigasm": "^2.2.5",
"path": "^0.12.7",
"socket.io": "^4.5.4",
"tiny-emitter": "^2.1.0",
"uuid": "^9.0.0",
"vscode-theme-to-monaco-theme-node": "^1.0.0",
"vue": "^3.2.45",
"vue-command": "^28.1.0",
"vue-router": "^4.1.6",
"xterm": "^5.1.0",
"xterm-addon-attach": "^0.8.0",
"xterm-addon-fit": "^0.7.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"prettier": "^2.7.1",
"typescript": "^4.9.4",
"vite": "^4.0.0"
}
}