-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.56 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "codequest",
"version": "0.1.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-html": "^6.4.9",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-lezer": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.4",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.6.4",
"@codemirror/lang-wast": "^6.0.2",
"@codemirror/lang-xml": "^6.1.0",
"@jitsi/react-sdk": "^1.4.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@uiw/codemirror-theme-eclipse": "^4.21.24",
"@uiw/codemirror-theme-github": "^4.22.1",
"@uiw/codemirror-theme-vscode": "^4.21.24",
"@uiw/react-codemirror": "^4.21.24",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.2",
"classnames": "^2.5.1",
"color": "^4.2.3",
"express": "^4.18.3",
"framer-motion": "^11.2.10",
"fs": "^0.0.1-security",
"googleapis": "^140.0.0",
"gsap": "^3.12.5",
"html-to-image": "^1.11.11",
"install": "^0.13.0",
"jotai": "^2.8.3",
"js-cookie": "^3.0.5",
"mongoose": "^8.4.1",
"next": "^14.1.4",
"next-auth": "^4.24.7",
"nodemon": "^3.1.2",
"npm": "^10.8.1",
"react": "^18",
"react-ace": "^11.0.1",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-media-recorder-2": "^1.6.23",
"react-multi-carousel": "^2.8.4",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-split": "^2.0.14",
"react-toastify": "^10.0.4",
"react-vertical-timeline-component": "^3.6.0",
"react-webcam": "^7.2.0",
"reactstrap": "^9.2.2",
"readline": "^1.3.0",
"rehype-document": "^7.0.3",
"rehype-format": "^5.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"@types/react-vertical-timeline-component": "^3.3.6",
"autoprefixer": "^10.0.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}