-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.48 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/mongodb-adapter": "^0.0.2-next.281",
"@radix-ui/react-icons": "^1.0.3",
"@tiptap/extension-character-count": "^2.0.0-beta.24",
"@tiptap/extension-placeholder": "^2.0.0-beta.48",
"@tiptap/extension-underline": "^2.0.0-beta.22",
"@tiptap/react": "^2.0.0-beta.107",
"@tiptap/starter-kit": "^2.0.0-beta.180",
"@types/mongodb": "^4.0.7",
"boring-avatars": "^1.6.1",
"cloudinary": "^1.27.1",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"formik": "^2.2.9",
"framer-motion": "^5.0.1",
"mongodb": "^4.1.4",
"next": "^12.1.0",
"next-auth": "^4.0.0-beta.2",
"next-themes": "^0.0.15",
"nextjs-progressbar": "^0.0.13",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-accessible-dropdown-menu-hook": "^3.2.0",
"react-debounce-input": "^3.2.5",
"react-dnd": "^15.1.1",
"react-dnd-html5-backend": "^15.1.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-hot-toast": "^2.1.1",
"react-lottie": "^1.2.3",
"react-tag-input": "^6.8.0",
"react-timeago": "^6.2.1",
"swr": "^1.0.1"
},
"devDependencies": {
"@types/react": "^17.0.26",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "^4.4.3"
}
}