-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "cde-app",
"version": "0.1.0",
"description": "CDE powered by StackBlitz's WebContainer",
"private": true,
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@webcontainer/api": "^1.1.7",
"dockview": "^1.8.4",
"monaco-editor-auto-typings": "^0.4.4",
"react": "^18.2.0",
"react-complex-tree": "^2.2.2",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^5.2.2",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"y-monaco": "^0.1.4",
"y-webrtc": "^10.2.5",
"yjs": "^13.6.8"
},
"devDependencies": {
"@types/node": "^20.8.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@vitejs/plugin-react": "^4.1.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"vite": "^4.4.11",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-rewrite-all": "^1.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}