-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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": "codeque",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server:dev": "nodemon server.js",
"server:prod": "node server.js"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@monaco-editor/loader": "^1.3.3",
"@monaco-editor/react": "^4.5.1",
"@mui/material": "^5.12.1",
"@uiw/react-monacoeditor": "^3.5.8",
"avvvatars-react": "^0.4.2",
"codemirror": "^6.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-router-dom": "^6.10.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"nodemon": "^2.0.22",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1",
"vite": "^4.2.0"
}
}