-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.26 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
{
"private": true,
"scripts": {
"copy-images": "./scripts/copy-images.sh",
"dev": "next",
"build": "npm run copy-images && next build && npm run rss",
"build:content": "contentlayer2 build",
"start": "next start",
"rss": "tsx scripts/rss.ts"
},
"dependencies": {
"@microflash/remark-figure-caption": "^2.0.2",
"@vercel/analytics": "^1.3.1",
"classnames": "^2.5.1",
"contentlayer2": "^0.5.0",
"date-fns": "^2.30.0",
"feed": "^4.2.2",
"gray-matter": "4.0.3",
"next": "^14.2.5",
"next-contentlayer2": "^0.5.0",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rehype-pretty-code": "^0.13.2",
"remark": "^15.0.1",
"remark-callouts": "^2.0.0",
"remark-embed-images": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-wiki-link": "^2.0.1",
"shiki": "^1.12.1",
"tsx": "^4.17.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@next/env": "^14.2.5",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4"
}
}