-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.12 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "my-blog",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma": "prisma",
"postinstall": "prisma generate"
},
"dependencies": {
"@headlessui/react": "^2.0.0",
"@heroicons/react": "^2.1.3",
"@mapbox/polyline": "^1.2.1",
"@next/third-parties": "^15.0.1",
"@prisma/client": "^6.0.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@reduxjs/toolkit": "^2.2.3",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "1.1.0",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"countapi-js": "^1.0.2",
"date-fns": "^4.0.0",
"framer-motion": "^12.0.0",
"heroicons": "^2.1.3",
"lucide-react": "^0.474.0",
"mapbox-gl": "^3.2.0",
"next": "^15.0.1",
"next-seo": "^6.5.0",
"next-themes": "^0.4.0",
"prisma": "^6.0.0",
"react": "^19.0.0",
"react-calendar-heatmap": "^1.9.0",
"react-code-blocks": "^0.1.6",
"react-countup": "^6.5.1",
"react-dom": "^19.0.0",
"react-github-calendar": "^4.3.1",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"sonner": "^1.4.3",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-calendar-heatmap": "^1.6.7",
"@types/react-dom": "^19.0.0",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.18",
"eslint": "^9.0.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8",
"prettier": "^3.3.3",
"react-router-dom": "^7.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5"
}
}