-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.8 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.8 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
77
78
79
{
"name": "code-sync-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-php": "^6.0.2",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language-data": "^6.5.2",
"@fortawesome/fontawesome-free": "^7.1.0",
"@google/generative-ai": "^0.24.1",
"@uiw/codemirror-extensions-color": "^4.21.21",
"@uiw/codemirror-extensions-hyper-link": "^4.21.21",
"@uiw/codemirror-extensions-langs": "^4.21.21",
"@uiw/codemirror-themes-all": "^4.21.21",
"@uiw/react-codemirror": "^4.21.21",
"axios": "^1.13.2",
"classnames": "^2.5.1",
"codemirror": "^6.0.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lang-map": "^0.4.0",
"monaco-editor": "^0.54.0",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.0.1",
"react-router-dom": "^6.22.3",
"react-split": "^2.0.14",
"react-syntax-highlighter": "^15.6.1",
"react-tooltip": "^5.28.0",
"screenfull": "^6.0.2",
"socket.io-client": "^4.7.3",
"tldraw": "^2.1.4",
"uuid": "^9.0.1",
"vscode-icons-js": "^11.6.1"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@tldraw/tldraw": "^2.1.4",
"@types/file-saver": "^2.0.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^6.2.2"
}
}