32 lines
769 B
JSON
32 lines
769 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack --hostname 0.0.0.0 --port 8082",
|
|
"build": "next build",
|
|
"start": "next start -p 8080",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@fontsource/roboto": "^5.2.5",
|
|
"@mui/icons-material": "^7.0.2",
|
|
"@mui/material": "^7.0.2",
|
|
"@mui/material-nextjs": "^7.0.2",
|
|
"next": "15.3.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|