-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "roderickhsiao.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"analyze": "ANALYZE=true next build",
"knip": "knip"
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"clsx": "^2.1.1",
"country-emoji": "^1.5.6",
"country-flag-emoji": "^1.0.3",
"country-flag-emoji-polyfill": "^0.1.8",
"lucide-react": "^0.577.0",
"next": "^16.2.6",
"next-intl": "^4.9.2",
"react": "^19.2.4",
"react-calendly": "^4.4.0",
"react-dom": "^19.2.4",
"resend": "^6.9.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@next/bundle-analyzer": "16.0.0",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^20.19.37",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "^9.39.4",
"eslint-config-next": "16.0.0",
"eslint-plugin-react-hooks": "0.0.0-experimental-de5a1b20-20250905",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}
}