26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"name": "galads-portfolio",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^15.3.2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-github-calendar": "^4.5.6",
|
|
"react-icons": "^5.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.10",
|
|
"@types/react": "^19.0.11",
|
|
"eslint": "^9.22.0",
|
|
"eslint-config-next": "^15.2.3",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|