-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
38 lines (38 loc) · 931 Bytes
/
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
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"feed": "^4.2.2",
"geist": "1.3.1",
"katex": "^0.16.20",
"next": "^15.1.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-tweet": "^3.2.1",
"react-wrap-balancer": "^1.1.1",
"react-youtube": "^10.1.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sugar-high": "^0.8.1",
"typescript": "5.7.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "3.4.17"
}
}