-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 Bytes
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
{
"name": "blog_kevincarlosqa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@graphcms/rich-text-react-renderer": "^0.6.1",
"autoprefixer": "10.4.14",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"html-react-parser": "^4.0.0",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"next": "13.4.10",
"postcss": "8.4.26",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-multi-carousel": "^2.8.4",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.63.6",
"tailwindcss": "3.3.3"
}
}