-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 868 Bytes
/
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
{
"dependencies": {
"@next-auth/mongodb-adapter": "^1.1.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"cloudinary": "^1.37.1",
"framer-motion": "^10.12.16",
"mongodb": "^5.6.0",
"multiparty": "^4.2.3",
"next": "^13.4.5",
"next-auth": "^4.22.1",
"next-connect": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-markdown": "^8.0.7",
"spinners-react": "^1.0.7",
"swr": "^2.1.5",
"tailwindcss": "^3.3.2"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"typescript": "5.1.3"
}
}