-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"postbuild": "tsx src/scripts/rss.ts && echo 'Build process is completed'",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.441.0",
"@aws-sdk/s3-request-presigner": "^3.441.0",
"@fec/remark-a11y-emoji": "^4.0.2",
"@vercel/kv": "^0.2.3",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"feed": "^4.2.2",
"framer-motion": "^10.16.4",
"gray-matter": "^4.0.3",
"nanoid": "^5.0.3",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-wrap-balancer": "^1.1.0",
"rehype-autolink-headings": "^7.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"sass": "^1.69.4",
"server-only": "^0.0.1",
"stackblur-canvas": "^2.6.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "^14.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.3",
"tsx": "^4.15.6",
"typescript": "^5.4.5"
}
}