-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
42
43
44
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"ngrok": "next dev & ngrok http 3000"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.1",
"@chakra-ui/react": "^2.1.2",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"chakra-ui-markdown-renderer": "^4.0.0",
"date-fns": "^2.28.0",
"framer-motion": "^6.3.4",
"gray-matter": "^4.0.3",
"grey-matter": "^0.0.0",
"markdown-it": "^13.0.1",
"marked": "^4.0.16",
"next": "^12.1.6",
"next-seo": "^5.4.0",
"next-sitemap": "^3.0.2",
"nprogress": "^0.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.3"
},
"devDependencies": {
"@types/react": "^18.0.9",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"ngrok": "^4.0.1",
"typescript": "^4.7.2"
},
"engines": {
"node": "16.14.0",
"yarn": "1.22.17"
}
}