-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.21 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
{
"name": "tarungowda",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"overrides": {
"next-contentlayer": {
"next": "$next"
}
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@next/third-parties": "^14.2.2",
"@upstash/redis": "^1.30.0",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"contentlayer": "^0.3.4",
"date-fns": "^3.2.0",
"framer-motion": "^10.18.0",
"next": "14.0.4",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-pretty-code": "^0.10.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.3",
"slugify": "^1.6.6",
"swr": "^2.2.5",
"tocbot": "^4.25.0"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}