-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 921 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
36
37
{
"name": "twitter-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^0.1.3",
"@tailwindcss/typography": "^0.4.0",
"@tailwindcss/ui": "^0.7.2",
"autoprefixer": "^10.2.3",
"axios": "^0.20.0",
"bcrypt": "^5.0.0",
"cloudinary": "^1.23.0",
"cookie": "^0.4.1",
"express-validator": "^6.6.1",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.10.5",
"next": "^10.0.5",
"next-connect": "^0.9.0",
"nprogress": "^0.2.0",
"postcss": "^8.2.4",
"react": "16.13.1",
"react-animated-heart": "^0.0.5",
"react-dom": "16.13.1",
"react-image-lightbox": "^5.1.1",
"react-loading-skeleton": "^2.1.1",
"swr": "^0.4.0",
"tailwindcss": "^2.0.2",
"uuid": "^8.3.2"
}
}