-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "blog",
"version": "6.0.0",
"private": true,
"scripts": {
"dev": "contentlayer dev & next dev",
"build": "contentlayer dev & next build",
"start": "contentlayer dev & next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^14.2.16",
"@phosphor-icons/react": "^2.0.15",
"@types/mdx": "^2.0.13",
"@upstash/redis": "^1.28.4",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.6.3",
"@vercel/speed-insights": "^1.0.10",
"contentlayer": "^0.3.4",
"date-fns": "^3.3.1",
"lodash.debounce": "^4.0.8",
"next": "14.1.3",
"next-contentlayer": "^0.3.4",
"next-nprogress-bar": "^2.3.14",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.0.1",
"daisyui": "^4.7.2",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}