-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 892 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
{
"name": "chirp-play",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^2.2.0",
"iron-session": "^8.0.2",
"moment": "^2.30.1",
"mongoose": "^8.4.1",
"next": "canary",
"next-cloudinary": "^6.6.2",
"nextjs-toploader": "^1.6.12",
"react": "canary",
"react-dom": "canary",
"react-icons": "^5.2.1",
"react-otp-input": "^3.1.1",
"react-toastify": "^10.0.5",
"resend": "^3.3.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}