source-code/
portofolio-neo-gruv
Public
json36 lines886 B
{
"name": "portofolio-neo-gruv",
"description": "Neo-brutalist personal portfolio website built with Next.js 15 and React 19.",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"jose": "^6.2.3",
"next": "^15.2.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-markdown": "^10.1.0",
"shiki": "^4.1.0"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.5.0",
"eslint": "^8.57.1",
"eslint-config-next": "^15.5.18",
"globals": "^17.6.0",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2"
}
}
About
Custom portfolio frontend designed using retro Neo-Brutalist styling. Features server-rendered pages, persistent codebase layout, interactive file explorer tree, and Shiki code syntax highlighting.
TypeScriptNext.jsReact 19Tailwind CSSShiki