2022-06-28 19:50:51 +02:00
|
|
|
{
|
2022-07-05 22:06:40 +02:00
|
|
|
"name": "portfolio",
|
2022-07-07 08:33:46 +00:00
|
|
|
"version": "0.1.9",
|
2022-07-05 22:06:40 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-01-11 19:11:20 +00:00
|
|
|
"lucide-react": "^0.471.0",
|
|
|
|
"next": "15.1.4",
|
|
|
|
"next-seo": "6.6.0",
|
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-dom": "^19.0.0"
|
2022-07-05 22:06:40 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-01-11 19:11:20 +00:00
|
|
|
"@types/node": "22.10.5",
|
|
|
|
"@types/react": "^19.0.4",
|
|
|
|
"@types/react-dom": "^19.0.2",
|
|
|
|
"autoprefixer": "10.4.20",
|
|
|
|
"classnames": "2.5.1",
|
|
|
|
"eslint": "9.18.0",
|
|
|
|
"eslint-config-next": "15.1.4",
|
|
|
|
"postcss": "8.4.49",
|
|
|
|
"tailwindcss": "3.4.17",
|
|
|
|
"typescript": "5.7.3"
|
2022-07-05 22:06:40 +02:00
|
|
|
}
|
2022-06-28 19:50:51 +02:00
|
|
|
}
|