-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.6 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.6 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
{
"name": "class-zone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.25.6",
"@netlify/next": "^1.4.9",
"@reduxjs/toolkit": "^1.9.5",
"@tanem/react-nprogress": "^5.0.36",
"axios": "^1.3.6",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.37.3",
"form-data": "^4.0.0",
"formidable": "^3.5.0",
"html-react-parser": "^3.0.16",
"jodit-react": "^1.3.39",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"mongoose": "^7.6.3",
"next": "^13.4.12",
"next-auth": "^4.24.4",
"path-to-regexp": "^6.2.1",
"rdndmb-html5-to-touch": "^8.0.3",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "^4.16.0",
"react-dnd": "^16.0.1",
"react-dnd-multi-backend": "^8.0.3",
"react-dnd-preview": "^8.0.3",
"react-dom": "18.2.0",
"react-file-icon": "^1.3.0",
"react-hook-form": "^7.43.9",
"react-player": "^2.14.1",
"react-pro-sidebar": "^1.1.0",
"react-redux": "^8.0.5",
"react-responsive-modal": "^6.4.1",
"react-toastify": "^9.1.2",
"react-tooltip": "^5.18.0",
"react-virtualized": "^9.22.5",
"sass": "^1.60.0",
"sharp": "^0.32.6",
"shortid": "^2.2.16",
"simple-peer": "^9.11.1",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"uuid": "^9.0.1",
"zustand": "^4.3.7"
},
"devDependencies": {
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"file-loader": "^6.2.0"
}
}