-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.39 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
{
"name": "server-box",
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "vite build"
},
"devDependencies": {
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"less": "^4.1.3",
"monaco-editor": "^0.36.1",
"prettier": "2.8.4",
"rollup": "^3.19.1",
"rollup-plugin-external-globals": "^0.7.3",
"rollup-plugin-visualizer": "^5.9.0",
"vite": "^4.1.2",
"vite-plugin-external": "^1.2.8"
},
"dependencies": {
"@monaco-editor/loader": "^1.3.2",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-context": "^1.0.0",
"@radix-ui/react-context-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.2.0",
"@radix-ui/react-menu": "^2.0.3",
"@radix-ui/react-primitive": "^1.0.1",
"@vitejs/plugin-react": "^3.1.0",
"@vscode/codicons": "^0.0.32",
"@vscode/webview-ui-toolkit": "^1.2.2",
"@woodenfish/libv86": "0.0.2-alpha.21",
"@woodenfish/vscode-icon-map-seti": "^0.0.2",
"antd": "^5.2.3",
"classnames": "^2.3.2",
"eventemitter3": "^5.0.0",
"filer": "^1.4.1",
"http-z": "^6.1.2",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0",
"xterm-addon-unicode11": "^0.5.0",
"xterm-addon-webgl": "^0.14.0",
"zustand": "^4.3.3"
}
}