-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.44 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.44 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
49
50
51
{
"name": "sarg.am",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --port 1234",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"bippy": "^0.3.17",
"gray-matter": "^4.0.3",
"lucide-react": "^0.365.0",
"markdown-to-jsx": "^8.0.0",
"mini-svg-data-uri": "^1.4.4",
"next": "16.0.7",
"next-view-transitions": "^0.3.4",
"react": "19.2.0",
"react-calendar-heatmap": "^1.10.0",
"react-dom": "19.2.0",
"react-github-calendar": "^4.5.9",
"react-icons": "^5.5.0",
"react-intersection-observer": "^10.0.0",
"sharp": "^0.33.5",
"sonner": "^1.7.4",
"zod": "^3.25.76"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^22",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^8.57.1",
"eslint-config-next": "16.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}