portfolio/package.json
apatil 7627433107
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add album cover image to track
2025-05-07 20:46:13 +01:00

41 lines
1.0 KiB
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",
"formidable": "^3.5.4",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"music-metadata": "^11.2.1",
"next": "15.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rehype-highlight": "^7.0.2",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"typescript": "^5"
}
}