-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.77 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.77 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
{
"name": "codelab",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 17650",
"build": "next build",
"start": "next start",
"lint": "next lint",
"node": "nodemon server.js"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-python": "^6.2.1",
"@jitsi/react-sdk": "^1.4.4",
"@uiw/codemirror-theme-eclipse": "^4.23.14",
"@uiw/codemirror-theme-vscode": "^4.23.14",
"@uiw/react-codemirror": "^4.24.1",
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"bcryptjs": "^3.0.3",
"chart.js": "^4.5.0",
"csv-parse": "^6.1.0",
"express": "^5.1.0",
"fs": "^0.0.1-security",
"js-cookie": "^3.0.5",
"mongoose": "^8.16.1",
"next": "^13.4.7",
"next-auth": "^4.24.11",
"nodemon": "^3.1.10",
"react": "^19",
"react-ace": "^14.0.1",
"react-chartjs-2": "^5.3.0",
"react-confetti": "^6.4.0",
"react-dom": "^19",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-media-recorder-2": "^1.6.23",
"react-multi-carousel": "^2.8.6",
"react-router-dom": "^7.6.3",
"react-select": "^5.10.1",
"react-split": "^2.0.14",
"react-toastify": "^11.0.5",
"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.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"eslint": "9.31.0",
"eslint-config-next": "15.4.1",
"postcss": "^8",
"tailwindcss": "^4.1.11"
}
}