-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
41
{
"name": "me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"sitemap": "next-sitemap --config next-sitemap.config.js"
},
"dependencies": {
"@chakra-ui/react": "^1.1.2",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@next/bundle-analyzer": "^10.0.5",
"axios": "^1.3.4",
"eslint-config-next": "^13.0.7",
"framer-motion": "^3.2.0",
"github-markdown-css": "^4.0.0",
"next": "^13.0.7",
"next-offline": "^5.0.3",
"next-seo": "^4.17.0",
"next-sitemap": "^3.1.32",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"react-markdown": "6.0.3",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "5.1.0"
},
"devDependencies": {
"gray-matter": "^4.0.2",
"remark-highlight.js": "^6.0.0",
"remark-html": "^13.0.1",
"remark-parse": "^9.0.0",
"unified": "^9.2.0",
"uuid": "^8.3.2"
}
}