Animation-heavy personal portfolio on Next.js: a custom cursor, a page-transition loader, and canvas backgrounds.
canvas-animationscss-modulesdark-themehandcodednextjspersonal-websiteportfolioreact
1{
2 "private": true,
3 "scripts": {
4 "start": "bun --bun next --port 8000",
5 "next:start": "bun --bun next start --port 8000",
6 "next:build": "bun --bun next build",
7 "resume": "bun resume/generate.js"
8 },
9 "dependencies": {
10 "@babel/core": "^7.29.0",
11 "gray-matter": "^4.0.3",
12 "marked": "^17.0.6",
13 "next": "^16.2.11",
14 "playwright": "^1.59.1",
15 "prop-types": "^15.8.1",
16 "react": "^19.2.4",
17 "react-dom": "^19.2.4",
18 "react-is": "^19.2.4",
19 "react-transition-group": "^4.4.5",
20 "sharp": "^0.34.5"
21 }
22}