-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "cozy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@brianmcallister/react-auto-scroll": "^1.1.0",
"@headlessui/react": "^1.3.0",
"@prisma/client": "^2.26.0",
"@tailwindcss/line-clamp": "^0.2.1",
"autoprefixer": "^10.2.6",
"bcryptjs": "^2.4.3",
"draft-js": "^0.11.7",
"emailjs-com": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"jwt-simple": "^0.5.6",
"moment": "^2.29.1",
"next": "11.0.1",
"next-iron-session": "^4.2.0",
"next-seo": "^4.28.0",
"nextjs-progressbar": "^0.0.11",
"postcss": "^8.3.5",
"prisma": "^2.26.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.10.1",
"react-hot-toast": "^2.0.0",
"react-moment": "^1.1.1",
"react-smooth-scrollbar": "^8.0.6",
"smooth-scrollbar": "^8.6.2",
"swr": "^0.5.6",
"tailwindcss": "^2.2.4",
"unfetch": "^4.2.0"
}
}