-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1004 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
38
39
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.5",
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^2.3.7",
"@cloudinary/url-gen": "^1.8.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@giscus/react": "^2.0.3",
"framer-motion": "^7.6.4",
"graphql": "^16.5.0",
"moment": "^2.29.3",
"next": "^13.1.2",
"next-sitemap": "^3.1.6",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.3",
"react-moment": "^1.1.2",
"react-syntax-highlighter": "^15.5.0",
"reading-time": "^1.5.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"eslint": "8.13.0",
"eslint-config-next": "12.1.5"
}
}