-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.5 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
{
"name": "thought-box",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"postinstall": "prisma generate",
"build": "next build ",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/editorjs": "^2.28.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lexical/react": "^0.12.5",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.19",
"@mui/styles": "^5.15.19",
"@prisma/client": "^5.7.1",
"@react-email/components": "^0.0.16",
"@react-email/render": "^0.0.12",
"@reduxjs/toolkit": "^2.2.5",
"axios": "^1.6.7",
"lexical": "^0.12.5",
"next": "14.0.4",
"next-auth": "^4.24.5",
"prisma": "^5.7.1",
"prisma-client": "^0.0.0",
"react": "^18",
"react-dom": "^18",
"react-email": "^2.1.1",
"react-icons": "^5.0.1",
"react-loader-spinner": "^6.1.6",
"react-player": "^2.15.1",
"react-redux": "^9.1.2",
"react-social-login-buttons": "^3.9.1",
"react-toastify": "^10.0.4",
"react-youtube": "^10.1.0",
"recoil": "^0.7.7",
"resend": "^3.2.0",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"uuid": "^9.0.1",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}