-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.02 KB
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
{
"name": "tech-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@notionhq/client": "^2.2.15",
"@types/mermaid": "^9.1.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"mermaid": "^11.12.0",
"next": "15.5.12",
"notion-to-md": "^3.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.0.0",
"react-social-icons": "^6.25.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.0.6",
"@csstools/postcss-global-data": "^3.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"postcss": "^8.5.1",
"postcss-custom-media": "^11.0.5",
"postcss-preset-env": "^10.1.3",
"typescript": "^5"
},
"volta": {
"node": "23.11.1",
"npm": "11.11.0"
}
}