-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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": "forum",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^0.3.1",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.4",
"bcryptjs": "^2.4.3",
"date-fns": "^2.17.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"jsonwebtoken": "^8.5.1",
"next": "10.0.6",
"next-google-fonts": "^1.2.1",
"nprogress": "^0.2.0",
"postcss": "^8.2.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^6.15.1",
"react-markdown": "^5.0.3",
"react-mde": "^11.0.6",
"react-perfect-scrollbar": "^1.5.8",
"react-toast-notifications": "^2.4.3",
"react-toastify": "^7.0.3",
"swr": "^0.4.2",
"tailwindcss": "^2.0.3",
"use-persisted-state": "^0.3.3"
},
"devDependencies": {
"tailwindcss-line-clamp": "^1.0.5"
}
}