-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.41 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.41 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "web-ide-front-end",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/state": "^6.3.3",
"@codemirror/view": "^6.9.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@reduxjs/toolkit": "^2.2.5",
"@replit/codemirror-minimap": "^0.5.2",
"@stomp/stompjs": "^7.0.0",
"@types/node": "^20.14.0",
"@types/react-router-dom": "^5.3.3",
"@types/redux-persist": "^4.3.1",
"@types/stompjs": "^2.3.9",
"@uiw/codemirror-extensions-langs": "^4.22.2",
"@uiw/codemirror-theme-basic": "^4.22.2",
"@uiw/codemirror-theme-github": "^4.22.2",
"@uiw/react-codemirror": "^4.22.2",
"@xterm/xterm": "^5.5.0",
"axios": "^1.7.2",
"codemirror": "^6.0.1",
"framer-motion": "^11.2.10",
"react": "^18.2.0",
"react-accessible-treeview": "^2.9.0",
"react-complex-tree": "^2.4.4",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"redux-persist": "^6.0.0",
"vercel": "^34.2.6",
"vite-tsconfig-paths": "^4.3.2",
"yorkie-js-sdk": "^0.4.23"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@types/codemirror": "^5.60.15",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-redux": "^7.1.33",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"globals": "^15.3.0",
"prettier": "^3.3.0",
"typescript": "^5.2.2",
"typescript-eslint": "^7.11.0",
"vite": "^5.2.0"
}
}