This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.04 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
{
"name": "github-profile-viewer",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.2.12",
"@clerk/themes": "2.1.16",
"@emotion/react": "^11.13.0",
"@emotion/styled": "11.13.0",
"@hookform/resolvers": "3.9.0",
"@mui/material": "5.16.6",
"@mui/x-charts": "7.12.0",
"@mui/x-data-grid": "7.12.0",
"@next/third-parties": "14.2.5",
"@octokit/types": "^13.5.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/themes": "^3.1.1",
"@tanstack/react-table": "8.19.3",
"@uiw/react-json-view": "2.0.0-alpha.25",
"@uiw/react-markdown-preview": "5.1.2",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "2.1.1",
"cmdk": "^1.0.0",
"date-fns": "3.6.0",
"gray-matter": "^4.0.3",
"install": "^0.13.0",
"lodash": "^4.17.21",
"lucide-react": "^0.424.0",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"nextjs-google-adsense": "^1.0.0",
"npm": "10.8.2",
"octokit": "4.0.2",
"react": "18.3.1",
"react-day-picker": "9.0.6",
"react-dom": "18.3.1",
"react-hook-form": "7.52.1",
"react-icons": "5.2.1",
"react-json-view-lite": "1.4.0",
"react-markdown": "^9.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sonner": "1.5.0",
"tailwind-merge": "2.4.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "0.9.1",
"virtua": "^0.33.4",
"zod": "3.23.8"
},
"devDependencies": {
"@types/lodash": "4.17.7",
"@types/node": "22.1.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-window": "^1.8.8",
"autoprefixer": "10.4.20",
"eslint": "^9.8.0",
"eslint-config-next": "14.2.5",
"postcss": "8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.7",
"typescript": "5.5.4"
}
}