-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.55 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.55 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
52
53
54
55
56
57
{
"name": "codesark-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-favicons": "node scripts/generate-favicons.mjs"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/postcss": "^4.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"devicons-react": "^1.5.0",
"framer-motion": "^12.33.0",
"gray-matter": "^4.0.3",
"i": "^0.3.7",
"lucide-react": "^0.563.0",
"next": "16.1.6",
"nodemailer": "^8.0.1",
"npm": "^11.9.0",
"react": "^19",
"react-dom": "^19",
"react-hook-form": "^7.71.1",
"react-markdown": "^10.1.0",
"react-simple-typewriter": "^5.0.1",
"react-social-icons": "^6.25.0",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"yup": "^1.7.1"
},
"devDependencies": {
"@types/node": "^25",
"@types/nodemailer": "^7.0.9",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"postcss": "^8",
"prettier": "^3.8.1",
"tailwindcss": "^4.1.18",
"to-ico": "^1.1.5",
"typescript": "^5"
}
}