-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.4 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@vercel/analytics": "^2.0.1",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"country-flag-icons": "^1.6.16",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"motion": "^12.38.0",
"next": "^16.2.4",
"next-intl": "^4.11.0",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.8.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-hook-form": "^7.50.1",
"react-icons": "^5.5.0",
"react-loading-skeleton": "^3.5.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"remark-gfm": "^4.0.1",
"resend": "^6.12.2",
"sharp": "^0.34.3",
"swr": "^2.2.5",
"tailwind-merge": "^3.5.0",
"usehooks-ts": "^3.1.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^22.10.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.11",
"eslint": "^9.36.0",
"eslint-config-next": "^16.2.4",
"postcss": "^8",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3"
}
}