-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 901 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": "zen-blog",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@graphcms/rich-text-react-renderer": "^0.5.0",
"@tailwindcss/line-clamp": "^0.4.0",
"graphql": "^16.5.0",
"graphql-request": "^4.3.0",
"moment": "^2.29.3",
"next": "12.1.6",
"nextjs-progressbar": "^0.0.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.4.0",
"react-moment": "^1.1.2",
"react-paginate": "^8.1.3",
"react-player": "^2.10.1",
"sass": "^1.52.3",
"sharp": "^0.30.6",
"swr": "^1.3.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3"
}
}