-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.7 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "codegamy",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"node": "nodemon server.js"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.4",
"@jitsi/react-sdk": "^1.4.0",
"@uiw/codemirror-theme-eclipse": "^4.23.6",
"@uiw/codemirror-theme-vscode": "^4.23.6",
"@uiw/react-codemirror": "^4.23.6",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.6",
"express": "^4.21.1",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"mongoose": "^8.8.2",
"next": "^15.0.3",
"next-auth": "^4.24.10",
"nodemon": "^3.1.7",
"react": "^18",
"react-ace": "^13.0.0",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-media-recorder-2": "^1.6.23",
"react-multi-carousel": "^2.8.4",
"react-router-dom": "^7.0.1",
"react-select": "^5.8.3",
"react-split": "^2.0.14",
"react-toastify": "^10.0.6",
"react-webcam": "^7.2.0",
"reactstrap": "^9.2.3",
"readline": "^1.3.0",
"rehype-document": "^7.0.3",
"rehype-format": "^5.0.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.15"
}
}