-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "streamchat-reviews-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@tailwindcss/typography": "^0.5.9",
"@tiptap/extension-character-count": "^2.0.3",
"@tiptap/extension-image": "^2.0.3",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/extension-placeholder": "^2.0.3",
"@tiptap/extension-text-align": "^2.0.3",
"@tiptap/extension-underline": "^2.0.3",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"mongodb": "^5.5.0",
"mongoose": "^7.2.1",
"next": "13.4.4",
"next-auth": "^4.22.1",
"next-connect": "^1.0.0",
"node-fetch": "^3.3.1",
"postcss": "8.4.23",
"postcss-nested": "^6.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.0.7",
"react-select": "^5.7.3",
"react-spinners": "^0.13.8",
"redis": "^4.6.7",
"remixicon": "^3.3.0",
"sass": "^1.63.3",
"slate": "^0.94.1",
"slate-history": "^0.93.0",
"slate-react": "^0.95.0",
"tailwindcss": "3.3.2"
}
}