-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) 路 1.22 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) 路 1.22 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
45
46
47
48
{
"name": "sargam.xyz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 1234",
"build": "next build --turbopack",
"start": "next start --port 1234",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"gray-matter": "^4.0.3",
"lucide-react": "^0.365.0",
"markdown-to-jsx": "^7.7.3",
"mini-svg-data-uri": "^1.4.4",
"next": "15.3.0",
"next-view-transitions": "^0.3.4",
"react": "19.1.0",
"react-calendar-heatmap": "^1.9.0",
"react-dom": "19.1.0",
"react-github-calendar": "^4.4.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"sharp": "^0.34.1",
"sonner": "^1.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^20.16.10",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "15.2.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4"
}
}
}