-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.73 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "website-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/chivo": "^4.5.7",
"@fontsource/space-grotesk": "^4.5.8",
"@jsdevtools/rehype-toc": "^3.0.2",
"@next/font": "^14.2.15",
"@vercel/analytics": "^1.0.0",
"airtable": "^0.11.6",
"contentlayer": "^0.2.9",
"framer-motion": "^6",
"gray-matter": "^4.0.3",
"next": "^13.0.0",
"next-contentlayer": "^0.2.9",
"next-seo": "^5.4.0",
"querystring": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.4.0",
"react-loading-skeleton": "^3.1.0",
"react-reveal": "^1.2.2",
"react-scrollspy-nav": "^1.3.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-prism-plus": "^1.4.1",
"remark-gfm": "^3.0.1",
"remark-unwrap-images": "^3.0.1",
"rss": "^1.2.2",
"rss-parser": "^3.12.0",
"swr": "^1.3.0",
"typescript-array-utils": "^0.1.4"
},
"devDependencies": {
"@types/github-slugger": "^1.3.0",
"@types/lodash.kebabcase": "^4.1.7",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/rss": "^0.0.29",
"dayjs": "^1.11.3",
"eslint": "8.19.0",
"eslint-config-next": "^13.0.0",
"github-slugger": "^2.0.0",
"lodash.kebabcase": "^4.1.1",
"markdown-to-jsx": "^7.1.7",
"next-sitemap": "^3.1.10",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"typescript": "4.7.4"
}
}