-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 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
{
"name": "nextjs-portfolio",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"prebuild": "test -s public/NathanRydel_Resume.pdf || { echo 'Resume PDF missing at public/NathanRydel_Resume.pdf' >&2; exit 1; }",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^15.5.15",
"@react-email/components": "^1.0.12",
"@react-email/tailwind": "^2.0.7",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"motion": "^12.0.0",
"next": "^15.5.15",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.5.2",
"react-vertical-timeline-component": "^3.6.0",
"resend": "^4.1.2"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/react-vertical-timeline-component": "^3.3.3",
"eslint": "^8.57.0",
"eslint-config-next": "^15.5.15",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.2",
"typescript": "^5.6.0"
}
}